This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 47994b57a95 Daily bump.
new 7a0e57ad82b PR c++/86728 - C variadic generic lambda.
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 3 ++-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.C | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.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 gcc.
from 31e08de41ff Daily bump.
new 35f8f2d4fb6 PR c++/86728 - C variadic generic lambda.
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 3 ++-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.C | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 000477d Remove Clang-Tools-Extra from old scripts
new 900cf1b monitor: Add clang-cmake-armv8-lld bot
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:
monitor/linaro.json | 3 +++
1 file changed, 3 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 6fb93f326da [UnJ] Improve explicit loop count checks
new bfd4fdf0e5f [Dominators] Remove the DeferredDominance 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:
include/llvm/IR/Dominators.h | 88 ---------
lib/IR/Dominators.cpp | 190 ------------------
unittests/IR/CMakeLists.txt | 1 -
unittests/IR/DeferredDominanceTest.cpp | 344 ---------------------------------
4 files changed, 623 deletions(-)
delete mode 100644 unittests/IR/DeferredDominanceTest.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 d2a6b5951c9 [UnJ] Create a hasInvariantIterationCount function. NFC
new 6fb93f326da [UnJ] Improve explicit loop count checks
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/LoopUnrollAndJamPass.cpp | 119 +++++++++--------
.../Transforms/LoopUnrollAndJam/pragma-explicit.ll | 144 +++++++++++++++++++++
2 files changed, 211 insertions(+), 52 deletions(-)
create mode 100644 test/Transforms/LoopUnrollAndJam/pragma-explicit.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 df14c7f5472 [X86] Remove the AL/AX/EAX/RAX short immediate forms from t [...]
new d2a6b5951c9 [UnJ] Create a hasInvariantIterationCount function. NFC
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/Transforms/Utils/LoopUtils.h | 4 ++++
lib/Transforms/Utils/LoopUnrollAndJam.cpp | 15 +--------------
lib/Transforms/Utils/LoopUtils.cpp | 22 ++++++++++++++++++++++
3 files changed, 27 insertions(+), 14 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 6534d1052fd [X86] Change the MOV32ri64 pseudo instruction to def a GR64 [...]
new 91ac2ac7f5d [X86] Remove ADD8mi and ADDmr from the macro fusion shouldS [...]
new 85b787154c9 [X86] Add the mem-reg form of CMP to the macro fusion shoul [...]
new df14c7f5472 [X86] Remove the AL/AX/EAX/RAX short immediate forms from t [...]
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/X86MacroFusion.cpp | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 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 5b2a776ed94 Fix WebAssembly instruction printer after r339474
new 6534d1052fd [X86] Change the MOV32ri64 pseudo instruction to def a GR64 [...]
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/X86InstrCompiler.td | 16 ++++------------
lib/Target/X86/X86InstrInfo.cpp | 7 ++++++-
test/CodeGen/X86/abi-isel.ll | 10 +++++-----
test/CodeGen/X86/atomic_mi.ll | 4 ++--
test/CodeGen/X86/conditional-tailcall-samedest.mir | 2 +-
test/CodeGen/X86/flags-copy-lowering.mir | 16 ++++++++--------
test/CodeGen/X86/licm-nested.ll | 2 +-
test/CodeGen/X86/select-mmx.ll | 4 ++--
test/CodeGen/X86/select_const.ll | 6 +++---
test/CodeGen/X86/tail-call-conditional.mir | 2 +-
test/CodeGen/X86/undef-label.ll | 19 ++++++++-----------
test/DebugInfo/MIR/X86/live-debug-values.mir | 2 +-
12 files changed, 42 insertions(+), 48 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 1c0dd31a783 [gold] Fix Tests cases on i686
new 5b2a776ed94 Fix WebAssembly instruction printer after r339474
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/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp | 6 +++++-
1 file changed, 5 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 binutils-gdb.
from ae1f3b64e5 Automatic date update in version.in
new 7cf9ebc695 Deal with relocations which are 3 bytes in size
new 1dc9e2d63e Factor out common relocation processing
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:
bfd/ChangeLog | 15 +++
bfd/reloc.c | 335 +++++++++++++++++++---------------------------------------
2 files changed, 123 insertions(+), 227 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.