This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 94b0940142a [llvm-readobj] Add -hex-dump (-x) option
new 762a5bb3aec [AArch64][SVE] Asm: Support for LAST(A|B) and CLAST(A|B) in [...]
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/AArch64SVEInstrInfo.td | 12 +++
lib/Target/AArch64/SVEInstrFormats.td | 136 ++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/clasta-diagnostics.s | 79 +++++++++++++++++
test/MC/AArch64/SVE/clasta.s | 80 ++++++++++++++++++
test/MC/AArch64/SVE/clastb-diagnostics.s | 79 +++++++++++++++++
test/MC/AArch64/SVE/clastb.s | 80 ++++++++++++++++++
test/MC/AArch64/SVE/lasta-diagnostics.s | 54 ++++++++++++
test/MC/AArch64/SVE/lasta.s | 56 ++++++++++++
test/MC/AArch64/SVE/lastb-diagnostics.s | 54 ++++++++++++
test/MC/AArch64/SVE/lastb.s | 56 ++++++++++++
10 files changed, 686 insertions(+)
create mode 100644 test/MC/AArch64/SVE/clasta-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/clasta.s
create mode 100644 test/MC/AArch64/SVE/clastb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/clastb.s
create mode 100644 test/MC/AArch64/SVE/lasta-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/lasta.s
create mode 100644 test/MC/AArch64/SVE/lastb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/lastb.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 master
in repository llvm.
from 6f6e8e488bf [llvm-mca] Add tests for partial register writes.
new 51a70b932d4 [SelectionDAG] Add constant buildvector support to isKnownN [...]
new cf6cd675f0f [NFC][InstCombine] Add variable names and regenerate icmp-l [...]
new 25074d6f872 [NFC][InstCombine] Fix extra space padding in icmp-mul-zext [...]
new 94b0940142a [llvm-readobj] Add -hex-dump (-x) option
The 4 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/Object/COFF.h | 2 +
include/llvm/Object/MachO.h | 2 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 +-
lib/Object/COFFObjectFile.cpp | 15 +
lib/Object/MachOObjectFile.cpp | 21 +
test/Transforms/InstCombine/icmp-logical.ll | 845 ++++++++++++++-------------
test/Transforms/InstCombine/icmp-mul-zext.ll | 7 +-
test/tools/llvm-readobj/print-hex.test | 20 +
tools/llvm-readobj/COFFDumper.cpp | 23 +
tools/llvm-readobj/ELFDumper.cpp | 18 +
tools/llvm-readobj/MachODumper.cpp | 21 +
tools/llvm-readobj/ObjDumper.cpp | 42 ++
tools/llvm-readobj/ObjDumper.h | 2 +
tools/llvm-readobj/llvm-readobj.cpp | 10 +
15 files changed, 612 insertions(+), 431 deletions(-)
create mode 100644 test/tools/llvm-readobj/print-hex.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 d1c9cdb25aa [mips] Remove dead code. NFC
new 6f6e8e488bf [llvm-mca] Add tests for partial register writes.
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:
.../llvm-mca/X86/BtVer2/partial-reg-update-3.s | 81 +++++++++++++++++++++
.../llvm-mca/X86/BtVer2/partial-reg-update-4.s | 82 +++++++++++++++++++++
.../{simple-test.s => partial-reg-update-5.s} | 34 ++++++---
.../llvm-mca/X86/BtVer2/partial-reg-update-6.s | 83 ++++++++++++++++++++++
4 files changed, 272 insertions(+), 8 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/partial-reg-update-3.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/partial-reg-update-4.s
copy test/tools/llvm-mca/X86/BtVer2/{simple-test.s => partial-reg-update-5.s} (56%)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/partial-reg-update-6.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 master
in repository llvm.
from 1472199dc3a [DAGCombiner] Support non-uniform X%C -> X-(X/C)*C folds
new d1c9cdb25aa [mips] Remove dead code. 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/Mips/AsmParser/MipsAsmParser.cpp | 21 ---------------------
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | 5 -----
lib/Target/Mips/InstPrinter/MipsInstPrinter.h | 1 -
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 7 -------
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 4 ----
5 files changed, 38 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 bb374a8152 [analyzer] Fix bots by changing the analyzer-config tests.
new 3ace827b6b [AST] Structural equivalence of methods
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/AST/ASTImporter.cpp | 24 +-
lib/AST/ASTStructuralEquivalence.cpp | 94 +++++-
unittests/AST/ASTImporterTest.cpp | 126 ++++++++
unittests/AST/StructuralEquivalenceTest.cpp | 448 ++++++++++++++++++++++++----
4 files changed, 619 insertions(+), 73 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 compiler-rt.
from 2b21d99e4 [XRay] basic mode PID and TID always fetch
new be5beb343 Fix reading 32 bit gcov tag values on little-endian machines
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/profile/GCDAProfiling.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 8884a4f1aab [DAGCombiner] Add (urem X, -1) -> select(X == -1, 0, x) fold
new 1472199dc3a [DAGCombiner] Support non-uniform X%C -> X-(X/C)*C folds
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/SelectionDAG/DAGCombiner.cpp | 5 +-
test/CodeGen/X86/combine-srem.ll | 261 ++++++++++++++-----------------
2 files changed, 122 insertions(+), 144 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 7adaa4250a0 [TableGen] Add missing std::moves to fix build failure.
new 8884a4f1aab [DAGCombiner] Add (urem X, -1) -> select(X == -1, 0, x) fold
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/SelectionDAG/DAGCombiner.cpp | 6 ++++
test/CodeGen/X86/combine-urem.ll | 54 +++++++++-----------------------
2 files changed, 20 insertions(+), 40 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 9cfd4e54080 [TableGen] Add a general-purpose JSON backend.
new 7adaa4250a0 [TableGen] Add missing std::moves to fix build failure.
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/TableGen/JSONBackend.cpp | 14 +++++++-------
1 file changed, 7 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 glibc.
from 4beefeeb8e Put the correct Unicode version number 11.0.0 into the gener [...]
new 93304f5f7a Install <bits/statx.h> header
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:
ChangeLog | 4 ++++
io/Makefile | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.