This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 10b1aaa fix gcc warning about a superfluous ;
new 85e1264 [ARM] Split 128-bit vectors in BUILD_VECTOR lowering
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/ARMISelLowering.cpp | 21 +++++++++++++++++++++
test/CodeGen/ARM/big-endian-vector-callee.ll | 24 ++++++++++++------------
test/CodeGen/ARM/vcombine.ll | 18 ++++++++++++++++++
test/CodeGen/ARM/vext.ll | 25 +++++++++++++++++--------
test/CodeGen/ARM/vtrn.ll | 22 ++++++++++++++++------
5 files changed, 84 insertions(+), 26 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 133b0bc [InstCombine] Folding of a compare with RHS const should merg [...]
new 10b1aaa fix gcc warning about a superfluous ;
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/AMDGPURuntimeMetadata.h | 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 gcc.
from 47f6959 PR target/59874 * config/i386/i386-builtin.def: Add __built [...]
new 5ccc4c3 PR c++/72775 * init.c (perform_member_init): Diagnose membe [...]
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/cp/ChangeLog | 6 +++++
gcc/cp/init.c | 8 ++++++
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/g++.dg/ext/flexary12.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary20.C | 49 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/ext/flexary21.C | 15 +++++++++++
6 files changed, 86 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary20.C
create mode 100644 gcc/testsuite/g++.dg/ext/flexary21.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 f55e8a1 Fix build failure due to r289674 on certain systems
new faaafe5 [DebugInfo] Changed DIBuilder::createCompileUnit() to take DI [...]
new c023f9d [ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
new 133b0bc [InstCombine] Folding of a compare with RHS const should merg [...]
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/IR/DIBuilder.h | 9 +-
lib/IR/DIBuilder.cpp | 12 +--
lib/Target/ARM/ARMISelDAGToDAG.cpp | 74 ++++++++++---
lib/Target/ARM/ARMISelLowering.cpp | 33 +++++-
lib/Target/ARM/ARMISelLowering.h | 4 +-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +-
test/CodeGen/ARM/vlddup.ll | 144 ++++++++++++++++++++++++++
test/CodeGen/ARM/vmul.ll | 25 +++--
test/DebugInfo/Generic/instcombine-phi.ll | 51 +++++++++
unittests/IR/IRBuilderTest.cpp | 15 +--
unittests/IR/VerifierTest.cpp | 9 +-
unittests/Transforms/Utils/Cloning.cpp | 17 +--
12 files changed, 340 insertions(+), 55 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 clang.
from 3338f4e Remove unused variable found by GCC warning.
new d582c55 [DebugInfo] Changed DIBuilder::createCompileUnit() to take DI [...]
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/CGDebugInfo.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 061e226 * gcc.dg/torture/pr78515.c: Add -Wno-psabi for AIX. [...]
new 47f6959 PR target/59874 * config/i386/i386-builtin.def: Add __built [...]
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/i386/i386-builtin.def | 4 ++++
gcc/config/i386/i386.c | 8 +++++--
gcc/config/i386/i386.md | 39 +++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.target/i386/pr59874-1.c | 10 ++++++++
gcc/testsuite/gcc.target/i386/pr59874-2.c | 10 ++++++++
7 files changed, 83 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr59874-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr59874-2.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 caba5d3 [InstCombine] Folding of a binop with RHS const should merge [...]
new f55e8a1 Fix build failure due to r289674 on certain systems
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/MCTargetDesc/AMDGPUTargetStreamer.h | 1 -
1 file changed, 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 6cd8528 DebugInfo: Improve type safety and simplify some subprogram f [...]
new caba5d3 [InstCombine] Folding of a binop with RHS const should merge [...]
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/InstCombinePHI.cpp | 2 +-
test/DebugInfo/Generic/instcombine-phi.ll | 49 +++++++++++++++++++++++++++
2 files changed, 50 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 gcc.
from c943281 PR debug/77844 * valtrack.c: Include rtl-iter.h. (struct r [...]
new 061e226 * gcc.dg/torture/pr78515.c: Add -Wno-psabi for AIX. [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr69634.c | 1 +
gcc/testsuite/gcc.dg/torture/pr78515.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c | 1 +
4 files changed, 9 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 clang.
from ac507be AArch64: add architecture version feature to Clang invocation.
new 3338f4e Remove unused variable found by GCC warning.
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/Serialization/ASTReader.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.