This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8928f8d * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
new 4a5edbb * gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective tar [...]
new f61d724 Add ggc-tests.c
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 | 9 +
gcc/Makefile.in | 2 +
gcc/ggc-tests.c | 523 +++++++++++++++++++++++++++++++
gcc/selftest-run-tests.c | 1 +
gcc/selftest.h | 1 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/arm/pr37780_1.c | 3 +-
7 files changed, 543 insertions(+), 1 deletion(-)
create mode 100644 gcc/ggc-tests.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 clang.
from 7975d6d [ASTMatchers] New forEachOverriden matcher.
new 122b63a Preallocate ExplodedNode hash table
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/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h | 2 ++
lib/StaticAnalyzer/Core/CoreEngine.cpp | 5 +++++
2 files changed, 7 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 d6d608f [X86][SSE] Added target shuffle combine tests for byte shift/ [...]
new fb61c43 Test commit
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/X86/README.txt | 6 +++---
1 file changed, 3 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 f8ad75d Revert "[TTI] Refine default cost for interleaved load groups [...]
new d6d608f [X86][SSE] Added target shuffle combine tests for byte shift/ [...]
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/vector-shuffle-combining-ssse3.ll | 50 ++++++++++++++++++++++
1 file changed, 50 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 f5de801 * profile.c: Include cfgloop.h. (branch_prob): Compute esti [...]
new 9cf3aec 2016-06-10 Maxim Ostapenko <m.ostapenko(a)samsung.com>
new 8928f8d * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
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/match.pd | 14 ++---------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/c-c++-common/asan/pr71480.c | 42 +++++++++++++++++++++++++++++++
gcc/varasm.c | 6 ++++-
5 files changed, 64 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pr71480.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 8f626cd [TTI] Refine default cost for interleaved load groups with gaps
new f8ad75d Revert "[TTI] Refine default cost for interleaved load groups [...]
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/BasicTTIImpl.h | 44 ----------------------
.../LoopVectorize/AArch64/interleaved_cost.ll | 42 ---------------------
2 files changed, 86 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 1807f6f gcc: 2016-06-10 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 6172471 Use __USER_LABEL_PREFIX__ in asm statement
new f5de801 * profile.c: Include cfgloop.h. (branch_prob): Compute esti [...]
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 | 7 +++++++
gcc/profile.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/guality/pr68037-1.c | 4 +++-
gcc/testsuite/gcc.dg/guality/pr68037-2.c | 4 +++-
gcc/testsuite/gcc.dg/guality/pr68037-3.c | 4 +++-
gcc/testsuite/gcc.dg/torture/pr68037-1.c | 4 +++-
gcc/testsuite/gcc.dg/torture/pr68037-2.c | 4 +++-
gcc/testsuite/gcc.dg/torture/pr68037-3.c | 4 +++-
gcc/tree-ssa-loop-niter.c | 33 +++++++++++++++++++-------------
10 files changed, 69 insertions(+), 19 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.
Christophe Lyon pushed a change to branch linaro-local/gcc-5-integration-branch
in repository toolchain/gcc.
from 5961cb8 Merge branches/gcc-5-branch rev 237113.
new edceeff gcc/ Backport from trunk r233745. 2016-02-26 Kyrylo Tkach [...]
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/config/aarch64/aarch64-c.c | 5 +++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 67 +++++++++++++---------------
gcc/testsuite/gcc.target/aarch64/pr69245_1.c | 18 ++++++++
gcc/testsuite/gcc.target/aarch64/pr69245_2.c | 17 +++++++
5 files changed, 73 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr69245_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr69245_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 lld.
from c62f180 [ELF] - Properly check that R_X86_64_PC32 and R_X86_64_32 rel [...]
new c5dd377 [ELF][MIPS] Fix mask used to parse MIPS 3-in-1 relocation packet
new 19b0c72 [ELF][MIPS] Move MIPS specific code under `if` block to accen [...]
new 2e124bd [ELF] Use static function isPreemptible instead of SymbolBody [...]
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:
ELF/OutputSections.cpp | 31 +++++++++++++++++--------------
ELF/Relocations.cpp | 6 +++---
2 files changed, 20 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.