This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 23bf3d86bae [X86][SSE] Add floating point min/max vector.reduce tests
new 62cc26416dc [X86][SSE] Add floating point add/mul fast-math vector.redu [...]
new 57bcc004a15 [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the [...]
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:
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 61 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 225 +++--
test/CodeGen/X86/vector-reduce-fadd-fast.ll | 1031 +++++++++++++++++++++
test/CodeGen/X86/vector-reduce-fmul-fast.ll | 982 ++++++++++++++++++++
5 files changed, 2182 insertions(+), 119 deletions(-)
create mode 100644 test/CodeGen/X86/vector-reduce-fadd-fast.ll
create mode 100644 test/CodeGen/X86/vector-reduce-fmul-fast.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 ae3b2037b4a AMDGPU/Metadata: Always report a fixed number of hidden arguments
new 23bf3d86bae [X86][SSE] Add floating point min/max vector.reduce tests
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-reduce-fmax-nnan.ll | 334 ++++++++++++++++++++++++++++
test/CodeGen/X86/vector-reduce-fmax.ll | 334 ++++++++++++++++++++++++++++
test/CodeGen/X86/vector-reduce-fmin-nnan.ll | 334 ++++++++++++++++++++++++++++
test/CodeGen/X86/vector-reduce-fmin.ll | 334 ++++++++++++++++++++++++++++
4 files changed, 1336 insertions(+)
create mode 100644 test/CodeGen/X86/vector-reduce-fmax-nnan.ll
create mode 100644 test/CodeGen/X86/vector-reduce-fmax.ll
create mode 100644 test/CodeGen/X86/vector-reduce-fmin-nnan.ll
create mode 100644 test/CodeGen/X86/vector-reduce-fmin.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 clang.
from f38834898a DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "s [...]
new 783fea1302 PR36992: do not store beyond the dsize of a class object unl [...]
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/CGAtomic.cpp | 4 +-
lib/CodeGen/CGBlocks.cpp | 3 +-
lib/CodeGen/CGCall.cpp | 9 +++--
lib/CodeGen/CGClass.cpp | 66 +++++++++++++++++-------------
lib/CodeGen/CGDecl.cpp | 20 ++++++----
lib/CodeGen/CGDeclCXX.cpp | 3 +-
lib/CodeGen/CGExpr.cpp | 6 ++-
lib/CodeGen/CGExprAgg.cpp | 86 +++++++++++++++++++++++++---------------
lib/CodeGen/CGExprCXX.cpp | 25 ++++++++----
lib/CodeGen/CGObjC.cpp | 11 +++--
lib/CodeGen/CGOpenMPRuntime.cpp | 2 +-
lib/CodeGen/CGStmt.cpp | 13 +++---
lib/CodeGen/CGValue.h | 29 ++++++++++++--
lib/CodeGen/CodeGenFunction.h | 59 +++++++++++++++++++--------
lib/CodeGen/ItaniumCXXABI.cpp | 5 ++-
test/CodeGenCXX/tail-padding.cpp | 34 ++++++++++++++++
16 files changed, 260 insertions(+), 115 deletions(-)
create mode 100644 test/CodeGenCXX/tail-padding.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 b49f64bf05e [X86] Remove some InstRWs for plain store instructions on S [...]
new ae3b2037b4a AMDGPU/Metadata: Always report a fixed number of hidden 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:
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 20 ++++---
test/CodeGen/AMDGPU/hsa-metadata-enqueu-kernel.ll | 1 -
test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll | 70 ++++++++++++++++++++++
3 files changed, 82 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/hsa-metadata-hidden-args.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 gcc-6-branch
in repository gcc.
from c818c164436 Daily bump.
new 9d91d3b9c21 PR target/85193 * config/i386/i386.md (define_attr "memor [...]
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 | 5 +++++
gcc/config/i386/i386.md | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr85193.c | 17 +++++++++++++++++
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85193.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 libunwind.
from 163a209 [CMake] Support for monorepo layout
new 0f3cbe4 [cmake] Remove duplicate command line options from build
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:
src/CMakeLists.txt | 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.
unknown user pushed a change to branch master
in repository llvm.
from 2cb4aedc1e1 [llvm-cov] Prevent llvm-cov from hanging when a symblink do [...]
new b49f64bf05e [X86] Remove some InstRWs for plain store instructions on 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:
lib/Target/X86/X86SchedBroadwell.td | 3 -
lib/Target/X86/X86SchedHaswell.td | 3 -
lib/Target/X86/X86SchedSandyBridge.td | 33 ++--------
lib/Target/X86/X86SchedSkylakeClient.td | 2 -
lib/Target/X86/X86SchedSkylakeServer.td | 3 -
test/CodeGen/X86/avx-schedule.ll | 36 +++++------
test/CodeGen/X86/avx512-schedule.ll | 22 +++----
.../extractelement-legalization-store-ordering.ll | 23 ++++---
test/CodeGen/X86/fp128-i128.ll | 18 +++---
test/CodeGen/X86/memcpy-2.ll | 2 +-
test/CodeGen/X86/misched-matrix.ll | 4 +-
test/CodeGen/X86/mmx-schedule.ll | 4 +-
test/CodeGen/X86/pr31045.ll | 19 +++---
test/CodeGen/X86/pr34080.ll | 6 +-
test/CodeGen/X86/schedule-x86-64-shld.ll | 4 +-
test/CodeGen/X86/schedule-x86_64.ll | 72 +++++++++++-----------
test/CodeGen/X86/sse-schedule.ll | 40 ++++++------
test/CodeGen/X86/sse2-schedule.ll | 72 +++++++++++-----------
18 files changed, 165 insertions(+), 201 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 433eb70569e [RuntimeDyld][PowerPC] Use global entry points for calls be [...]
new 2cb4aedc1e1 [llvm-cov] Prevent llvm-cov from hanging when a symblink do [...]
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/FileSystem.h | 31 +++++++++--
tools/llvm-cov/CodeCoverage.cpp | 12 ++--
unittests/Support/Path.cpp | 113 ++++++++++++++++++++++++--------------
3 files changed, 106 insertions(+), 50 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 lld.
from 89322d7c6 [WebAssembly] Remove another trivial accessor.
new ba1f1dfa8 [WebAssembly] Remove StackPointerGlobal member variable from [...]
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:
wasm/Driver.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 93b93567c77 PR middle-end/85195 * match.pd (BIT_FIELD_REF CONSTRUCTOR [...]
new a463ca37a35 PR c++/85136 - ICE with designated init in template.
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/decl.c | 15 +++++++++++----
gcc/testsuite/g++.dg/ext/desig11.C | 15 +++++++++++++++
3 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/desig11.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.