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 f0531ed6a4 Compress loads/stores with implicit 0 offset.
new a83ef4d139 ld: Set non_ir_ref_regular on symbols referenced in regular objects
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:
bfd/ChangeLog | 9 +++
bfd/elflink.c | 68 ++++++++++++++++++++++-
ld/ChangeLog | 7 +++
ld/testsuite/ld-plugin/lto.exp | 9 +++
ld/testsuite/ld-plugin/pr22502a.c | 16 ++++++
ld/testsuite/ld-plugin/{pr15323b.c => pr22502b.c} | 2 +-
6 files changed, 107 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr22502a.c
copy ld/testsuite/ld-plugin/{pr15323b.c => pr22502b.c} (55%)
--
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 04289f6357e [TailRecursionElimination] Skip debug intrinsics.
new 6efdd0fb596 Add a new pass to speculate around PHI nodes with constant [...]
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:
.../llvm/Transforms/Scalar/SpeculateAroundPHIs.h | 111 +++
lib/Passes/PassBuilder.cpp | 6 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp | 811 +++++++++++++++++++++
test/Other/new-pm-defaults.ll | 1 +
test/Other/new-pm-thinlto-defaults.ll | 1 +
test/Transforms/SpeculateAroundPHIs/basic-x86.ll | 595 +++++++++++++++
8 files changed, 1527 insertions(+)
create mode 100644 include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
create mode 100644 lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
create mode 100644 test/Transforms/SpeculateAroundPHIs/basic-x86.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 compiler-rt.
from 1b95f61d3 Handle symbol renaming of sigaction for NetBSD
new dc94bef4e Correct mangled_sp on NetBSD/amd64 in TSan
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/tsan/rtl/tsan_interceptors.cc | 6 ++++--
1 file changed, 4 insertions(+), 2 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 glibc.
from 6905656404 sparc: Implement memset/bzero ifunc selection in C
new b4c645c2f5 posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [...]
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 | 9 +++++++++
posix/Makefile | 6 +++---
2 files changed, 12 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 lldb.
from da0966579 Fix floating point register write on new x86 linux kernels
new b9e318577 elf-core: Convert remaining register context to use register [...]
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:
source/Plugins/Process/elf-core/CMakeLists.txt | 1 +
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 63 ++++--------
source/Plugins/Process/elf-core/ProcessElfCore.h | 2 +-
.../elf-core/RegisterContextPOSIXCore_arm.cpp | 2 +-
.../elf-core/RegisterContextPOSIXCore_arm.h | 7 +-
.../elf-core/RegisterContextPOSIXCore_arm64.cpp | 4 +-
.../elf-core/RegisterContextPOSIXCore_arm64.h | 7 +-
.../elf-core/RegisterContextPOSIXCore_mips64.cpp | 5 +-
.../elf-core/RegisterContextPOSIXCore_mips64.h | 7 +-
.../elf-core/RegisterContextPOSIXCore_powerpc.cpp | 8 +-
.../elf-core/RegisterContextPOSIXCore_powerpc.h | 8 +-
.../elf-core/RegisterContextPOSIXCore_ppc64le.cpp | 12 +--
.../elf-core/RegisterContextPOSIXCore_ppc64le.h | 9 +-
.../elf-core/RegisterContextPOSIXCore_s390x.cpp | 4 +-
.../elf-core/RegisterContextPOSIXCore_s390x.h | 7 +-
.../elf-core/RegisterContextPOSIXCore_x86_64.cpp | 4 +-
.../elf-core/RegisterContextPOSIXCore_x86_64.h | 7 +-
.../Plugins/Process/elf-core/RegisterUtilities.cpp | 39 ++++++++
.../Plugins/Process/elf-core/RegisterUtilities.h | 110 +++++++++++++++++++++
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 21 ++--
source/Plugins/Process/elf-core/ThreadElfCore.h | 16 +--
source/Plugins/Process/elf-core/elf-core-enums.h | 66 -------------
source/Plugins/Process/minidump/ThreadMinidump.cpp | 12 +--
23 files changed, 226 insertions(+), 195 deletions(-)
create mode 100644 source/Plugins/Process/elf-core/RegisterUtilities.cpp
create mode 100644 source/Plugins/Process/elf-core/RegisterUtilities.h
delete mode 100644 source/Plugins/Process/elf-core/elf-core-enums.h
--
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 efa02472e87 Remove Cilk Plus support.
new d2b552b0ea3 PR c/83117 * gcc.target/x86_64/abi/ms-sysv/gen.cc (make_d [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/gen.cc | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
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 lldb.
from c2e1ba1cf Remove some duplicated code in UUID.cpp
new da0966579 Fix floating point register write on new x86 linux kernels
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:
.../register/register_command/TestRegisters.py | 18 ++++++++++------
.../Linux/NativeRegisterContextLinux_x86_64.cpp | 18 ++++++++++++++++
.../Linux/NativeRegisterContextLinux_x86_64.h | 2 ++
.../Process/Utility/RegisterContextPOSIX_x86.h | 7 +++---
.../Plugins/Process/Utility/RegisterContext_x86.h | 25 ++++++++++++++++++++--
5 files changed, 58 insertions(+), 12 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 compiler-rt.
from 43d241f94 [msan] Avoid shadowing a variable in common interceptors.
new 1b95f61d3 Handle symbol renaming of sigaction for NetBSD
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/sanitizer_common/sanitizer_signal_interceptors.inc | 16 +++++++++++-----
lib/tsan/rtl/tsan_interceptors.cc | 2 +-
2 files changed, 12 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.