This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ac9b651ab61 AMDGPU: Custom lower illegal small select types
new 6c2fd36052e [InstCombine] Add frem constant folding test (PR3316)
new 3bebc1eb2e5 [APInt] Cast calls to add/sub/mul overflow methods to void [...]
new ed95c621a6d ARMFrameLowering: Reserve emergency spill slot for large arguments
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/Analysis/InstructionSimplify.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/Target/ARM/ARMFrameLowering.cpp | 43 ++++++++--
.../InstCombine/InstructionCombining.cpp | 4 +-
test/CodeGen/ARM/fpoffset_overflow.mir | 94 ++++++++++++++++++++++
test/Transforms/InstCombine/constant-fold-math.ll | 9 +++
7 files changed, 144 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/ARM/fpoffset_overflow.mir
--
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 7769fb2cf3 [CodeGen] Use preincrement version of APInt::operator++ inst [...]
new e6df5fb102 Fix assertion failure in codegen on non-template deduction guide.
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/CodeGenModule.cpp | 4 ++++
test/CodeGenCXX/cxx1z-class-deduction.cpp | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 test/CodeGenCXX/cxx1z-class-deduction.cpp
--
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 70d9e16a1 Turn symbolization on for ASan unit test.
new 223b56caa Implement StopTheWorld for Darwin
new 60ceca631 Make sure to scan mmap'd memory regions for root pointers on OS X
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/lsan/lsan_common.cc | 47 +++++++++++-----------
lib/lsan/lsan_common.h | 9 +++++
lib/lsan/lsan_common_mac.cc | 33 +++++++++++----
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 47 +++++++++++++++++++++-
4 files changed, 105 insertions(+), 31 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 f8562bd6ce Fix a leak in tools/driver/cc1as_main.cpp
new 7769fb2cf3 [CodeGen] Use preincrement version of APInt::operator++ inst [...]
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/CGStmt.cpp | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 89e89fb349e [ARM] Use TableGen patterns to select vtbl. NFC.
new 2684aaead6b [InstCombine] Add frem constant folding test (PR32177)
new 4925efae1f9 [GISEL]: Move getConstantVReg to Utils
new 3767f141eb5 [ARM] Remove redundant computeKnownBits helper.
new 074b06ad8d4 Code style change as suggested in https://reviews.llvm.org/ [...]
new ac9b651ab61 AMDGPU: Custom lower illegal small select types
The 5 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/CodeGen/GlobalISel/InstructionSelector.h | 3 -
include/llvm/CodeGen/GlobalISel/Utils.h | 3 +
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 17 -
lib/CodeGen/GlobalISel/Utils.cpp | 17 +
lib/DebugInfo/DWARF/DWARFUnit.cpp | 27 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 29 ++
lib/Target/ARM/ARMISelLowering.cpp | 43 +--
test/CodeGen/AMDGPU/select-vectors.ll | 389 ++++++++++++++-------
test/Transforms/InstCombine/constant-fold-math.ll | 9 +
10 files changed, 356 insertions(+), 182 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 665a836fa2 [sanitizer-coverage] deprecate -fsanitize-coverage=8bit-counters
new f8562bd6ce Fix a leak in tools/driver/cc1as_main.cpp
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:
tools/driver/cc1as_main.cpp | 4 ++--
1 file changed, 2 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 llvm.
from a5ac74c2973 [APInt] Use SignExtend64 instead of reinventing it. NFC
new 89e89fb349e [ARM] Use TableGen patterns to select vtbl. NFC.
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/ARM/ARMISelDAGToDAG.cpp | 91 --------------------------------------
lib/Target/ARM/ARMISelLowering.cpp | 6 +++
lib/Target/ARM/ARMInstrNEON.td | 54 +++++++++++++++++++++-
test/CodeGen/ARM/vtbl.ll | 2 +-
4 files changed, 60 insertions(+), 93 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 7971e4d17 [sanitizer-coverage] remove run-time support for the deprecat [...]
new 70d9e16a1 Turn symbolization on for ASan unit test.
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/tests/asan_test_main.cc | 19 +++++++++++++++----
1 file changed, 15 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 llvm.
from b4afe9c79f5 [SCEV] Make SCEV or modeling more aggressive.
new a5ac74c2973 [APInt] Use SignExtend64 instead of reinventing it. NFC
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:
include/llvm/ADT/APInt.h | 3 +--
1 file changed, 1 insertion(+), 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 llvm.
from fd134f768b3 Using address range map to speedup finding inline stack for [...]
new b4afe9c79f5 [SCEV] Make SCEV or modeling more aggressive.
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/ScalarEvolution.cpp | 28 +++++-----------------
test/Analysis/ScalarEvolution/or-as-add.ll | 38 ++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 22 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/or-as-add.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.