This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 382392f Add --enable-gnu-indirect-function to the default configure [...]
new 22808ff Switch default toolchain from gcc5 to gcc6
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:
config/default | 2 +-
config/gcc.conf | 4 ++++
config/gcc5/gcc.conf | 3 +++
config/gcc5/glibc.conf | 1 +
config/gcc6/gcc.conf | 2 --
config/gcc6/glibc.conf | 1 -
config/glibc.conf | 2 +-
testsuite/test.sh | 42 +++++++++++++++++++++---------------------
8 files changed, 31 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 607fac7 [X86][SSE] Only treat SM_SentinelUndef as UNDEF in shuffle ma [...]
new f7b6243 Teach CorrelatedValuePropagation to mark adds as no wrap
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:
.../Scalar/CorrelatedValuePropagation.cpp | 57 ++++++++++++++
test/Transforms/CorrelatedValuePropagation/add.ll | 91 ++++++++++++++++++++++
2 files changed, 148 insertions(+)
create mode 100644 test/Transforms/CorrelatedValuePropagation/add.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 lld.
from 63c708d [ELF] Add aarch64elf emulation mode
new a1e7447 [ELF] - Fixed section name pattern in testcase.
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/ELF/linkerscript/linkerscript-sizeofheaders.s | 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 5186407 Fix PR 71873 - ICE in push_reload
new 3a749c2 toplev.c: set FILE * globals to NULL after fclose
new 7132b75 Cherry-pick fprofile-generate-atomic from google/gcc-4_9
new 2d2b410 Add new *_atomic counter update function
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/ChangeLog | 24 +++++
gcc/common.opt | 13 +++
gcc/coretypes.h | 6 ++
gcc/doc/invoke.texi | 12 +++
gcc/gcov-io.h | 8 ++
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/g++.dg/gcov/gcov-threads-1.C | 46 +++++++++
.../gcc.dg/tree-prof/val-profiler-threads-1.c | 41 ++++++++
gcc/toplev.c | 7 +-
gcc/tree-profile.c | 95 ++++++++++++-------
libgcc/ChangeLog | 16 ++++
libgcc/Makefile.in | 14 ++-
libgcc/libgcov-profiler.c | 103 ++++++++++++++++++++-
libgcc/libgcov.h | 7 ++
14 files changed, 357 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-threads-1.C
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-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 a223dd9 [X86][SSE] Reorder shuffle mask undef helper predicates. NFCI
new 06ab33e [LVI] Relax the assertion about LVILatticeVal type in getCons [...]
new 607fac7 [X86][SSE] Only treat SM_SentinelUndef as UNDEF in shuffle ma [...]
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/Analysis/LazyValueInfo.cpp | 5 ++++-
lib/Target/X86/X86ISelLowering.cpp | 6 +++---
2 files changed, 7 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 llvm.
from 3206f9e [X86][SSE] Regenerate SSE1 tests
new a223dd9 [X86][SSE] Reorder shuffle mask undef helper predicates. NFCI
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/X86ISelLowering.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 081a6ff [RS6000] e500 part of pr71680
new 5186407 Fix PR 71873 - ICE in push_reload
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 | 7 +++++++
gcc/reload.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/avr/pr71873.c | 30 ++++++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr71873.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 d8d5e79 [DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678)
new 2fe1508 Regenerate test
new 3206f9e [X86][SSE] Regenerate SSE1 tests
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:
test/CodeGen/X86/sse1.ll | 120 +++++++++++++++++++++++++++++++++------
test/CodeGen/X86/widen_conv-4.ll | 2 +-
2 files changed, 104 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 gcc-6-branch
in repository gcc.
from 6fa5f1f Daily bump.
new 8045818 Backported from mainline 2016-08-09 Jakub Jelinek <jakub@ [...]
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 | 9 +++++++
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c | 19 ++++++++++++++
gcc/tree-loop-distribution.c | 30 +++++++++++++++++++++-
4 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.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 c4bce8b [X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd to IR [...]
new 0bbca21 [ASTMatchers] Extend documentation for match()
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/ASTMatchers/ASTMatchFinder.h | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.