This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a441c0b [AArch64][LegalizerInfo] Specify the type of the opcode.
new d789934 [ARM][LegalizerInfo] Specify the type of the opcode.
new 90fe7e7 [PM] Port LoopLoadElimination to the new pass manager and wir [...]
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:
.../llvm/Transforms/Scalar/LoopLoadElimination.h | 30 ++++++++
lib/Passes/PassBuilder.cpp | 5 +-
lib/Passes/PassRegistry.def | 1 +
lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +-
lib/Transforms/Scalar/LoopLoadElimination.cpp | 87 +++++++++++++++-------
test/Other/new-pm-defaults.ll | 2 +
test/Transforms/LoopLoadElim/backward.ll | 1 +
test/Transforms/LoopLoadElim/forward.ll | 1 +
8 files changed, 100 insertions(+), 29 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/LoopLoadElimination.h
--
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 0e47436 [sanitizer] Remove -fno-function-sections from SANITIZER_COMM [...]
new 164a6f2 [Builtin][ARM] Add Thumb1 support for aeabi_c{f,d}cmp.S and dcmp.S
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/builtins/CMakeLists.txt | 3 +++
lib/builtins/arm/aeabi_cdcmp.S | 37 +++++++++++++++++++++++++++++++++++++
lib/builtins/arm/aeabi_cfcmp.S | 37 +++++++++++++++++++++++++++++++++++++
lib/builtins/arm/aeabi_dcmp.S | 4 ++--
4 files changed, 79 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 3e363a8 [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls.
new cb24407 Revert "[AArch64][LegalizerInfo] Specify the type of the init [...]
new a441c0b [AArch64][LegalizerInfo] Specify the type of the opcode.
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/Target/AArch64/AArch64LegalizerInfo.cpp | 158 +++++++++++++---------------
1 file changed, 76 insertions(+), 82 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 release_40
in repository llvm.
from 4fba04f Merging r292651: -------------------------------------------- [...]
new 72f82e4 Merging r293000:
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/IR/IntrinsicsAMDGPU.td | 4 ++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 6 +--
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 23 ++++++++----
lib/Target/AMDGPU/R600ISelLowering.cpp | 2 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 58 +++++++++++++++++++++++------
lib/Target/AMDGPU/SIISelLowering.cpp | 18 +++++++--
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 15 +++++++-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 17 +++++++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 10 +++--
10 files changed, 123 insertions(+), 35 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 49c910d [libFuzzer] simplify the value profiling callback further: do [...]
new f8e4cd6c [PM] Flesh out almost all of the late loop passes.
new 0c6a4bd [LangRef] Make @llvm.sqrt(x) return undef, rather than have U [...]
new 0c722da [ValueTracking] Add comment that CannotBeOrderedLessThanZero [...]
new 3e363a8 [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls.
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:
docs/LangRef.rst | 7 +-
lib/Analysis/ValueTracking.cpp | 19 +
lib/Passes/PassBuilder.cpp | 46 ++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 250 +++++++++++++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 19 +-
test/Other/new-pm-defaults.ll | 6 +
test/Transforms/InstCombine/nvvm-intrins.ll | 471 ++++++++++++++++++++++++
7 files changed, 799 insertions(+), 19 deletions(-)
create mode 100644 test/Transforms/InstCombine/nvvm-intrins.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 c7fc061 [AArch64][LegalizerInfo] Specify the type of the initializati [...]
new 49c910d [libFuzzer] simplify the value profiling callback further: do [...]
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/Fuzzer/FuzzerTracePC.cpp | 2 +-
lib/Fuzzer/FuzzerTracePC.h | 4 ----
lib/Fuzzer/FuzzerValueBitMap.h | 15 ++++++++++-----
3 files changed, 11 insertions(+), 10 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 b51e1e9 Add missing gdb/testsuite/ChangeLog entry.
new 1fbd05e Fix PR ld/20995 for cris-linux
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 | 10 ++++++++++
bfd/elf32-cris.c | 30 +++++++++++++++++++++---------
2 files changed, 31 insertions(+), 9 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 eff755f [libFuzzer] make sure (again) that __builtin_popcountl is com [...]
new c7fc061 [AArch64][LegalizerInfo] Specify the type of the initializati [...]
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/AArch64/AArch64LegalizerInfo.cpp | 146 +++++++++++++++-------------
1 file changed, 76 insertions(+), 70 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 bcc64b8 [libFuzzer] simplify the value profile code and disable asan/ [...]
new eff755f [libFuzzer] make sure (again) that __builtin_popcountl is com [...]
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/Fuzzer/FuzzerTracePC.cpp | 8 ++++++++
1 file changed, 8 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 ba78b90 NFC: Rename PDB_ReaderType::Raw to Native for consistency wi [...]
new bcc64b8 [libFuzzer] simplify the value profile code and disable asan/ [...]
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/Fuzzer/FuzzerTracePC.cpp | 19 +++++++++++++++----
lib/Fuzzer/FuzzerTracePC.h | 2 +-
lib/Fuzzer/FuzzerValueBitMap.h | 4 +++-
3 files changed, 19 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.