This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 09e469b [SPARC] Allows inlining of atomics for Sparc32 with appropria [...]
new cada05d [ASTMatchers] Add isLambda() matcher.
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:
docs/LibASTMatchersReference.html | 11 +++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 13 +++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 6 ++++++
4 files changed, 31 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 libcxx.
from 871506f Fix bad link for P0006
new 01ac037 Updated C++1Z status page with new work from Oulu WG21 meeting
new 05d5c05 Use WG21.link reflector to get to issues, rather than linking [...]
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:
www/cxx1z_status.html | 337 +++++++++++++++++++++++++++++++-------------------
1 file changed, 208 insertions(+), 129 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 compiler-rt.
from 9c6389d Adding a comment to explain r273886 ("Stop unwinding the stac [...]
new 1fa87e3 Adapt the "objc-race.mm" test to use ignore_interceptors_acce [...]
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/tsan/Darwin/objc-simple.mm | 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 c7b3bdc * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/ [...]
new e5c957b This patch fixes a bug in the bswap pass. In big-endian BIT_ [...]
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-math-opts.c | 4 ++++
2 files changed, 9 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 ba1b6a5 2016-06-28 Richard Biener <rguenther(a)suse.de>
new c7b3bdc * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/ [...]
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 | 51 +++++
gcc/config/rs6000/crypto.md | 2 +-
gcc/config/rs6000/dfp.md | 52 ++---
gcc/config/rs6000/htm.md | 14 +-
gcc/config/rs6000/power6.md | 2 +-
gcc/config/rs6000/power7.md | 2 +-
gcc/config/rs6000/power8.md | 2 +-
gcc/config/rs6000/power9.md | 477 ++++++++++++++++++++++++++++++++++++++++++++
gcc/config/rs6000/rs6000.c | 322 ++++++++++++++++++++++++++----
gcc/config/rs6000/rs6000.md | 92 ++++++---
gcc/config/rs6000/t-rs6000 | 1 +
11 files changed, 912 insertions(+), 105 deletions(-)
create mode 100644 gcc/config/rs6000/power9.md
--
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 7b928ec Fix "not all control paths return a value" warning on MSVC
new 9349754 [X86][AVX] Peek through bitcasts to find the source of broadc [...]
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 | 30 +++++++++++++++++++++++++++---
test/CodeGen/X86/avx-vbroadcast.ll | 12 ++++--------
test/CodeGen/X86/avx2-vbroadcast.ll | 3 +--
test/CodeGen/X86/vector-shuffle-128-v4.ll | 28 +++++++++++++++++++++-------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 3 +--
5 files changed, 54 insertions(+), 22 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 05bd016 Convert 2 more uses to shouldAssumeDSOLocal(). NFC.
new 7b928ec Fix "not all control paths return a value" warning on MSVC
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/llvm-cov/SourceCoverageView.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 e6404a0 [Driver] Add method to redirect output of Compilation.
new 09e469b [SPARC] Allows inlining of atomics for Sparc32 with appropria [...]
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/Basic/Targets.cpp | 1 +
test/CodeGen/atomics-inlining.c | 13 +++++++++++++
2 files changed, 14 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 compiler-rt.
from bbe3db0 [CMake] Check for androidabi in CMakeLists.txt not base-confi [...]
new 9c6389d Adding a comment to explain r273886 ("Stop unwinding the stac [...]
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/sanitizer_common/sanitizer_stacktrace.cc | 3 +++
lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc | 3 +++
2 files changed, 6 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 binutils-gdb.
from eb9bb5b Use `supports_gnu_unique' with the `unique_symbol' and `type' tests
new 50c901e Relax previous restriction on running binutils ar tests for A [...]
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:
binutils/ChangeLog | 5 +++++
binutils/testsuite/binutils-all/ar.exp | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.