This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from fec2cf3421 Parse SVE registers in aarch64 core file reading/writing
new 5dc5ecd1fd Fix regression for multi breakpoints command line clearing.
new 145a1cb045 Modify gdb.base/commands.exp to test multi breakpoints comma [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/breakpoint.c | 8 ++++++-
gdb/testsuite/gdb.base/commands.exp | 47 +++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ead9aa39bf Modify gdb.base/commands.exp to test multi breakpoints comma [...]
new ad202fcc22 Get rid of -Wodr warning (PR build/23399)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 8 ++++++++
gdb/common/agent.c | 8 +++++---
gdb/common/agent.h | 9 +++++++--
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/tracepoint.c | 4 +++-
5 files changed, 28 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9f6be22d32d [NFC][PassTiming] factor out generic PassTimingInfo
new 702730fc21a [ORC] Replace lookupFlags in JITSymbolResolver with getResp [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/ExecutionEngine/JITSymbol.h | 13 ++-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 54 +++++-----
include/llvm/ExecutionEngine/Orc/Legacy.h | 79 +++++++-------
include/llvm/ExecutionEngine/Orc/NullResolver.h | 4 +-
lib/ExecutionEngine/Orc/Legacy.cpp | 14 +--
lib/ExecutionEngine/Orc/NullResolver.cpp | 4 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 17 +--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 19 ++--
.../Orc/RTDyldObjectLinkingLayer.cpp | 26 ++---
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 20 ++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 43 ++++----
.../Inputs/obj-weak-non-materialization-1.ll | 1 +
.../Inputs/obj-weak-non-materialization-2.ll} | 3 +
.../OrcLazy/weak-non-materialization.ll | 17 +++
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 51 +++++++++
.../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 117 ++++++---------------
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 3 +-
17 files changed, 257 insertions(+), 228 deletions(-)
create mode 100644 test/ExecutionEngine/OrcLazy/Inputs/obj-weak-non-materialization-1.ll
copy test/{Transforms/FunctionImport/Inputs/funcimport_forcecold.ll => ExecutionEn [...]
create mode 100644 test/ExecutionEngine/OrcLazy/weak-non-materialization.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7729976f77a [SimpleLoopUnswitch] Form dedicated exits after trivial uns [...]
new 9f6be22d32d [NFC][PassTiming] factor out generic PassTimingInfo
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/LegacyPassManagers.h | 1 -
include/llvm/IR/PassTimingInfo.h | 69 ++++++++++++++++++
lib/Analysis/CallGraphSCCPass.cpp | 1 +
lib/Analysis/LoopPass.cpp | 1 +
lib/Analysis/RegionPass.cpp | 1 +
lib/IR/CMakeLists.txt | 1 +
lib/IR/LegacyPassManager.cpp | 97 +------------------------
lib/IR/PassTimingInfo.cpp | 132 +++++++++++++++++++++++++++++++++++
test/Other/time-passes.ll | 15 ++++
9 files changed, 221 insertions(+), 97 deletions(-)
create mode 100644 include/llvm/IR/PassTimingInfo.h
create mode 100644 lib/IR/PassTimingInfo.cpp
create mode 100644 test/Other/time-passes.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0d9b8928f9 Revert "[libFuzzer] Port to Windows"
new bc0fa1d5d5 [HIP] Fix output file extension
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Driver/Action.cpp | 2 +-
test/Driver/hip-output-file-name.hip | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/hip-output-file-name.hip
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5fe3f3e463 Remove some uses of VEC from parsers
new 999700cd99 Fix regression for multi breakpoints command line clearing.
new ead9aa39bf Modify gdb.base/commands.exp to test multi breakpoints comma [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/breakpoint.c | 8 ++++++-
gdb/testsuite/gdb.base/commands.exp | 47 +++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 592e4c7e296 [ORC] Add an addObjectFile method to LLJIT.
new 7729976f77a [SimpleLoopUnswitch] Form dedicated exits after trivial uns [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 13 +++++---
.../formDedicatedAfterTrivial1.ll | 25 +++++++++++++++
.../formDedicatedAfterTrivial2.ll | 22 +++++++++++++
.../formDedicatedAfterTrivial3.ll | 37 ++++++++++++++++++++++
4 files changed, 92 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/SimpleLoopUnswitch/formDedicatedAfterTrivial1.ll
create mode 100644 test/Transforms/SimpleLoopUnswitch/formDedicatedAfterTrivial2.ll
create mode 100644 test/Transforms/SimpleLoopUnswitch/formDedicatedAfterTrivial3.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 761404b74d regex: Add test tst-regcomp-truncated [BZ #23578]
new ff6b24501f Split fenv_private.h out of math_private.h more consistently.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 40 +++
.../aarch64/fpu/{math_private.h => fenv_private.h} | 23 +-
sysdeps/aarch64/fpu/math_private.h | 282 +--------------
sysdeps/arm/fenv_private.h | 8 +-
sysdeps/arm/math_private.h | 7 -
sysdeps/generic/{math_private.h => fenv_private.h} | 278 +--------------
sysdeps/generic/math_private.h | 395 +--------------------
sysdeps/i386/fpu/math_private.h | 7 -
.../mips/{math_private.h => fpu/fenv_private.h} | 108 +++---
sysdeps/powerpc/fpu/fenv_private.h | 6 +-
sysdeps/powerpc/fpu/math_private.h | 1 -
.../riscv/rvf/{math_private.h => fenv_private.h} | 6 +-
sysdeps/sparc/fpu/fenv_private.h | 8 +-
sysdeps/sparc/fpu/math_private.h | 7 -
sysdeps/{i386 => x86}/fpu/fenv_private.h | 8 +-
sysdeps/x86_64/fpu/math_private.h | 1 -
16 files changed, 140 insertions(+), 1045 deletions(-)
copy sysdeps/aarch64/fpu/{math_private.h => fenv_private.h} (95%)
delete mode 100644 sysdeps/arm/math_private.h
copy sysdeps/generic/{math_private.h => fenv_private.h} (62%)
delete mode 100644 sysdeps/i386/fpu/math_private.h
rename sysdeps/mips/{math_private.h => fpu/fenv_private.h} (60%)
rename sysdeps/riscv/rvf/{math_private.h => fenv_private.h} (98%)
delete mode 100644 sysdeps/sparc/fpu/math_private.h
rename sysdeps/{i386 => x86}/fpu/fenv_private.h (99%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master
in repository glibc.
from aa8a3e4cde pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]
new 58559f1443 regex: fix uninitialized memory access
new 0b79004569 regex: Add test tst-regcomp-truncated [BZ #23578]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 22 +++++
NEWS | 1 +
posix/Makefile | 3 +-
posix/regex_internal.c | 4 +-
posix/tst-regcomp-truncated.c | 191 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 218 insertions(+), 3 deletions(-)
create mode 100644 posix/tst-regcomp-truncated.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d93fd06775f gcc/testsuite/ChangeLog:
new 4c202e6dd2f PR tree-optimization/87009 * match.pd: Add boolean optimi [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/match.pd | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr87009.c | 23 +++++++++++++++++++++++
4 files changed, 48 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr87009.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.