This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3757f28f1d5 [DAGCombine] Improve ReduceLoad for SRL
new 099f934b4f0 [CodeGen/AccelTable]: Don't emit accelerator entries for fu [...]
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 7 ++---
test/DebugInfo/Generic/debug-names-empty-name.ll | 38 ++++++++++++++++++++++++
2 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 test/DebugInfo/Generic/debug-names-empty-name.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 942de61a89 Consolidate Linux readdir{64}{_r} implementation
new 583a27d525 resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]
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 | 6 ++++++
resolv/res_send.c | 40 +++++++++++++++++++++-------------------
2 files changed, 27 insertions(+), 19 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 6221e95d979 [X86] Merge some of the autoupgrade handling for masked int [...]
new 3757f28f1d5 [DAGCombine] Improve ReduceLoad for SRL
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 38 ++++++++--
test/CodeGen/ARM/shift-combine.ll | 119 +++++++++++++++++++++++++++++--
test/CodeGen/PowerPC/trunc-srl-load.ll | 18 +++++
test/CodeGen/X86/h-registers-1.ll | 30 ++++----
4 files changed, 179 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/PowerPC/trunc-srl-load.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 binutils-gdb.
from 51066b9350 Automatic date update in version.in
new 37da22e5c8 PowerPC indirect calls to __tls_get_addr
new 08be322439 PowerPC PLT16 relocations
new 49c09209d0 Rearrange PLT reloc output on powerpc
new 2d7ad24e87 Support PLT16 relocs against local symbols
new 23cedd1dc9 PowerPC inline PLT call support
new 3e04d7655b Inline PLT call optimization
The 6 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 | 127 ++++
bfd/elf32-ppc.c | 1277 +++++++++++++++++++++++++++---------
bfd/elf32-ppc.h | 5 +-
bfd/elf64-ppc.c | 984 +++++++++++++++++++++------
bfd/elf64-ppc.h | 2 +
elfcpp/ChangeLog | 4 +
elfcpp/powerpc.h | 2 +
gold/ChangeLog | 39 ++
gold/powerpc.cc | 403 ++++++++++--
include/ChangeLog | 5 +
include/elf/ppc.h | 4 +
include/elf/ppc64.h | 4 +
ld/ChangeLog | 28 +
ld/emulparams/elf32ppc.sh | 4 +
ld/emultempl/ppc32elf.em | 44 +-
ld/emultempl/ppc64elf.em | 21 +
ld/testsuite/ld-powerpc/elfv2so.d | 12 +-
ld/testsuite/ld-powerpc/relbrlt.d | 42 +-
ld/testsuite/ld-powerpc/relbrlt.s | 2 +-
ld/testsuite/ld-powerpc/tlsso.r | 2 +-
ld/testsuite/ld-powerpc/tlstocso.r | 2 +-
21 files changed, 2388 insertions(+), 625 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 clang-tools-extra.
from ef5cc8ef [clang-tidy] Fix compilation for MSVS@PSP4 for ParentVirtualC [...]
new 1eb5db9a Fix unused variable warning.
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:
clang-tidy/bugprone/ParentVirtualCallCheck.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 00a6e7d4883 [IRCE] Relax restriction on collected range checks
new 6221e95d979 [X86] Merge some of the autoupgrade handling for masked int [...]
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/IR/AutoUpgrade.cpp | 319 +++++++++++++++++++++++--------------------------
1 file changed, 149 insertions(+), 170 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 de3224bc864 [NFC] fix trivial typos in comments and error message
new 00a6e7d4883 [IRCE] Relax restriction on collected range checks
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 13 +-
test/Transforms/IRCE/non_known_positive_end.ll | 139 +++++++++++++++++++++
test/Transforms/IRCE/range_intersect_miscompile.ll | 12 +-
3 files changed, 149 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/IRCE/non_known_positive_end.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 0379e104e9f [XRay][llvm+clang] Consolidate attribute list files
new de3224bc864 [NFC] fix trivial typos in comments and error message
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/DebugInfo/PDB/GenericError.cpp | 2 +-
lib/Support/APInt.cpp | 2 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +-
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 2 +-
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 2 +-
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 2 +-
lib/Transforms/Scalar/NewGVN.cpp | 2 +-
7 files changed, 7 insertions(+), 7 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 libcxx.
from 8d0d6fa4a [CMake] Use custom command and target to install libc++ headers
new 09ff3dc74 Revert "[CMake] Use custom command and target to install libc [...]
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:
NOTES.TXT | 1 -
cmake/Modules/HandleLibCXXABI.cmake | 24 +---
include/CMakeLists.txt | 251 +++++-------------------------------
lib/CMakeLists.txt | 3 +-
4 files changed, 40 insertions(+), 239 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 libcxx.
from 03856f1e0 [test] Fix Container::insert(value_type const&) tests
new 8d0d6fa4a [CMake] Use custom command and target to install libc++ headers
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:
NOTES.TXT | 1 +
cmake/Modules/HandleLibCXXABI.cmake | 24 +++-
include/CMakeLists.txt | 251 +++++++++++++++++++++++++++++++-----
lib/CMakeLists.txt | 3 +-
4 files changed, 239 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.