This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c46700a6d5a [DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor x, (xor [...]
new 5de0a989c69 [TableGen] Print more helpful information in case of type c [...]
new dd3d1e98e0e [YAML] Fix UTF-8 handling
new 79085a17d46 [YAML] Refactor escaping unittests
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/Support/YAMLTraits.h | 2 +-
lib/Support/YAMLTraits.cpp | 7 ++-
unittests/Support/YAMLIOTest.cpp | 107 ++++++++--------------------------
utils/TableGen/CodeGenDAGPatterns.cpp | 49 ++++++++++------
utils/TableGen/CodeGenDAGPatterns.h | 11 +++-
5 files changed, 70 insertions(+), 106 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 c218ca80720 [DAGCombiner] Generalize (or (and X, c1), c2) -> (and (or X [...]
new c46700a6d5a [DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor x, (xor [...]
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 | 15 ---------------
1 file changed, 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 gcc.
from a44825f55c4 [Patch combine] Don't create ZERO_EXTEND from subregs unles [...]
new 7e922431120 [patch AArch64] Do not perform a vector splat for vector 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:
gcc/ChangeLog | 8 ++++
gcc/config/aarch64/aarch64.c | 48 +++++++++++++++++++++--
gcc/simplify-rtx.c | 51 +++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/vect-slp-dup.c | 20 ++++++++++
5 files changed, 128 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-slp-dup.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 llvm.
from 4a3dfeff72d [X86] Add (or (and X, c1), c2) -> (and (or X, c2), c1|c2) n [...]
new c218ca80720 [DAGCombiner] Generalize (or (and X, c1), c2) -> (and (or X [...]
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 | 20 ++++++++++----------
test/CodeGen/X86/combine-or.ll | 4 ++--
test/CodeGen/X86/known-bits-vector.ll | 14 ++++++++------
3 files changed, 20 insertions(+), 18 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 9f79ab2ee11 [arm] Specify +dotprod support for Cortex-A55 and Cortex-A7 [...]
new 5f70fecd356 PR c++/82872 * convert.c (convert_to_integer_1) <POINTER_ [...]
new a44825f55c4 [Patch combine] Don't create ZERO_EXTEND from subregs unles [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/combine.c | 5 +++--
gcc/convert.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/pr82872.c | 11 +++++++++++
5 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr82872.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 llvm.
from 2fe72713c3e [PowerPC] Fix parest build failure in SPEC2017.
new 4a3dfeff72d [X86] Add (or (and X, c1), c2) -> (and (or X, c2), c1|c2) n [...]
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/combine-or.ll | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 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 lldb.
from 83aa29acc Work around test failures on red-hat linux
new 2dee6609d Make one more test redhat-compatible
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/expression_command/top-level/test.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 9d06ec6ce56 [DAGCombiner] Generalize (and (or x, C), D) -> D iff (C & D [...]
new 2fe72713c3e [PowerPC] Fix parest build failure in SPEC2017.
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/PowerPC/PPCISelLowering.cpp | 11 ++++++-----
test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll | 15 +++++++++++++++
2 files changed, 21 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/PowerPC/uint-to-ppcfp128-crash.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 0be79235013 [X86] Add (and (or x, C), D) -> D iff (C & D) == D non-spla [...]
new 5bfbcdb28dd [mips] Fix the invalid EVA test
new 9d06ec6ce56 [DAGCombiner] Generalize (and (or x, C), D) -> D iff (C & D [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 10 ++++---
test/CodeGen/X86/combine-and.ll | 3 +-
test/MC/Mips/eva/invalid.s | 47 ++++++++++++++++----------------
3 files changed, 31 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 gcc.
from 2074ebe7571 Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).
new 7846aae1174 [arm] Fix assembler option rewrite alphabetical comparison
new 9f79ab2ee11 [arm] Specify +dotprod support for Cortex-A55 and Cortex-A7 [...]
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:
gcc/ChangeLog | 10 ++++++++++
gcc/common/config/arm/arm-common.c | 10 +++++-----
gcc/config/arm/driver-arm.c | 4 ++--
3 files changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.