This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 788c75b81c8 [NVPTX] Enable StructuredCFG for NVPTX
new 292151b43c7 [X86][BtVer2] Fix the number of uOps for horizontal operations.
new eed988e3e72 [MIR] Adding support for Named Virtual Registers in MIR.
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/CodeGen/MachineRegisterInfo.h | 24 +++++++++++++++++++-
include/llvm/CodeGen/TargetRegisterInfo.h | 3 ++-
lib/CodeGen/MIRParser/MILexer.cpp | 14 +++++++++++-
lib/CodeGen/MIRParser/MILexer.h | 3 ++-
lib/CodeGen/MIRParser/MIParser.cpp | 26 ++++++++++++++++++++++
lib/CodeGen/MIRParser/MIParser.h | 2 ++
lib/CodeGen/MIRParser/MIRParser.cpp | 16 ++++++++++---
lib/CodeGen/MIRPrinter.cpp | 2 ++
lib/CodeGen/MachineOperand.cpp | 10 ++++++++-
lib/CodeGen/MachineRegisterInfo.cpp | 3 ++-
lib/CodeGen/TargetRegisterInfo.cpp | 14 ++++++++----
lib/Target/X86/X86ScheduleBtVer2.td | 2 ++
test/CodeGen/MIR/AArch64/namedvregs.mir | 26 ++++++++++++++++++++++
.../llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s | 8 +++----
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 16 ++++++-------
15 files changed, 144 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/namedvregs.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 b145b4e996b Fix some signed / unsigned conversion problems.
new fea7778384a [LLVM-C] Finish exception instruction bindings - Round 2
new e1a4b1753a1 [BlockPlacement] Disable block placement tail duplciation i [...]
new 788c75b81c8 [NVPTX] Enable StructuredCFG for NVPTX
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:
include/llvm-c/Core.h | 79 ++++++++++++++++++++++++---
lib/CodeGen/MachineBlockPlacement.cpp | 17 +++---
lib/IR/Core.cpp | 94 ++++++++++++++++++++++++++++++++-
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 10 ++++
test/Bindings/llvm-c/echo.ll | 35 ++++++++++++
tools/llvm-c-test/echo.cpp | 63 +++++++++++++++++++++-
6 files changed, 282 insertions(+), 16 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 4719c2daf Improve error message for an unknown --plugin-opt.
new 9ba8f2788 Fix Windows buildbots.
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/ELF/lto-plugin-ignore.s | 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 21ff13f9ffa [llvm-pdbutil] Dig deeper into the PDB and DBI streams when [...]
new b145b4e996b Fix some signed / unsigned conversion problems.
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-pdbutil/ExplainOutputStyle.cpp | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 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 8a4b1d55e [lld-link] Add comment explaining that /FIXED behavior is cor [...]
new 4719c2daf Improve error message for an unknown --plugin-opt.
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/Driver.cpp | 22 ++++++++++++++++------
test/ELF/lto-plugin-ignore.s | 7 +++----
2 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 llvm.
from 97f19f4b513 [WebAssembly] Refactor tablegen for store instructions (NFC)
new 21ff13f9ffa [llvm-pdbutil] Dig deeper into the PDB and DBI streams when [...]
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/DebugInfo/PDB/Native/DbiStream.h | 2 +
include/llvm/DebugInfo/PDB/Native/InfoStream.h | 20 +--
lib/DebugInfo/PDB/Native/InfoStream.cpp | 22 ++-
test/tools/llvm-pdbdump/explain-dbi-stream.test | 207 ++++++++++++++++++++++++
test/tools/llvm-pdbdump/explain-pdb-stream.test | 46 ++++++
tools/llvm-pdbutil/ExplainOutputStyle.cpp | 200 +++++++++++++++++++++++
tools/llvm-pdbutil/ExplainOutputStyle.h | 4 +
tools/llvm-pdbutil/StreamUtil.cpp | 81 +++++-----
tools/llvm-pdbutil/StreamUtil.h | 15 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 12 +-
tools/llvm-pdbutil/llvm-pdbutil.h | 2 +-
11 files changed, 538 insertions(+), 73 deletions(-)
create mode 100644 test/tools/llvm-pdbdump/explain-dbi-stream.test
create mode 100644 test/tools/llvm-pdbdump/explain-pdb-stream.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 lld.
from fc3eaadfe [WebAssembly] Error if both --export-table and --import-table [...]
new 312157608 [lld-link] Let /PROFILE imply /OPT:REF /OPT:NOICF /INCREMENTA [...]
new 8a4b1d55e [lld-link] Add comment explaining that /FIXED behavior is cor [...]
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:
COFF/Driver.cpp | 26 ++++++++++++++++++--------
test/COFF/fixed.test | 24 ++++++++++++++++++++++++
test/COFF/icf-simple.test | 5 +++++
test/COFF/incremental.test | 34 ++++++++++++++++++++++++++++++++++
test/COFF/opt.test | 19 +++++++++++++++----
5 files changed, 96 insertions(+), 12 deletions(-)
create mode 100644 test/COFF/fixed.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 fa05c349cf5 Revert "peel loops with runtime small trip counts"
new 97f19f4b513 [WebAssembly] Refactor tablegen for store instructions (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:
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 309 +++++++++--------------
1 file changed, 115 insertions(+), 194 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 936a756969e [AMDGPU] Fixed some instructions latencies
new fa05c349cf5 Revert "peel loops with runtime small trip counts"
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/Hexagon/HexagonTargetTransformInfo.cpp | 8 -----
lib/Transforms/Utils/LoopUnrollPeel.cpp | 7 +---
.../LoopUnroll/Hexagon/peel-small-loop.ll | 37 ----------------------
3 files changed, 1 insertion(+), 51 deletions(-)
delete mode 100644 test/Transforms/LoopUnroll/Hexagon/peel-small-loop.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 efe1695d460 [SelectionDAG] Removing FABS folding from DAGCombiner
new 936a756969e [AMDGPU] Fixed some instructions latencies
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/VOP1Instructions.td | 15 +++++++--------
lib/Target/AMDGPU/VOP3Instructions.td | 11 ++++++-----
test/CodeGen/AMDGPU/llvm.exp2.f16.ll | 6 +++---
test/CodeGen/AMDGPU/llvm.sqrt.f16.ll | 6 +++---
test/CodeGen/AMDGPU/mad_64_32.ll | 6 +++---
test/CodeGen/AMDGPU/mul.ll | 4 ++--
6 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.