This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 2e35384 [CMake] Don't copy headers on fully standalone
new d2497cc [CMake] NFC. Fixing spelling from r280400
new 512cf2d [CMake] NFC. Missed the other uses in r280406
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:
cmake/Modules/HandleOutOfTreeLLVM.cmake | 4 ++--
include/CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 3 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 78e359c [InstCombine] add tests to show potential shuffle+insert folds
new af1a999 [LV] Use ScalarParts for ad-hoc pointer IV scalarization (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/Transforms/Vectorize/LoopVectorize.cpp | 31 +++++++++---------------------
1 file changed, 9 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 fa2569c [X86] Loosen memory folding requirements for cvtdq2pd and cvt [...]
new 78e359c [InstCombine] add tests to show potential shuffle+insert folds
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/Transforms/InstCombine/insert-const-shuf.ll | 112 +++++++++++++++++++++++
1 file changed, 112 insertions(+)
create mode 100644 test/Transforms/InstCombine/insert-const-shuf.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 binutils-gdb.
from f2b9e3d Share target_wait prototype between GDB and gdbserver
new 652a8f4 Add tests for PR ld/20513
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:
ld/ChangeLog | 12 ++++++++++++
ld/testsuite/ld-elf/pr20513a.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513a.s | 14 ++++++++++++++
ld/testsuite/ld-elf/pr20513b.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513b.s | 14 ++++++++++++++
ld/testsuite/ld-elf/pr20513c.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513d.d | 9 +++++++++
ld/testsuite/ld-elf/pr20513e.d | 4 ++++
ld/testsuite/ld-elf/pr20513f.d | 4 ++++
9 files changed, 84 insertions(+)
create mode 100644 ld/testsuite/ld-elf/pr20513a.d
create mode 100644 ld/testsuite/ld-elf/pr20513a.s
create mode 100644 ld/testsuite/ld-elf/pr20513b.d
create mode 100644 ld/testsuite/ld-elf/pr20513b.s
create mode 100644 ld/testsuite/ld-elf/pr20513c.d
create mode 100644 ld/testsuite/ld-elf/pr20513d.d
create mode 100644 ld/testsuite/ld-elf/pr20513e.d
create mode 100644 ld/testsuite/ld-elf/pr20513f.d
--
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 a964a28 [lib/LTO] Simplify a bit. NFCI.
new 7f885e7 AMDGPU: Add runtime metadata for pointee alignment of argument.
new fa2569c [X86] Loosen memory folding requirements for cvtdq2pd and cvt [...]
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/AMDGPU/AMDGPUAsmPrinter.cpp | 8 +-
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 1 +
lib/Target/X86/X86InstrInfo.cpp | 4 +-
test/CodeGen/AMDGPU/runtime-metadata.ll | 167 ++++++++++++++++++++++++++++++
test/CodeGen/X86/peephole-cvt-sse.ll | 39 +++++++
5 files changed, 216 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/peephole-cvt-sse.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 libcxx.
from 25a93c5 Fix libc++ configuration with -fsanitize-coverage
new 2e35384 [CMake] Don't copy headers on fully standalone
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:
cmake/Modules/HandleOutOfTreeLLVM.cmake | 10 +++++++++-
include/CMakeLists.txt | 2 +-
2 files changed, 10 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 binutils-gdb.
from 4248448 2016-09-01 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 049a857 Use target_continue{,_no_signal} instead of target_resume
new f2b9e3d Share target_wait prototype between GDB and gdbserver
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:
gdb/ChangeLog | 17 +++++++++++++++++
gdb/fork-child.c | 4 ++--
gdb/gdbserver/ChangeLog | 15 +++++++++++++++
gdb/gdbserver/server.c | 25 +++++++------------------
gdb/gdbserver/target.c | 29 +++++++++++++++++++++++------
gdb/linux-nat.c | 2 +-
gdb/procfs.c | 4 ++--
gdb/target.c | 10 ++++++++++
gdb/target.h | 12 +-----------
gdb/target/target.h | 22 +++++++++++++++++++---
10 files changed, 97 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 llvm.
from 816c475 [CMake] Connecting check-all and test-depends targets correctly
new a964a28 [lib/LTO] Simplify a bit. 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/LTO/LTOBackend.cpp | 5 +----
1 file changed, 1 insertion(+), 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 compiler-rt.
from 62aa809 [CMake] Adding compiler-rt-test-depends target
new 99f69ba Revert "Copy over most of the scariness_score test to the 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:
test/asan/TestCases/scariness_score_test.cc | 191 ----------------------------
1 file changed, 191 deletions(-)
delete mode 100644 test/asan/TestCases/scariness_score_test.cc
--
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 8dabfb7 [LV] Move VectorParts allocation and mapping into PHI widening (NFC)
new add0a5d Rename some variables to have meaningful names. NFC.
new 816c475 [CMake] Connecting check-all and test-depends targets correctly
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:
CMakeLists.txt | 9 +++-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 58 +++++++++++------------
runtimes/CMakeLists.txt | 3 +-
3 files changed, 38 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.