This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 013c07f1650 [WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower
new 59d80eec3d3 [InstCombine] update tests checks; 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:
test/Transforms/InstCombine/demand_shrink_nsw.ll | 25 +++++++++++++++++-------
1 file changed, 18 insertions(+), 7 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 e15daa3dfb5 [llvm-strip] Allow copying relocation sections without symb [...]
new 3e090e5aa55 [ThinLTO] Fix memory corruption in ThinLTOCodeGenerator whe [...]
new 013c07f1650 [WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower
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/LTO/legacy/ThinLTOCodeGenerator.h | 5 -----
lib/LTO/ThinLTOCodeGenerator.cpp | 10 +---------
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 2 +-
3 files changed, 2 insertions(+), 15 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 f2f515f81 [libFuzzer] Enable tests on Windows
new 380632208 [sanitizer] optimize internal_memset for the most performance [...]
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/sanitizer_common/sanitizer_libc.cc | 12 ++++++++++++
1 file changed, 12 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 e4422b6a2a2 Revert "Revert r341269: [Constant Hoisting] Hoisting Consta [...]
new e15daa3dfb5 [llvm-strip] Allow copying relocation sections without symb [...]
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/tools/llvm-objcopy/reloc-no-symtab.test | 45 ++++++++++++++++++++++++++++
tools/llvm-objcopy/Object.cpp | 15 ++++++----
2 files changed, 54 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-objcopy/reloc-no-symtab.test
--
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 e49253c0c11 [WebAssembly][NFC] Add colon to label in test
new df71640548a [InstCombine] add tests for xor-or-xor fold; NFC
new a989ec75d48 [LV] First order recurrence phis should not be treated as uniform
new e4422b6a2a2 Revert "Revert r341269: [Constant Hoisting] Hoisting Consta [...]
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:
include/llvm/Transforms/Scalar/ConstantHoisting.h | 67 +++++--
lib/Transforms/Scalar/ConstantHoisting.cpp | 174 +++++++++++++----
lib/Transforms/Vectorize/LoopVectorize.cpp | 5 +
test/CodeGen/AArch64/consthoist-gep.ll | 100 ++++++++++
.../ConstantHoisting/AArch64/const-hoist-gep.ll | 44 +++++
.../ConstantHoisting/ARM/const-hoist-gep.ll | 42 ++++
.../ARM/same-offset-multi-types.ll | 44 +++++
test/Transforms/InstCombine/xor2.ll | 215 ++++++++++++++++++---
test/Transforms/LoopVectorize/X86/uniform-phi.ll | 22 +++
9 files changed, 631 insertions(+), 82 deletions(-)
create mode 100644 test/CodeGen/AArch64/consthoist-gep.ll
create mode 100644 test/Transforms/ConstantHoisting/AArch64/const-hoist-gep.ll
create mode 100644 test/Transforms/ConstantHoisting/ARM/const-hoist-gep.ll
create mode 100644 test/Transforms/ConstantHoisting/ARM/same-offset-multi-types.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 66ded417a22 Fix a memory leak after rL341386.
new 6da9a358852 [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
new e49253c0c11 [WebAssembly][NFC] Add colon to label in test
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/AMDGPU/SIInstrInfo.cpp | 285 ++++++++++++++++++------
lib/Target/AMDGPU/SIInstrInfo.h | 6 +
lib/Target/AMDGPU/SIInstrInfo.td | 8 +
test/CodeGen/AMDGPU/mubuf-legalize-operands.ll | 230 +++++++++++++++++++
test/CodeGen/AMDGPU/mubuf-legalize-operands.mir | 239 ++++++++++++++++++++
test/CodeGen/WebAssembly/simd.ll | 2 +-
6 files changed, 702 insertions(+), 68 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
create mode 100644 test/CodeGen/AMDGPU/mubuf-legalize-operands.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 llvm.
from 04349cea71a [InstCombine] make ((X & C) ^ C) form consistent for vectors
new c5f4b48f16e [WebAssembly][NFC] Fix formatting and tests
new 66ded417a22 Fix a memory leak after rL341386.
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/WebAssembly/WebAssemblyInstrSIMD.td | 2 +-
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | 2 +-
test/CodeGen/WebAssembly/simd.ll | 14 ++++++++------
3 files changed, 10 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 09f9778d841 [Hexagon] Don't packetize new-value stores with any other stores
new 04349cea71a [InstCombine] make ((X & C) ^ C) form consistent for vectors
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 ++----
test/Transforms/InstCombine/zext.ll | 4 ++--
2 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 llvm.
from 5d04fc0ef37 [MinGW] Move code for indicating "potentially not DSO local [...]
new 85c2e694ef1 [InstCombine] simplify code for xor folds; NFCI
new 354803c92f0 NFC: expand memset inline arm64 coverage
new 2618a117e18 [NFC] Improve clarity in emitInstrCountChangedRemark
new 09f9778d841 [Hexagon] Don't packetize new-value stores with any other stores
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:
lib/IR/LegacyPassManager.cpp | 5 +-
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 7 +
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 63 +++---
test/CodeGen/AArch64/arm64-memset-inline.ll | 227 +++++++++++++++++++--
test/CodeGen/Hexagon/packetize-nvstore.mir | 25 +++
5 files changed, 271 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/Hexagon/packetize-nvstore.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 lld.
from 146450d02 [COFF] Allow exporting all symbols from system libraries spec [...]
new 4ea826e45 When a relocation to an undefined symbol is an R_X86_64_PC32, [...]
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/InputSection.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.