This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a9689f2 runtime: copy runtime.go and runtime1.go from Go 1.7
new 002b742 2016-09-29 Richard Biener <rguenther(a)suse.de>
new 9080d2c 2016-09-29 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/tree-ssa-sccvn.c | 33 ++++++++++++++++-----------------
gcc/tree-vect-stmts.c | 41 ++++++++++++++++++++++++++++++++++++-----
3 files changed, 63 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 43006cd [AVX-512] Fix a check line from r282690.
new 607b2a3 [X86] Really fix the FileCheck line from r282690.
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/pr29112.ll | 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 llvm.
from 37b4149 [AVX-512] Support spills of XMM16-31 and YMM16-31 when VLX is [...]
new 43006cd [AVX-512] Fix a check line from r282690.
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/pr29112.ll | 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 libcxxabi.
from a086331 [libc++abi] Default to DLL annotations on Windows
new feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals [...]
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:
src/CMakeLists.txt | 1 +
src/cxa_exception.cpp | 28 ++-------
src/cxa_exception_storage.cpp | 6 +-
src/{fallback_malloc.ipp => fallback_malloc.cpp} | 74 ++++++++++++++++++------
src/fallback_malloc.h | 31 ++++++++++
test/test_exception_storage_nodynmem.pass.cpp | 32 ++++++++++
test/test_fallback_malloc.pass.cpp | 2 +-
7 files changed, 130 insertions(+), 44 deletions(-)
rename src/{fallback_malloc.ipp => fallback_malloc.cpp} (82%)
create mode 100644 src/fallback_malloc.h
create mode 100644 test/test_exception_storage_nodynmem.pass.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 llvm.
from db79113 [AVX-512] Replicate pattern from AVX to select VMOVDDUP for ( [...]
new 3395e35 [X86] Remove extra FileCheck lines that got left behind in r282688.
new 37b4149 [AVX-512] Support spills of XMM16-31 and YMM16-31 when VLX is [...]
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/Target/X86/X86InstrAVX512.td | 26 ++++++++
lib/Target/X86/X86InstrInfo.cpp | 119 +++++++++++++++++++++++++++++++++---
test/CodeGen/X86/avx2-vbroadcast.ll | 6 --
test/CodeGen/X86/pr29112.ll | 45 ++++++++++++++
4 files changed, 182 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/X86/pr29112.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 e255157 IR: Rename the tablegen'd Attributes file to .gen
new 4059a77 [X86] Add VBROADCASTF128/VBROADCASTI128 to execution domain f [...]
new 08c71c6 [X86] Add 512-bit VPBROADCASTB and VPBROADCASTW tests.
new 9435177 [X86] Remove AddedComplexity adjustments that don't seem to b [...]
new b54d49d [X86] Add EVEX encoded VBROADCASTSS/SD and VPBROADCASTD/Q to [...]
new db79113 [AVX-512] Replicate pattern from AVX to select VMOVDDUP for ( [...]
The 5 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/X86InstrAVX512.td | 8 +-
lib/Target/X86/X86InstrInfo.cpp | 13 +-
lib/Target/X86/X86InstrSSE.td | 10 +-
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 4 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 775 ++++++++++++++++++---
test/CodeGen/X86/avx512-bugfix-25270.ll | 8 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 8 +-
test/CodeGen/X86/avx512-vbroadcast.ll | 6 +-
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 12 +-
test/CodeGen/X86/masked_gather_scatter.ll | 4 +-
test/CodeGen/X86/subvector-broadcast.ll | 148 ++--
test/CodeGen/X86/vec_fabs.ll | 4 +-
test/CodeGen/X86/vector-shuffle-256-v4.ll | 58 +-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v32.ll | 53 ++
test/CodeGen/X86/vector-shuffle-512-v64.ll | 151 ++++
test/CodeGen/X86/vector-shuffle-512-v8.ll | 4 +-
.../X86/vector-shuffle-combining-avx512bw.ll | 6 +-
18 files changed, 1017 insertions(+), 257 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 binutils-gdb.
from b1f5b0a Automatic date update in version.in
new b82317d Display .gnu.attributes tags for powerpc64
new a5721ba Disallow 3-operand cmp[l][i] for ppc64
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:
binutils/ChangeLog | 5 +++
binutils/readelf.c | 1 +
gas/ChangeLog | 6 +++
gas/config/tc-ppc.c | 4 +-
gas/testsuite/gas/ppc/power8.s | 2 +-
gas/testsuite/gas/ppc/power9.d | 4 +-
include/ChangeLog | 4 ++
include/opcode/ppc.h | 4 ++
opcodes/ChangeLog | 16 +++++++
opcodes/ppc-opc.c | 96 ++++++++++--------------------------------
10 files changed, 65 insertions(+), 77 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 ed2d094 Re-commit the changes from r282565 that I had to back out bec [...]
new 0eaf50b Add a unit test for an x86_64 assembly inspection of a large [...]
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:
.../x86/Testx86AssemblyInspectionEngine.cpp | 195 +++++++++++++++++++--
1 file changed, 177 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 master
in repository compiler-rt.
from 5969de9 Add build script for symbolizer which can be linked into inst [...]
new 17a10b9 Move verbose clang binaries detection
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:
.../symbolizer/scripts/build_symbolizer.sh | 23 +++++++++++-----------
1 file changed, 11 insertions(+), 12 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 8579d6c Add explanatory comment.
new e255157 IR: Rename the tablegen'd Attributes file to .gen
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/IR/Attributes.h | 2 +-
include/llvm/IR/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.