This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d19d135aff [AArch64] Improve single vector lane unscaled stores
new bcc9a743a62 [llvm-objcopy] Add --only-keep-debug as a noop
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/tools/llvm-objcopy/basic-only-keep-debug.test | 20 ++++++++++++++++++++
tools/llvm-objcopy/ObjcopyOpts.td | 2 ++
tools/llvm-objcopy/llvm-objcopy.cpp | 2 ++
3 files changed, 24 insertions(+)
create mode 100644 test/tools/llvm-objcopy/basic-only-keep-debug.test
--
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 63f181a9143 [InstCombine] add more tests for binop-shuffle; NFC
new 8d19d135aff [AArch64] Improve single vector lane unscaled stores
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/AArch64/AArch64InstrInfo.td | 16 ++++
test/CodeGen/AArch64/arm64-st1.ll | 127 ++++++++++++++-----------
test/CodeGen/AArch64/fp16-vector-load-store.ll | 4 +-
3 files changed, 92 insertions(+), 55 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 test-suite.
from c7a2924a [test-suite][ubsan] Remove UB in XSBench IO.
new f9c975a1 [test-suite][ubsan] Remove optimization that causes UB in SimpleMOC.
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/SimpleMOC/solver.c | 6 ++----
1 file changed, 2 insertions(+), 4 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 91518dd4d4f Nios2: Unbreak build.
new 201b4e47c38 [DAGCombine] Move load checks on store of loads into candid [...]
new 63f181a9143 [InstCombine] add more tests for binop-shuffle; 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 28 ++++++-------
test/Transforms/InstCombine/vec_shuffle.ll | 63 +++++++++++++++++++++++++++---
2 files changed, 71 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 16952fe9058 Use perfect forwarding to deduplicate code in unit test. NFC.
new d5ae6a3f71c [x86][eflags] Fix PR37431 by teaching the EFLAGS copy lower [...]
new 1b9c9435361 [llvm-mca] Introduce a pipeline Stage class and FetchStage.
new 91518dd4d4f Nios2: Unbreak build.
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/Nios2/MCTargetDesc/Nios2AsmBackend.cpp | 6 +-
lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.h | 5 +-
lib/Target/X86/X86FlagsCopyLowering.cpp | 145 +++++++++++++++++++++-
test/CodeGen/X86/copy-eflags.ll | 59 +++++++++
test/CodeGen/X86/flags-copy-lowering.mir | 71 +++++++++++
tools/llvm-mca/Backend.cpp | 18 +--
tools/llvm-mca/Backend.h | 49 ++++----
tools/llvm-mca/CMakeLists.txt | 2 +
tools/llvm-mca/Dispatch.cpp | 7 +-
tools/llvm-mca/FetchStage.cpp | 38 ++++++
tools/llvm-mca/FetchStage.h | 47 +++++++
tools/llvm-mca/Instruction.h | 1 +
tools/llvm-mca/{HWEventListener.cpp => Stage.cpp} | 17 ++-
tools/llvm-mca/Stage.h | 55 ++++++++
tools/llvm-mca/llvm-mca.cpp | 10 +-
15 files changed, 478 insertions(+), 52 deletions(-)
create mode 100644 tools/llvm-mca/FetchStage.cpp
create mode 100644 tools/llvm-mca/FetchStage.h
copy tools/llvm-mca/{HWEventListener.cpp => Stage.cpp} (50%)
create mode 100644 tools/llvm-mca/Stage.h
--
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 c9241855711 AMDGPU: Fix v_dot{4, 8}* instruction encoding
new 16952fe9058 Use perfect forwarding to deduplicate code in unit test. 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:
unittests/Support/CommandLineTest.cpp | 24 ++----------------------
1 file changed, 2 insertions(+), 22 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 65de7bd1fee [llvm-rc] Add support for the optional CLASS statement for dialogs
new c9241855711 AMDGPU: Fix v_dot{4, 8}* instruction encoding
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/VOP3Instructions.td | 13 +-
lib/Target/AMDGPU/VOP3PInstructions.td | 8 +-
test/MC/AMDGPU/dl-insts.s | 208 +++++++++++++++++++-
test/MC/Disassembler/AMDGPU/dl-insts.txt | 316 ++++++++++++++++++++++++++++++-
4 files changed, 525 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 26e0acdad08 [MemorySSA] Don't sort IDF blocks.
new 65de7bd1fee [llvm-rc] Add support for the optional CLASS statement for dialogs
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/tools/llvm-rc/Inputs/tag-dialog-headers.rc | 3 +++
test/tools/llvm-rc/tag-dialog.test | 29 +++++++++++++++++++++++++
tools/llvm-rc/ResourceFileWriter.cpp | 9 ++++++--
tools/llvm-rc/ResourceFileWriter.h | 6 ++++-
tools/llvm-rc/ResourceScriptParser.cpp | 7 ++++++
tools/llvm-rc/ResourceScriptParser.h | 1 +
tools/llvm-rc/ResourceScriptStmt.cpp | 4 ++++
tools/llvm-rc/ResourceScriptStmt.h | 13 +++++++++++
tools/llvm-rc/ResourceVisitor.h | 2 ++
9 files changed, 71 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 llvm.
from eebfacb84e6 [llvm-mca] use a formatted_raw_ostream to insert padding an [...]
new 26e0acdad08 [MemorySSA] Don't sort IDF blocks.
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/Analysis/MemorySSA.h | 3 +-
lib/Analysis/MemorySSA.cpp | 13 ++-----
test/Analysis/MemorySSA/cyclicphi.ll | 24 ++++++-------
test/Analysis/MemorySSA/invariant-groups.ll | 42 +++++++++++------------
test/Analysis/MemorySSA/many-dom-backedge.ll | 20 +++++------
test/Analysis/MemorySSA/many-doms.ll | 18 +++++-----
test/Analysis/MemorySSA/multi-edges.ll | 8 ++---
test/Analysis/MemorySSA/multiple-backedges-hal.ll | 10 +++---
test/Analysis/MemorySSA/phi-translation.ll | 30 ++++++++--------
9 files changed, 79 insertions(+), 89 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 clang.
from 88e10fe9cd [Hexagon] Add driver options for subtarget features
new df58e5d6ad Fixed some rtti-options 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/Driver/rtti-options.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.