This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from d806c03 [clang-move] Compare with real paths of symlinks
new 419ab0c Recommit r283538 "[clang-move] Support moving multiple classe [...]
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:
clang-move/ClangMove.cpp | 22 +++++++---
clang-move/ClangMove.h | 5 ++-
clang-move/tool/ClangMoveMain.cpp | 8 ++--
test/clang-move/Inputs/multiple_class_test.cpp | 27 ++++++++++++
test/clang-move/Inputs/multiple_class_test.h | 30 ++++++++++++++
test/clang-move/move-class.cpp | 4 +-
test/clang-move/move-multiple-classes.cpp | 57 ++++++++++++++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 8 ++--
8 files changed, 145 insertions(+), 16 deletions(-)
create mode 100644 test/clang-move/Inputs/multiple_class_test.cpp
create mode 100644 test/clang-move/Inputs/multiple_class_test.h
create mode 100644 test/clang-move/move-multiple-classes.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 gcc.
from e090d46 2016-10-13 Richard Biener <rguenther(a)suse.de>
new 4c57e30 2016-10-12 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 8a23256 PR target/77957 * hooks.h (hook_tree_void_null): Declare. [...]
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 | 19 +++++++++++++++++++
gcc/ada/ChangeLog | 6 ++++++
gcc/ada/gcc-interface/misc.c | 2 +-
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-objc-common.h | 2 +-
gcc/cfgexpand.c | 5 ++++-
gcc/config/i386/i386.c | 17 +++++++++++++++++
gcc/config/rs6000/rs6000.c | 5 +++++
gcc/config/s390/s390.c | 5 +++++
gcc/config/sparc/sparc.c | 5 +++++
gcc/config/tilegx/tilegx.c | 5 +++++
gcc/config/tilepro/tilepro.c | 5 +++++
gcc/function.c | 5 ++++-
gcc/hooks.c | 7 +++++++
gcc/hooks.h | 1 +
gcc/langhooks-def.h | 1 -
gcc/langhooks.c | 8 --------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/arm/movdi_movw.c | 6 ++++--
gcc/testsuite/gcc.target/arm/movhi_movw.c | 2 +-
gcc/testsuite/gcc.target/arm/movsi_movw.c | 2 +-
21 files changed, 104 insertions(+), 17 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 c678874 Silence unused warning in non-assert builds.
new 4b6c339 [X86] Basic additions to support RegCall Calling Convention.
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/CallingConv.h | 3 +
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 1 +
lib/AsmParser/LLToken.h | 1 +
lib/IR/AsmWriter.cpp | 1 +
lib/Target/X86/X86CallingConv.h | 7 +
lib/Target/X86/X86CallingConv.td | 190 ++++++++++
lib/Target/X86/X86RegisterInfo.cpp | 26 ++
test/CodeGen/X86/avx512-regcall-NoMask.ll | 607 ++++++++++++++++++++++++++++++
test/CodeGen/X86/sse-regcall.ll | 207 ++++++++++
10 files changed, 1044 insertions(+)
create mode 100644 test/CodeGen/X86/avx512-regcall-NoMask.ll
create mode 100644 test/CodeGen/X86/sse-regcall.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 gcc.
from da034eb syscall: don't use pt_regs in clone_linux.c
new e090d46 2016-10-13 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++++
gcc/dwarf2out.c | 32 ++++++++++++++++++++------------
2 files changed, 29 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 1c62059 [AVX-512] Fix v16i32 zero extending shuffle test case so it's [...]
new c678874 Silence unused warning in non-assert builds.
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 | 6 +++---
1 file 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 6c06855 [AVX-512] Teach shuffle lowering to recognize 512-bit zero extends.
new 1c62059 [AVX-512] Fix v16i32 zero extending shuffle test case so it's [...]
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/vector-shuffle-512-v16.ll | 11 ++++-------
1 file changed, 4 insertions(+), 7 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 350bc2e [X86] Simplify the lowering code for extracting and inserting [...]
new bc668c9 Remove a FIXME that I forgot about. NFC.
new c42ce5a [AVX-512] Add tests for basic 512-bit zero extending shuffle [...]
new 6c06855 [AVX-512] Teach shuffle lowering to recognize 512-bit zero extends.
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/Target/X86/X86ISelLowering.cpp | 29 ++++++++++-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 12 +++++
test/CodeGen/X86/vector-shuffle-512-v32.ll | 18 +++++++
test/CodeGen/X86/vector-shuffle-512-v64.ll | 77 ++++++++++++++++++++++++++++++
unittests/Target/AArch64/CMakeLists.txt | 2 -
5 files changed, 134 insertions(+), 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 gcc.
from a70bfd3 EVRP - Push op1 value range before pushing op0 value range. g [...]
new da034eb syscall: don't use pt_regs in clone_linux.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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/clone_linux.c | 5 ++---
2 files changed, 3 insertions(+), 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 llvm.
from 7c621c7 Memory-SSA: strengthen defClobbersUseOrDef interface
new 350bc2e [X86] Simplify the lowering code for extracting and inserting [...]
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 | 45 ++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 24 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 d1d9aa3 [CMake] Cleanup check-lldb targets
new a0ec07b Fix Python binding generation build step on Windows
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:
scripts/Python/prepare_binding_Python.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.