This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2b755762149 [CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
new d1583a44982 [X86] Add custom promotion of v2i8/v2i16 fp_to_sint to avoi [...]
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/X86/X86ISelLowering.cpp | 25 ++-
test/CodeGen/X86/vec_cast3.ll | 96 +-------
test/CodeGen/X86/vec_fp_to_int.ll | 442 +++++++++++++++++++++++++++++++++++++
3 files changed, 474 insertions(+), 89 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 879bc1ea5 Adapt UBSan integer truncation tests to NetBSD
new 6cd9bdd19 [sanitizer] Add char **GetEnviron() on all other platforms
new 42f10cefa [sanitizer] Fix nolibc unittests broken by r346215
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/sanitizer_common/sanitizer_common.h | 1 +
lib/sanitizer_common/sanitizer_fuchsia.cc | 1 +
lib/sanitizer_common/sanitizer_linux.cc | 33 +++--------------------
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 35 +++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_openbsd.cc | 6 +++++
lib/sanitizer_common/sanitizer_rtems.cc | 1 +
lib/sanitizer_common/sanitizer_win.cc | 5 ++++
7 files changed, 53 insertions(+), 29 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 7bad2acd44e [utils] Update SmallVector lldb formatter for r337514
new 68241312ac2 [AArch64][GlobalISel] Simplify and autogenerate the legaliz [...]
new 27ad7c20cc1 LivePhysRegs/IfConversion: Change some types from unsigned [...]
new b109c4206af [CodeExtractor] Erase use-without-def debug intrinsics in p [...]
new 2b755762149 [CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
The 4 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/CodeGen/LivePhysRegs.h | 17 +-
include/llvm/CodeGen/LiveRegUnits.h | 8 +-
lib/CodeGen/IfConversion.cpp | 20 +--
lib/CodeGen/LivePhysRegs.cpp | 10 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +-
lib/Target/PowerPC/PPCExpandISEL.cpp | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 2 +-
lib/Transforms/Utils/CodeExtractor.cpp | 23 ++-
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 192 ++++++++-------------
test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 43 ++---
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 62 ++-----
test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 46 ++---
test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 127 +++++---------
.../AArch64/GlobalISel/legalize-extload.mir | 21 +--
test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir | 42 ++---
test/CodeGen/AArch64/GlobalISel/legalize-gep.mir | 32 +---
test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 68 ++------
test/CodeGen/AArch64/GlobalISel/legalize-pow.mir | 51 +++---
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 117 ++++---------
.../AArch64/GlobalISel/legalize-sextload.mir | 25 +--
test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 52 ++----
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 183 +++++++-------------
test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 38 ++--
test/CodeGen/AArch64/GlobalISel/legalize-undef.mir | 10 +-
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 38 ++--
.../AArch64/GlobalISel/legalize-zextload.mir | 25 +--
...of-arg.ll => delete-use-without-def-dbg-val.ll} | 19 +-
.../HotColdSplit/{minsize.ll => eh-typeid-for.ll} | 11 +-
28 files changed, 436 insertions(+), 850 deletions(-)
copy test/Transforms/HotColdSplit/{split-out-dbg-val-of-arg.ll => delete-use-witho [...]
copy test/Transforms/HotColdSplit/{minsize.ll => eh-typeid-for.ll} (50%)
--
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 f11acc5ec0 gdb: xtensa: use linux ABI code for uclinux
new 109be305bb RISC-V: Force variables to .data for code_elim.
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/code_elim.exp | 5 +++++
2 files changed, 10 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 llvm.
from 0706b913a32 Reland r346166: [GlobalISel] Refactor the artifact combiner [...]
new 7bad2acd44e [utils] Update SmallVector lldb formatter for r337514
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:
utils/lldbDataFormatters.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.