This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 07255f2be8a [InstCombine] consolidate tests for DeMorgan folds; NFC
new bcb9816097e Do not legalize large add with addc/adde, introduce addcarr [...]
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/CodeGen/ISDOpcodes.h | 13 ++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 46 ++++++-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 160 ++++++++++++++++++----
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 3 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 +-
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 +
lib/CodeGen/TargetLoweringBase.cpp | 4 +
lib/Target/X86/X86ISelDAGToDAG.cpp | 1 +
lib/Target/X86/X86ISelLowering.cpp | 64 +++++++++
test/CodeGen/X86/known-bits.ll | 22 +--
10 files changed, 278 insertions(+), 48 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 8456354f647 [docs] Simplify some language for Error/cantFail in the pro [...]
new 07255f2be8a [InstCombine] consolidate tests for DeMorgan folds; 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/and-or-not.ll | 28 ---
test/Transforms/InstCombine/and-or.ll | 22 --
test/Transforms/InstCombine/apint-and1.ll | 8 -
test/Transforms/InstCombine/apint-and2.ll | 32 ---
test/Transforms/InstCombine/apint-not.ll | 25 ---
test/Transforms/InstCombine/apint-or.ll | 23 --
test/Transforms/InstCombine/demorgan-zext.ll | 81 -------
test/Transforms/InstCombine/demorgan.ll | 320 +++++++++++++++++++++++++++
test/Transforms/InstCombine/not.ll | 39 +---
9 files changed, 321 insertions(+), 257 deletions(-)
delete mode 100644 test/Transforms/InstCombine/demorgan-zext.ll
create mode 100644 test/Transforms/InstCombine/demorgan.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 0a4ec8f0b22 [MVT] fix typo in size of v1i8 MVT.
new 8456354f647 [docs] Simplify some language for Error/cantFail in the pro [...]
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:
docs/ProgrammersManual.rst | 19 +++++++++----------
1 file changed, 9 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 gcc.
from c1995a329e8 Daily bump.
new e062e35c7ff PR ipa/79224 * ipa-inline-analysis.c (dump_predicate): Ad [...]
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:
gcc/ChangeLog | 34 +++++
gcc/ipa-inline-analysis.c | 344 +++++++++++++++++++++++++++++++---------------
gcc/ipa-inline.c | 48 +++----
gcc/ipa-inline.h | 21 ++-
4 files changed, 304 insertions(+), 143 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 lld.
from a836a53da Rename RPath Rpath for consistency. NFC.
new 9d066b370 Move LTO options above "all options beyond this are ignored" comment
new b6046a85e Ignore -no-keep-memory.
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:
ELF/Options.td | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 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 f300b51fae4 [APInt] Remove support for wrapping from APInt::setBits.
new 0a4ec8f0b22 [MVT] fix typo in size of v1i8 MVT.
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/CodeGen/ValueTypes.td | 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 c6bea6e8689 InstructionSimplify: Canonicalize shuffle operands. NFC-ish.
new 78c3b9ec3d9 [X86] Clear KnownBits instead of reconstructing it. NFC
new c07d5e69ae2 [APInt] Replace calls to setBits with more specific calls t [...]
new f300b51fae4 [APInt] Remove support for wrapping from APInt::setBits.
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/ADT/APInt.h | 6 +-----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 8 ++++----
unittests/ADT/APIntTest.cpp | 30 +++++++++++++++---------------
4 files changed, 21 insertions(+), 25 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 f24bed9225e InstructionSimplify: One getShuffleMask() replacing multipl [...]
new c6bea6e8689 InstructionSimplify: Canonicalize shuffle operands. NFC-ish.
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/InstructionSimplify.cpp | 49 +++++++++++++++++++++---------------
1 file changed, 29 insertions(+), 20 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 778f5177f01 InstructionSimplify: Simplify a shuffle with a undef mask to undef
new f24bed9225e InstructionSimplify: One getShuffleMask() replacing multipl [...]
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/InstructionSimplify.cpp | 15 +++++++++------
1 file changed, 9 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 258bb897bdc [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottpr [...]
new 778f5177f01 InstructionSimplify: Simplify a shuffle with a undef mask to undef
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/InstructionSimplify.cpp | 3 +++
test/Transforms/InstSimplify/shufflevector.ll | 8 ++++++++
2 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.