This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 97c0650 add select i1 test, reproduser pr30249.
new 3e9ba2b [InstCombine] add tests to show missing vector folds
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/exact.ll | 18 +++++++++++++++++-
test/Transforms/InstCombine/shift.ll | 12 ++++++++++++
2 files changed, 29 insertions(+), 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 724e567 [AMDGPU] Assembler: Move disabled SDWA and DPP instruction in [...]
new 29b1dcd [InstCombine] add helper function for foldICmpUsingKnownBits; NFCI
new 97c0650 add select i1 test, reproduser pr30249.
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/Transforms/InstCombine/InstCombineCompares.cpp | 537 +++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/CodeGen/X86/avx512-select.ll | 12 +
3 files changed, 291 insertions(+), 259 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 91db09d [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
new 724e567 [AMDGPU] Assembler: Move disabled SDWA and DPP instruction 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/AMDGPU/AMDGPU.td | 2 ++
lib/Target/AMDGPU/SIInstrInfo.td | 10 ++++++++++
2 files 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 binutils-gdb.
from 2c29df2 Fix false FAIL on gdb.base/stap-probe.exp, due to ICF optimization
new 8b71537 S/390: Fix kmctr instruction type.
new 58af639 S/390: Fix facility bit default.
new 952c3f5 S/390: Add alternate processor names.
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:
gas/ChangeLog | 15 ++++++++++++
gas/config/tc-s390.c | 49 ++++++++++++++++++++++++++-----------
gas/doc/as.texinfo | 8 +++---
gas/doc/c-s390.texi | 40 ++++++++++++++++++++----------
gas/testsuite/gas/s390/zarch-z196.d | 2 +-
opcodes/ChangeLog | 8 ++++++
opcodes/s390-mkopc.c | 26 +++++++++++++-------
opcodes/s390-opc.txt | 2 +-
8 files changed, 109 insertions(+), 41 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 30cc1de [ARM] Promote small global constants to constant pools
new c04a5a1 fix formatting/typos; NFC
new 91db09d [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
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/ARM/ARMBaseInstrInfo.cpp | 6 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 138 ++++++++++++++++++++-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 13 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 10 +-
test/CodeGen/ARM/and-cmpz.ll | 71 +++++++++++
test/CodeGen/ARM/arm-and-tst-peephole.ll | 15 +--
test/CodeGen/ARM/arm-shrink-wrapping.ll | 4 +-
test/CodeGen/ARM/call-tc.ll | 2 +-
test/CodeGen/ARM/debug-info-branch-folding.ll | 2 +-
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 8 +-
test/CodeGen/Thumb2/float-ops.ll | 12 +-
11 files changed, 243 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/ARM/and-cmpz.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from b6a4ab6 scripts/TestRelease.job: Fix target name computation.
new fc983b3 scripts/TestRelease.job: Print a message at the end.
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:
scripts/TestRelease.job | 2 ++
1 file changed, 2 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 gcc.
from aaf86e2 * doc/extend.texi: Use lowercase "boolean". * doc/invoke.te [...]
new efa1150 * configure.ac: Check for the minimum in-tree MPFR version [...]
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:
ChangeLog | 6 ++++++
configure | 4 ++++
configure.ac | 5 +++++
3 files changed, 15 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 0c54a06 [LoopInterchange] Improve debug output. NFC.
new 30cc1de [ARM] Promote small global constants to constant pools
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/ARMAsmPrinter.cpp | 13 +++++
lib/Target/ARM/ARMAsmPrinter.h | 9 ++-
lib/Target/ARM/ARMISelLowering.cpp | 89 ++++++++++++++++++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 +++++
test/CodeGen/ARM/constantpool-promote.ll | 99 ++++++++++++++++++++++++++++++++
5 files changed, 222 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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 ccaa95d Fix the Thumb test for vfloat intrinsics
new 0c54a06 [LoopInterchange] Improve debug output. 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/Transforms/Scalar/LoopInterchange.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 9c7d316 Define a dummy zlib::uncompress when zlib is not available.
new ccaa95d Fix the Thumb test for vfloat intrinsics
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/CodeGen/ARM/vfloatintrinsics.ll | 111 ++++++++++++++++++-----------------
1 file changed, 56 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.