This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0885462 [X86] Fix patterns for VPMULLD and VPCMPEQQ to not require al [...]
new a259671 Revert "Revert "Add a static_assert to enforce that parameter [...]
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/Support/Format.h | 14 +++++++++++++-
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 3 ++-
2 files changed, 15 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 clang-tools-extra.
from 4396a57 [clang-move] Move comments which are associated with the move [...]
new 987330e Revert "Revert "Add a static_assert to enforce that parameter [...]
new 91669b5 [clang-move] Support moving multiple classes in one run.
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:
clang-move/ClangMove.cpp | 22 +++++++--
clang-move/ClangMove.h | 5 +-
clang-move/tool/ClangMoveMain.cpp | 8 ++--
clang-tidy/readability/IdentifierNamingCheck.cpp | 4 +-
test/clang-move/Inputs/database_template.json | 5 ++
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 | 58 ++++++++++++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 8 ++--
10 files changed, 153 insertions(+), 18 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 0e9a2e7 compiler: stack allocate storage for temp slices.
new c10cb5c 2016-10-07 Richard Biener <rguenther(a)suse.de>
new 909bd6e 2016-10-07 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 | 12 ++++++++++++
gcc/gimple-low.c | 17 +++++++++++++++++
gcc/tree-ssa-structalias.c | 37 ++++++++++++++++++++++++++++++++++++-
3 files changed, 65 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 61fdf5d [AVR] Add the AVRMCInstLower class
new de084c5 [X86] Remove unused PatFrags. NFC
new 0885462 [X86] Fix patterns for VPMULLD and VPCMPEQQ to not require al [...]
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/X86InstrFragmentsSIMD.td | 5 -----
lib/Target/X86/X86InstrSSE.td | 4 ++--
2 files changed, 2 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 binutils-gdb.
from 50e03d4 Pass link_info to _bfd_merge_private_bfd_data
new 68dadef python: accept address and explicit locations in gdb.decode_line
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:
gdb/ChangeLog | 5 +++++
gdb/python/python.c | 2 +-
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.python/python.exp | 7 +++++++
4 files changed, 17 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 0b0321b AMDGPU: Change check prefix in test
new 61fdf5d [AVR] Add the AVRMCInstLower class
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/AVR/AVRMCInstLower.cpp | 100 ++++++++++++++++++++++++++++++++++++++
lib/Target/AVR/AVRMCInstLower.h | 43 ++++++++++++++++
lib/Target/AVR/CMakeLists.txt | 1 +
3 files changed, 144 insertions(+)
create mode 100644 lib/Target/AVR/AVRMCInstLower.cpp
create mode 100644 lib/Target/AVR/AVRMCInstLower.h
--
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 d81ebb4 2016-10-06 Louis Krupp <louis.krupp(a)zoho.com>
new 3f5d4ad 2016-10-06 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 0e9a2e7 compiler: stack allocate storage for temp slices.
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 | 6 ++
gcc/config/rs6000/rs6000.c | 4 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 118 ++++++++++++++++++++++++++++++++-------
gcc/go/gofrontend/expressions.h | 48 +++++++++++++++-
5 files changed, 152 insertions(+), 26 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 837bcf7 [llvm-opt-report] Left justify unrolling counts, etc.
new 0b0321b AMDGPU: Change check prefix in test
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/AMDGPU/indirect-addressing-si.ll | 494 +++++++++++++-------------
1 file changed, 247 insertions(+), 247 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 38e0dfc disable TSAN tests on macOS i386
new 3f2a023 [lit] Don't assume you'll find debugserver
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:
lit/lit.cfg | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.