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 d7b6113 Automatic date update in version.in
new 94740f9 metag: add extern C to header
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/ChangeLog | 4 ++++
include/opcode/metag.h | 8 ++++++++
2 files changed, 12 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 0db93a5 PR tree-optimization/71280 * gcc.dg/pr71280.c: New test.
new 9b50ad1 libgomp/ 2016-05-26 Chung-Lin Tang <cltang(a)codesourcery.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:
libgomp/ChangeLog | 117 +++++
libgomp/libgomp.h | 14 +-
libgomp/oacc-host.c | 20 +-
libgomp/oacc-init.c | 7 +-
libgomp/oacc-mem.c | 25 +-
libgomp/plugin/plugin-hsa.c | 252 +++++++---
libgomp/plugin/plugin-nvptx.c | 599 +++++++++++------------
libgomp/target.c | 252 ++++++----
liboffloadmic/ChangeLog | 18 +
liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 121 +++--
10 files changed, 852 insertions(+), 573 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 5bf2d13 Daily bump.
new e9bcea2 [AArch64, testsuite] Fix vmul_elem_1.c on big-endian
new c5e8b3e * config/i386/sse.md (<mask_codefor>avx512vl_shuf_<shufflet [...]
new 76c786a * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512 [...]
new 7199c05 * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v co [...]
new 1802571 2016-05-26 Chung-Lin Tang <cltang(a)codesourcery.com>
new 0db93a5 PR tree-optimization/71280 * gcc.dg/pr71280.c: New test.
The 6 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/i386/sse.md | 52 ++++---
gcc/testsuite/ChangeLog | 17 +++
gcc/testsuite/gcc.dg/pr71280.c | 15 ++
.../gcc.target/aarch64/simd/vmul_elem_1.c | 110 ++++++++------
.../gcc.target/i386/avx512bw-vpalignr-4.c | 86 +++++++++++
.../gcc.target/i386/avx512vl-vbroadcast-3.c | 162 +++++++++++++++++++++
.../gcc.target/i386/avx512vl-vcvtps2ph-3.c | 41 ++++++
.../gcc.target/i386/avx512vl-vpalignr-4.c | 86 +++++++++++
include/ChangeLog | 6 +
include/gomp-constants.h | 6 +-
11 files changed, 536 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr71280.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-vpalignr-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vbroadcast-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vcvtps2ph-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpalignr-4.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 lldb.
from 449cb3c Small further refinement to the check in ObjectFileMachO::Par [...]
new addecc3 Avoid using stdio in TestVirtual
new 435ed8c [cmake] Add ability to customize (and skip) debugserver codesign
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:
.../lldbsuite/test/lang/cpp/virtual/TestVirtual.py | 17 ++++----
.../lldbsuite/test/lang/cpp/virtual/main.cpp | 25 ++++++-----
tools/debugserver/source/MacOSX/CMakeLists.txt | 48 +++++++++++-----------
3 files changed, 47 insertions(+), 43 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 clang.
from 09106fb [Clang][AVX512][BUILTIN] Adding intrinsics for set1
new 1389ecc Fix instrinsics names: _mm128_cmp_ps_mask-->_mm_cmp_ps_mask _ [...]
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/Headers/avx512vlintrin.h | 8 ++++----
test/CodeGen/avx512vl-builtins.c | 27 ++++++++++++---------------
2 files changed, 16 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.
unknown user pushed a change to branch master
in repository llvm.
from 8ac7be5 [MergedLoadStoreMotion] Don't transform across may-throw calls
new 529118e [Sparc] Extend the assembler printing support for Sparc back-end.
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/Sparc/SparcAsmPrinter.cpp | 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 llvm.
from ccef78d [MergedLoadStoreMotion] Small cleanup
new 8a41a5d [ConstantFold] Fix incorrect index rewrites for GEPs
new b09e1d3 [ConstantFold] NFC cleanup after previous change.
new 8ac7be5 [MergedLoadStoreMotion] Don't transform across may-throw calls
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:
lib/IR/ConstantFold.cpp | 79 +++++++++++-----------
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 56 ++++++++-------
.../InstCombine/getelementptr-folding.ll | 13 ++++
test/Transforms/InstMerge/exceptions.ll | 57 ++++++++++++++++
.../InstMerge/st_sink_no_barrier_call.ll | 2 +-
5 files changed, 142 insertions(+), 65 deletions(-)
create mode 100644 test/Transforms/InstCombine/getelementptr-folding.ll
create mode 100644 test/Transforms/InstMerge/exceptions.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 clang.
from 07baaff [OPENMP] Set '_OPENMP' macro to '201511' value to reflect sup [...]
new 09106fb [Clang][AVX512][BUILTIN] Adding intrinsics for set1
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/Headers/avx512fintrin.h | 24 ++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 54 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 5c78f7d MemorySSA: Revert r269678 and r268068; replace with special c [...]
new ccef78d [MergedLoadStoreMotion] Small cleanup
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/Transforms/Scalar/MergedLoadStoreMotion.cpp | 102 +++++++++++-------------
1 file changed, 45 insertions(+), 57 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 c1beab6 Revert "[CMake] LINK_LIBS need to be public for Darwin dylib [...]
new 5c78f7d MemorySSA: Revert r269678 and r268068; replace with special c [...]
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/Analysis/BasicAliasAnalysis.cpp | 9 ---------
lib/Transforms/Utils/MemorySSA.cpp | 8 ++++++++
test/Transforms/FunctionAttrs/assume.ll | 4 ++++
test/Transforms/LICM/assume.ll | 34 ++++++++++++++++++++++++++++++++
test/Transforms/Util/MemorySSA/assume.ll | 1 +
5 files changed, 47 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/FunctionAttrs/assume.ll
create mode 100644 test/Transforms/LICM/assume.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.