This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 52ffcca2b54 [BasicAA] Don't call isKnownNonEqual if we might be have go [...]
new 95d9f1b4f9b Apply summary-based dead stripping to regular LTO modules w [...]
new c9069cd4534 [BasicAA] Add test case that goes with r305481.
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:
include/llvm/Bitcode/BitcodeReader.h | 20 ++-
include/llvm/IR/ModuleSummaryIndex.h | 1 +
include/llvm/LTO/LTO.h | 33 +++-
lib/Bitcode/Reader/BitcodeReader.cpp | 33 ++--
lib/IR/ModuleSummaryIndex.cpp | 10 ++
lib/LTO/LTO.cpp | 199 +++++++++++++--------
lib/LTO/LTOModule.cpp | 6 +-
.../Resolution/X86/Inputs/dead-strip-fulllto.ll | 16 ++
test/LTO/Resolution/X86/dead-strip-fulllto.ll | 37 ++++
test/Transforms/GVN/pr32314.ll | 53 ++++++
10 files changed, 298 insertions(+), 110 deletions(-)
create mode 100644 test/LTO/Resolution/X86/Inputs/dead-strip-fulllto.ll
create mode 100644 test/LTO/Resolution/X86/dead-strip-fulllto.ll
create mode 100644 test/Transforms/GVN/pr32314.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 8660d55701 [analyzer]: Improve test handling with multiple constraint managers
new 1f5cfa9fff Apply summary-based dead stripping to regular LTO modules wi [...]
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/BackendUtil.cpp | 8 ++++----
.../Inputs/{thinlto_backend.ll => thinlto-multi-module.ll} | 3 +++
test/CodeGen/thinlto-multi-module.ll | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)
copy test/CodeGen/Inputs/{thinlto_backend.ll => thinlto-multi-module.ll} (68%)
--
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 1a33599c525 [PowerPC] fix potential verification errors on CFENCE8
new 52ffcca2b54 [BasicAA] Don't call isKnownNonEqual if we might be have go [...]
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/Analysis/BasicAliasAnalysis.cpp | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 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.
from 23e042ffe0 Revert "Load lazily the template specialization in multi-mod [...]
new 8660d55701 [analyzer]: Improve test handling with multiple constraint managers
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:
test/Analysis/analyzer_test.py | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 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 b0fa17fec78 [mips] Fix documentation of member variable. NFCI.
new 1a33599c525 [PowerPC] fix potential verification errors on CFENCE8
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/Target/PowerPC/PPCInstrInfo.cpp | 2 +-
test/CodeGen/PowerPC/atomic-2.ll | 2 +-
test/CodeGen/PowerPC/atomics-constant.ll | 2 +-
test/CodeGen/PowerPC/atomics-regression.ll | 20 ++++++++++----------
4 files changed, 13 insertions(+), 13 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 e39601862cd [Doc] Document prof metadata in LangRef
new 136a0c2037c Remove trailing whitespace. NFCI.
new cb6adbc9fac [DAG] As StoreMerge now generates only legal nodes remove u [...]
new b0fa17fec78 [mips] Fix documentation of member variable. NFCI.
The 3 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 | 6 ++----
lib/Target/Mips/MipsSubtarget.h | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
3 files changed, 4 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 binutils-gdb.
from 8cac017d35 i386-dis: Add 2 tests with invalid bnd register
new 6353d82b8f [AArch64] Allow COPY relocation elimination
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 | 14 ++
bfd/elfnn-aarch64.c | 171 +++++++++++++++------
ld/ChangeLog | 9 ++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 4 +
ld/testsuite/ld-aarch64/copy-reloc-2.d | 7 +
.../{copy-reloc.d => copy-reloc-eliminate.d} | 2 +-
ld/testsuite/ld-aarch64/copy-reloc-exe-2.s | 32 ++++
ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s | 7 +
ld/testsuite/ld-aarch64/copy-reloc-so.s | 19 +++
9 files changed, 217 insertions(+), 48 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-2.d
copy ld/testsuite/ld-aarch64/{copy-reloc.d => copy-reloc-eliminate.d} (65%)
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-exe-2.s
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s
--
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 92b196b1b60 [InstCombine] auto-generate complete checks; NFC
new e39601862cd [Doc] Document prof metadata in LangRef
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:
docs/BranchWeightMetadata.rst | 14 +++++++++
docs/LangRef.rst | 66 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
--
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 93e46f8773 x86-64: Implement memset family IFUNC selectors in C
new b91a52d0d7 x86-64: Implement memcmp family IFUNC selectors in C
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 | 12 ++++
sysdeps/x86_64/multiarch/Makefile | 1 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 +-
.../x86_64/multiarch/{wcsnlen.c => ifunc-memcmp.h} | 22 +++---
.../multiarch/{memrchr-sse2.S => memcmp-sse2.S} | 13 ++--
sysdeps/x86_64/multiarch/memcmp.S | 78 ----------------------
sysdeps/x86_64/multiarch/{memset.c => memcmp.c} | 19 +++---
sysdeps/x86_64/multiarch/wmemcmp.S | 55 ---------------
sysdeps/x86_64/multiarch/{wcslen.c => wmemcmp.c} | 16 ++---
9 files changed, 50 insertions(+), 170 deletions(-)
copy sysdeps/x86_64/multiarch/{wcsnlen.c => ifunc-memcmp.h} (76%)
copy sysdeps/x86_64/multiarch/{memrchr-sse2.S => memcmp-sse2.S} (78%)
delete mode 100644 sysdeps/x86_64/multiarch/memcmp.S
copy sysdeps/x86_64/multiarch/{memset.c => memcmp.c} (75%)
delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp.S
copy sysdeps/x86_64/multiarch/{wcslen.c => wmemcmp.c} (75%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.