This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a4e4156 AMDGPU: Support inlineasm for packed instructions
new e9bce87 [X86][SSE] Attempt to extract vector elements through target [...]
new 563a987 AMDGPU: Add some of the new gfx9 VOP3 instructions
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 15 +
lib/Target/AMDGPU/VOP3Instructions.td | 12 +
lib/Target/X86/X86ISelLowering.cpp | 97 ++++
test/CodeGen/X86/2011-12-8-bitcastintprom.ll | 1 -
test/CodeGen/X86/dagcombine-cse.ll | 2 -
test/CodeGen/X86/oddshuffles.ll | 28 +-
test/CodeGen/X86/promote-vec3.ll | 4 +-
test/CodeGen/X86/vec_extract-mmx.ll | 12 +-
test/CodeGen/X86/vec_shift7.ll | 11 +-
test/CodeGen/X86/vector-compare-results.ll | 820 +++++++++++++--------------
test/CodeGen/X86/widen_conv-1.ll | 4 -
test/CodeGen/X86/widen_load-2.ll | 22 +-
test/MC/AMDGPU/vop3-gfx9.s | 32 ++
13 files changed, 570 insertions(+), 490 deletions(-)
create mode 100644 test/MC/AMDGPU/vop3-gfx9.s
--
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 release_40
in repository llvm.
from 506dff3 Merging r295116: -------------------------------------------- [...]
new 9e194fb Merging r296093 and r296260: -------------------------------- [...]
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/ExecutionDepsFix.cpp | 24 +++++++++---------------
test/CodeGen/X86/pr30284.ll | 22 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/X86/pr30284.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 lld.
from 529de2f Add terminator to .eh_frame sections
new e518b13 Clarify benchmark conditions.
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:
docs/index.rst | 21 ++++++++++++++-------
1 file changed, 14 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 5c641cd [SLP] Use different flags in tests for reduction ops and extra args.
new a4e4156 AMDGPU: Support inlineasm for packed instructions
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/AMDGPU/SIISelLowering.cpp | 43 ++++++++++++++++++++++++-
test/CodeGen/AMDGPU/inlineasm-packed.ll | 57 +++++++++++++++++++++++++++++++++
2 files changed, 99 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/inlineasm-packed.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 lld.
from 0010bc5 De-template ResolvedReloc as it doesn't actually depends on ELFT.
new 529de2f Add terminator to .eh_frame sections
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/SyntheticSections.cpp | 9 ++++++++-
test/ELF/eh-frame-hdr.s | 3 ++-
test/ELF/eh-frame-merge.s | 3 ++-
test/ELF/ehframe-relocation.s | 2 +-
test/ELF/invalid-fde-rel.s | 2 +-
test/ELF/linkerscript/eh-frame-hdr.s | 2 +-
test/ELF/linkerscript/symbols-synthetic.s | 2 +-
test/ELF/map-file.s | 4 ++--
test/ELF/relocatable-eh-frame.s | 2 +-
9 files changed, 19 insertions(+), 10 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 25b9f24 Add a test we already get right.
new 0010bc5 De-template ResolvedReloc as it doesn't actually depends on ELFT.
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/MarkLive.cpp | 22 ++++++++++------------
1 file changed, 10 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 dd23def AMDGPU: Fold omod into instructions
new 132ab30 AMDGPU: Don't fold immediate if clamp/omod are set
new 5c641cd [SLP] Use different flags in tests for reduction ops and extra args.
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/AMDGPU/SIInstrInfo.cpp | 20 +-
lib/Target/AMDGPU/SIInstrInfo.h | 1 +
test/CodeGen/AMDGPU/fold-immediate-output-mods.mir | 306 +++++++++++++++++++++
.../SLPVectorizer/X86/horizontal-list.ll | 6 +-
4 files changed, 322 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fold-immediate-output-mods.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 gcc.
from 954344f PR target/79544 * config/rs6000/rs6000-c.c (struct altivec_ [...]
new 8e5d6d2 PR c++/71568 - SFINAE forming pointer to member function
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/init.c | 25 +++++++++++++++----------
gcc/testsuite/g++.dg/cpp0x/sfinae58.C | 12 ++++++++++++
3 files changed, 33 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae58.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 clang.
from 1741253 [clang-format] Add a NamespaceEndCommentsFixer
new 4ebcdda enable -flto=thin in clang-cl
new dc15bf2 [ubsan] Factor out logic to emit a range check. 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:
include/clang/Basic/DiagnosticDriverKinds.td | 1 +
include/clang/Driver/Options.td | 2 +-
lib/CodeGen/CGExpr.cpp | 72 +++++++++++++++++-----------
lib/CodeGen/CodeGenFunction.h | 7 +++
lib/Driver/Driver.cpp | 8 +++-
test/Driver/cl-options.c | 9 ++++
6 files changed, 67 insertions(+), 32 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 29df731 AMDGPU: Add f16 to shader calling conventions
new 6a73128 [TailDuplicator] Maintain DebugLoc for branch instructions
new dd23def AMDGPU: Fold omod into instructions
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/CodeGen/TailDuplicator.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 5 +
lib/Target/AMDGPU/SIFoldOperands.cpp | 144 +++++++++++-
test/CodeGen/AMDGPU/clamp-omod-special-case.mir | 293 +++++++++++++++++++++++-
test/CodeGen/AMDGPU/omod.ll | 286 +++++++++++++++++++++++
test/CodeGen/X86/tail-dup-debugloc.ll | 56 +++++
7 files changed, 781 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/omod.ll
create mode 100644 test/CodeGen/X86/tail-dup-debugloc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.