This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ff3c72bc7c5 [SystemZ] Improve handling and cost estimates of vector in [...]
new bf9eac7026c [x86] add tests for missed load folding; NFC
new f9dc2283f4f DebugInfo: Explain why DW_LLE_(GNU_)startx_length is used
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:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++--
test/CodeGen/X86/vector-shuffle-128-v16.ll | 92 ++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-256-v32.ll | 57 ++++++++++++++++++
3 files changed, 156 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 compiler-rt.
from d48e4d782 [sanitizer] Avoid calling a nullptr in MonotonicNanoTime if i [...]
new a2ede79f1 [sanitizer] Fix mallopt interceptor.
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/asan/asan_malloc_linux.cc | 2 +-
lib/hwasan/hwasan_interceptors.cc | 2 +-
lib/lsan/lsan_interceptors.cc | 2 +-
lib/msan/msan_interceptors.cc | 2 +-
lib/scudo/scudo_malloc.cpp | 2 +-
test/sanitizer_common/TestCases/Linux/mallopt.cc | 9 +++++++++
6 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/Linux/mallopt.cc
--
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 lld.
from 1182f35ea Remove full stops from error messages for consistency.
new f8436daad [ELF] Don't check if symbols in .llvm.call-graph-profile are [...]
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:
ELF/Driver.cpp | 16 ----------------
test/ELF/cgprofile-obj-warn.s | 34 ----------------------------------
2 files changed, 50 deletions(-)
delete mode 100644 test/ELF/cgprofile-obj-warn.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 441900b083e llvm-dwarfdump: loclists: Don't expect an (albeit empty) ex [...]
new ff3c72bc7c5 [SystemZ] Improve handling and cost estimates of vector in [...]
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/SystemZ/SystemZISelLowering.cpp | 25 ++
lib/Target/SystemZ/SystemZISelLowering.h | 1 +
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 82 ++---
test/Analysis/CostModel/SystemZ/div-pow2.ll | 154 ---------
test/Analysis/CostModel/SystemZ/divrem-const.ll | 291 ++++++++++++++++
test/Analysis/CostModel/SystemZ/divrem-pow2.ll | 383 +++++++++++++++++++++
test/Analysis/CostModel/SystemZ/divrem-reg.ll | 286 +++++++++++++++
test/Analysis/CostModel/SystemZ/int-arith.ll | 187 ----------
.../CostModel/SystemZ/memop-folding-int-arith.ll | 28 +-
9 files changed, 1043 insertions(+), 394 deletions(-)
delete mode 100644 test/Analysis/CostModel/SystemZ/div-pow2.ll
create mode 100644 test/Analysis/CostModel/SystemZ/divrem-const.ll
create mode 100644 test/Analysis/CostModel/SystemZ/divrem-pow2.ll
create mode 100644 test/Analysis/CostModel/SystemZ/divrem-reg.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.