This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from 0fc394c5 MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMP: Fix build wit [...]
new 9008bbb8 ABI-Testsuite: Force the old c++11 ABI in mangling/test.xpp
new 6dc6eddd cmake/litsupport: Always use timeit-target in lit; NFC
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:
ABI-Testsuite/test/mangling/test.xpp | 2 +-
cmake/modules/TestSuite.cmake | 5 +----
litsupport/modules/timeit.py | 4 +---
tools/CMakeLists.txt | 15 +++++++++++----
4 files changed, 14 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 3682387e68b [RegisterCoalscer] Manually remove leftover segments when c [...]
new 8be8c4ddf62 [GVN] Assign new value number to calls reading memory, if t [...]
new 2f00acbb71c [InstCombine] Pull simple checks above a more complicated o [...]
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 ++---
lib/Transforms/Scalar/GVN.cpp | 22 +++++++---------
test/Transforms/GVN/no-mem-dep-info.ll | 29 ++++++++++++++++++++++
3 files changed, 40 insertions(+), 17 deletions(-)
create mode 100644 test/Transforms/GVN/no-mem-dep-info.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 test-suite.
from 6164f028 lua/generate_inputs.sh: Remove noise from build output; NFC
new 0fc394c5 MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMP: Fix build wit [...]
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:
MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/MallocPlus.h | 4 ++--
1 file changed, 2 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards efd861d tcwg-rr-llvm-kernel: Update kernel repo
new 355e793 tcwg-rr-llvm-kernel: Update kernel repo
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (efd861d)
\
N -- N -- N refs/heads/llvm-kernel-v2 (355e793)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 16 +++++++++-------
1 file changed, 9 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 be8b313cd23 [NVPTX] Remove ftz variants of cvt with rounding mode
new 3682387e68b [RegisterCoalscer] Manually remove leftover segments when 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:
lib/CodeGen/RegisterCoalescer.cpp | 12 +++++
test/CodeGen/SystemZ/subregliveness-07.mir | 78 ++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+)
create mode 100644 test/CodeGen/SystemZ/subregliveness-07.mir
--
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 a47e427744b [llvm-mca] Remove unused decl. NFC.
new be8b313cd23 [NVPTX] Remove ftz variants of cvt with rounding mode
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/NVPTX/NVPTXInstrInfo.td | 42 ++------
test/CodeGen/NVPTX/f16-instructions.ll | 175 ++++++++++++++++++++++-----------
2 files changed, 123 insertions(+), 94 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 522a5d08473 2018-08-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new 5019ff1206f PR c++/86499 * parser.c (cp_parser_lambda_introducer): Gi [...]
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/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-non-local.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this10.C | 2 +-
5 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-non-local.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 llvm.
from 78240481788 [llvm-mca] Add the ability to customize the instruction sel [...]
new 70801a9fac8 Temporarily Revert "[PowerPC] Generate Power9 extswsli exte [...]
new a47e427744b [llvm-mca] Remove unused decl. NFC.
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/PowerPC/PPCISelLowering.cpp | 26 +-------------------------
lib/Target/PowerPC/PPCISelLowering.h | 4 ----
lib/Target/PowerPC/PPCInstr64Bit.td | 5 ++---
lib/Target/PowerPC/PPCInstrInfo.td | 6 ------
test/CodeGen/PowerPC/extswsli.ll | 17 -----------------
tools/llvm-mca/DispatchStage.h | 1 -
6 files changed, 3 insertions(+), 56 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/extswsli.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 e02e7e5792d [X86][SSE] Add non-uniform udiv test that is mostly divide by 1.
new 78240481788 [llvm-mca] Add the ability to customize the instruction sel [...]
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:
tools/llvm-mca/Scheduler.cpp | 35 ++++++++----------------
tools/llvm-mca/Scheduler.h | 63 +++++++++++++++++++++++++++++++++++++-------
2 files changed, 64 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.