This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5649db8 [DAGCombiner] (add X, (adde Y, 0, Carry)) -> (adde X, Y, Carry)
new ffd1e5a [DAGCombiner] Make DAGCombiner smarter about overflow
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/SelectionDAG.h | 13 +++++++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 +++++++++--------------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 21 +++++++++++++++++++++
test/CodeGen/X86/divrem8_ext.ll | 3 +--
4 files changed, 44 insertions(+), 22 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 newlib.
from a9f4b71 Add release message for commit 609d2b2
new 4e46ff3 Make anchors stable in generated Cygwin HTML documentation
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:
winsup/doc/logon-funcs.xml | 8 ++---
winsup/doc/misc-funcs.xml | 6 ++--
winsup/doc/path.xml | 22 ++++++------
winsup/doc/utils.xml | 90 +++++++++++++++++++++++-----------------------
4 files changed, 63 insertions(+), 63 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 cf5b8bc Add DAGCombiner load combine tests with non-zero offset
new 5649db8 [DAGCombiner] (add X, (adde Y, 0, Carry)) -> (adde X, Y, Carry)
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/SelectionDAG/DAGCombiner.cpp | 6 ++++++
test/CodeGen/X86/adde-carry.ll | 13 ++++++-------
2 files changed, 12 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 b0a111f [X86] Add add/addc known-bits tests (D29521)
new cf5b8bc Add DAGCombiner load combine tests with non-zero offset
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/AArch64/load-combine-big-endian.ll | 140 ++++++++++++++++++
test/CodeGen/AArch64/load-combine.ll | 140 ++++++++++++++++++
test/CodeGen/ARM/load-combine-big-endian.ll | 180 ++++++++++++++++++++++++
test/CodeGen/ARM/load-combine.ll | 180 ++++++++++++++++++++++++
test/CodeGen/X86/load-combine.ll | 168 +++++++++++++++++++++-
5 files changed, 805 insertions(+), 3 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 0aca400 [X86][SSE] Combine shuffle nodes with multiple uses if all th [...]
new b0a111f [X86] Add add/addc known-bits tests (D29521)
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/X86/known-bits.ll | 66 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 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 16291a2 [mips] dla expansion without the at register
new 0aca400 [X86][SSE] Combine shuffle nodes with multiple uses if all th [...]
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/SelectionDAGNodes.h | 4 ++++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 15 ++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 28 +++++++++++++++-------
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 8 +------
test/CodeGen/X86/select.ll | 6 ++---
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 14 ++---------
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 23 ++----------------
7 files changed, 46 insertions(+), 52 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 b422d8c S/390: Use macros from hwint.h where possible.
new 1fe9c7f gcc/ PR target/78883 * config/avr/avr.c (rtl-iter.h): Inclu [...]
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 | 2 ++
gcc/config/avr/avr.c | 32 +++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr78883.c | 12 ++++++++++
4 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78883.c
--
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 glibc.
from df3a4e1 Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.
new 0b20e02 sparc: Remove unused assignment in __clone
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 | 7 +++++++
sysdeps/unix/sysv/linux/sparc/sparc32/clone.S | 1 -
sysdeps/unix/sysv/linux/sparc/sparc64/clone.S | 1 -
3 files changed, 7 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 6546927 [SCEV] limit recursion depth and operands number in getAddExpr
new 16291a2 [mips] dla expansion without the at register
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/Mips/AsmParser/MipsAsmParser.cpp | 104 ++++++++++++++++++++--------
test/MC/Mips/macro-dla.s | 48 +++++++++++++
2 files changed, 123 insertions(+), 29 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 a6a852f [AVR] Use 'print' instead of 'dump'
new 6546927 [SCEV] limit recursion depth and operands number in getAddExpr
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/Analysis/ScalarEvolution.h | 7 +++-
lib/Analysis/ScalarEvolution.cpp | 58 ++++++++++++++++++++----------
unittests/Analysis/ScalarEvolutionTest.cpp | 28 +++++++++++++++
3 files changed, 73 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.