This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 764af2e * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Fix t [...]
new 37814bf * gcc.target/aarch64/advsimd-intrinsics/vmul.c: Remove usele [...]
new bdd4080 * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (CHEC [...]
new b52a930 * gcc.target/aarch64/advsimd-intrinsics/vsli_n.c: Add checks [...]
new 70a88ea * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Add m [...]
new 5ef3c91 * gcc.target/aarch64/advsimd-intrinsics/vget_lane.c: Add fp16 tests.
The 5 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 | 25 ++++++
.../aarch64/advsimd-intrinsics/arm-neon-ref.h | 7 +-
.../aarch64/advsimd-intrinsics/vget_lane.c | 19 +++++
.../gcc.target/aarch64/advsimd-intrinsics/vmul.c | 2 -
.../aarch64/advsimd-intrinsics/vreinterpret.c | 99 ++++++++++++++++++++++
.../gcc.target/aarch64/advsimd-intrinsics/vshl.c | 2 -
.../gcc.target/aarch64/advsimd-intrinsics/vsli_n.c | 2 +
.../gcc.target/aarch64/advsimd-intrinsics/vtst.c | 2 -
8 files changed, 149 insertions(+), 9 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 gcc-5-branch
in repository gcc.
from a28a7bb Backport from mainline r236377. 2016-05-18 Christophe Lyon [...]
new a475a1b [AArch64] PR target/70809: Delete aarch64_vmls<mode> pattern
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-simd.md | 10 ----------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr70809_1.c | 18 ++++++++++++++++++
4 files changed, 34 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr70809_1.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 8d706cc Try again to fix pdbdump-headers.test on big-endian hosts aft [...]
new 3b69c0e Removing an unused variable introduced in r269911; 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/Support/Host.cpp | 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 clang.
from 61e90ae Update for llvm change.
new b5c7e1c [Mips] Finetuning MIPS32 Android default variants
new 97aba0b [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
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:
docs/LibASTMatchersReference.html | 15 +++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 18 ++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
lib/Driver/Tools.cpp | 21 ++++++++++++++++++---
lib/Driver/Tools.h | 1 +
test/Driver/clang-translation.c | 11 +++++++++++
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 9 +++++++++
7 files changed, 73 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 1db659e Add new flag and intrinsic support for MWAITX and MONITORX in [...]
new 8d706cc Try again to fix pdbdump-headers.test on big-endian hosts aft [...]
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/DebugInfo/PDB/Raw/PublicsStream.cpp | 14 +++++++++-----
1 file changed, 9 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 47578cb 2016-05-18 Richard Biener <rguenther(a)suse.de>
new 7cec01b * gcc.target/aarch64/noplt_3.c: Scan for "br\t". * gcc.targ [...]
new ffe01a8 Fix ChangeLog date.
new 764af2e * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Fix t [...]
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:
gcc/testsuite/ChangeLog | 11 +++++++++++
.../gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c | 2 +-
gcc/testsuite/gcc.target/aarch64/noplt_3.c | 2 +-
gcc/testsuite/gcc.target/aarch64/tail_indirect_call_1.c | 4 ++--
4 files changed, 15 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 gcc-6-branch
in repository gcc.
from 0d08d99 Daily bump.
new a48f2a2 Backport from mainline r236377. 2016-05-19 Christophe Lyon [...]
new c26666f Fix ChangeLog date.
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/aarch64/noplt_3.c | 2 +-
gcc/testsuite/gcc.target/aarch64/tail_indirect_call_1.c | 4 ++--
3 files changed, 12 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 gcc-5-branch
in repository gcc.
from 46636c9 Daily bump.
new a28a7bb Backport from mainline r236377. 2016-05-18 Christophe Lyon [...]
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 | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/tail_indirect_call_1.c | 4 ++--
2 files changed, 10 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 test-suite.
from 04dc7cc cmake: Add support for PREPARE: steps and use it where apropriate.
new 07ef6c9 [LNT] Update timeit.sh to have the same return code as timeit [...]
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:
tools/timeit.sh | 4 ++++
1 file changed, 4 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 75f2109 Set DECL_PT_UID for merged variables in IPA ICF (PR70856).
new 47578cb 2016-05-18 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/tree-ssa-loop-im.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.