This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e14cfef0896 [CodeGen][X86][NFC] Copy two selectcc tests from AArch64.
new d8f6aa43aa8 use LLVM's standard CMakeLists.txt layout for llvm-xray
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-xray/CMakeLists.txt | 11 ++++++++---
1 file changed, 8 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 gcc.
from d0f163aa4da [testsuite] Add scan-offload-tree-dump
new fc9b80eac58 PR libstdc++/84535 constrain std::thread constructor
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:
libstdc++-v3/ChangeLog | 10 +++++
libstdc++-v3/include/std/thread | 52 +++++++++++++---------
.../thread/cons/{lwg2097.cc => 84535.cc} | 12 ++---
3 files changed, 47 insertions(+), 27 deletions(-)
copy libstdc++-v3/testsuite/30_threads/thread/cons/{lwg2097.cc => 84535.cc} (71%)
--
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/jenkins-scripts.
from c873007 tcwg-update-snapshots_ref: Move code from .yaml file.
new 14b84bd tcwg-buildfarm.sh: Move code from .yaml
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-buildfarm.sh | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 166 insertions(+)
create mode 100755 tcwg-buildfarm.sh
--
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 9a56d038aeb 2018-05-03 Richard Biener <rguenther(a)suse.de>
new d0f163aa4da [testsuite] Add scan-offload-tree-dump
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 | 6 ++
gcc/doc/sourcebuild.texi | 2 +-
gcc/testsuite/ChangeLog | 5 ++
.../lib/{scantree.exp => scanoffloadtree.exp} | 79 +++++++++++-----------
libgomp/ChangeLog | 8 +++
libgomp/testsuite/lib/libgomp-dg.exp | 8 +++
libgomp/testsuite/lib/libgomp.exp | 1 +
libgomp/testsuite/libgomp.oacc-c/vec.c | 6 +-
8 files changed, 71 insertions(+), 44 deletions(-)
copy gcc/testsuite/lib/{scantree.exp => scanoffloadtree.exp} (57%)
--
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 4c19071b5b4 ARM: don't try to over-align large vectors as arguments.
new 2cc6ed7b2eb [X86] Split WriteVecALU/WritePHAdd into XMM and YMM/ZMM sch [...]
new e14cfef0896 [CodeGen][X86][NFC] Copy two selectcc tests from AArch64.
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/X86InstrSSE.td | 36 +--
lib/Target/X86/X86SchedBroadwell.td | 69 +-----
lib/Target/X86/X86SchedHaswell.td | 125 +---------
lib/Target/X86/X86SchedSandyBridge.td | 116 ++--------
lib/Target/X86/X86SchedSkylakeClient.td | 153 +------------
lib/Target/X86/X86SchedSkylakeServer.td | 331 +--------------------------
lib/Target/X86/X86Schedule.td | 6 +-
lib/Target/X86/X86ScheduleAtom.td | 2 +
lib/Target/X86/X86ScheduleBtVer2.td | 2 +
lib/Target/X86/X86ScheduleSLM.td | 2 +
lib/Target/X86/X86ScheduleZnver1.td | 2 +
test/CodeGen/X86/avx2-schedule.ll | 262 ++++++++++-----------
test/CodeGen/X86/avx512-schedule.ll | 86 +++----
test/CodeGen/X86/avx512vpopcntdq-schedule.ll | 60 ++---
test/CodeGen/X86/icmp-opt.ll | 27 +++
test/CodeGen/X86/selectcc-to-shiftand.ll | 200 ++++++++++++++++
test/CodeGen/X86/sse4a-schedule.ll | 8 +-
test/CodeGen/X86/xop-schedule.ll | 32 +--
18 files changed, 541 insertions(+), 978 deletions(-)
create mode 100644 test/CodeGen/X86/icmp-opt.ll
create mode 100644 test/CodeGen/X86/selectcc-to-shiftand.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 5977f2ba194 [tree-complex.c] PR tree-optimization/70291: Inline floatin [...]
new 9a56d038aeb 2018-05-03 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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr85615.c | 28 ++++++++++++++++++++++++++++
gcc/tree-ssa-threadupdate.c | 4 +++-
4 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85615.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 lld.
from 0f8276e30 [CMake] Fix BUILD_SHARED_LIBS regression due to r331405
new a2c66d3e6 [LLD][AArch64] Simplify relocations sharing same encoding [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:
ELF/Arch/AArch64.cpp | 9 +++------
1 file changed, 3 insertions(+), 6 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 e6303a09117 Use std::invoke_result in std::async instead of std::result_of
new 5977f2ba194 [tree-complex.c] PR tree-optimization/70291: Inline floatin [...]
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 | 14 +++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/complex-6.c | 13 +++
gcc/testsuite/gcc.dg/complex-7.c | 13 +++
gcc/tree-complex.c | 180 ++++++++++++++++++++++++++++++---------
5 files changed, 184 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/complex-6.c
create mode 100644 gcc/testsuite/gcc.dg/complex-7.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 4d0342f0d93 perform DSE through launder.invariant.group
new 4c19071b5b4 ARM: don't try to over-align large vectors as arguments.
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/ARM/ARMISelLowering.cpp | 12 ++++++++++
lib/Target/ARM/ARMISelLowering.h | 4 ++++
test/CodeGen/ARM/large-vector.ll | 47 ++++++++++++++++++++++++++++++++++++++
test/CodeGen/ARM/vuzp.ll | 34 ++++++++++++---------------
4 files changed, 78 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/ARM/large-vector.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 libcxxabi.
from 934e061 Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro [...]
new 05a7394 Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNE [...]
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/libcxxabi/test/config.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.