This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8bdfd6ed739 [Arm] Cleanup IT attributes
new 14aaf770aee gcc/ChangeLog:
new 6d468e2e22a Fix ChangeLog entry
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 | 18 +-
gcc/config/rs6000/altivec.h | 3 +-
gcc/config/rs6000/rs6000-builtin.def | 10 +-
gcc/config/rs6000/rs6000-c.c | 44 +--
gcc/config/rs6000/rs6000-protos.h | 2 +
gcc/config/rs6000/rs6000.c | 71 +++++
gcc/config/rs6000/vsx.md | 41 +++
gcc/testsuite/ChangeLog | 4 +
.../gcc.target/powerpc/builtins-revb-runnable.c | 344 +++++++++++++++++++++
9 files changed, 510 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-revb-runnable.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 gcc.
from 822daf91da9 [gcc] 2017-11-06 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 8bdfd6ed739 [Arm] Cleanup IT attributes
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 | 11 +++
gcc/config/arm/arm-fixed.md | 8 ---
gcc/config/arm/arm.md | 160 ++++++++++++++------------------------------
gcc/config/arm/ldmstm.md | 72 +++++++-------------
gcc/config/arm/sync.md | 36 ++++------
gcc/config/arm/thumb2.md | 24 +++----
gcc/config/arm/vfp.md | 56 +---------------
7 files changed, 107 insertions(+), 260 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 lldb.
from 29b2fc420 Extend android xfail in TestTopLevelExprs
new c23fcf027 Add a dependency from check-lldb on lld
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/CMakeLists.txt | 9 +++++++++
1 file 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 llvm.
from 416cdcce390 [PPC] Use xxbrd to speed up bswap64
new 0ec29cbb9c9 [cfi-verify] Added a simple check that stops division-by-ze [...]
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-cfi-verify/llvm-cfi-verify.cpp | 4 +++-
1 file changed, 3 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 llvm.
from 6e029979011 Make MCAsmBackend and MCCodeEmiiter passed by unique_ptr rval
new 416cdcce390 [PPC] Use xxbrd to speed up bswap64
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/PowerPC/PPCISelLowering.cpp | 25 +++++++++++++++++++++++--
lib/Target/PowerPC/PPCISelLowering.h | 1 +
test/CodeGen/PowerPC/bswap64.ll | 13 +++++++++++++
3 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/bswap64.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 llvm.
from bd04b64cd12 AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
new 6e029979011 Make MCAsmBackend and MCCodeEmiiter passed by unique_ptr rval
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-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp | 6 ++++--
1 file changed, 4 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 gcc.
from 44de00a1636 /cp 2017-11-06 Paolo Carlini <paolo.carlini(a)oracle.com>
new 822daf91da9 [gcc] 2017-11-06 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 36 +++++++++
gcc/config/rs6000/rs6000-builtin.def | 91 ++++++-----------------
gcc/config/rs6000/rs6000-c.c | 11 +++
gcc/config/rs6000/rs6000.c | 106 ++++++++++++++++-----------
gcc/doc/extend.texi | 35 +++------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/powerpc/pr82748-1.c | 82 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr82748-2.c | 46 ++++++++++++
8 files changed, 279 insertions(+), 134 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr82748-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr82748-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 clang.
from 157a622d78 [CodeGen] match new fast-math-flag method: isFast()
new 0b7495e180 [Parser] Fix TryParseLambdaIntroducer() error handling
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/Parse/ParseExprCXX.cpp | 35 ++++++++++++++++++++-------------
test/Parser/objcxx11-invalid-lambda.cpp | 10 ++++++++++
2 files changed, 31 insertions(+), 14 deletions(-)
create mode 100644 test/Parser/objcxx11-invalid-lambda.cpp
--
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 5df11b047 Fix CMake definitions of tsan runtime to make it installed by [...]
new 46ec7772a [Sanitizers] Check pthread_setcancel{state|type} interceptor [...]
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_common_interceptors.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.