This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e144c76bb4f [llvm-mca][BtVer2] Add two more move-elimination tests. NFC
new 09f76c80ba8 [llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
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-exegesis/lib/Latency.cpp | 3 +--
tools/llvm-exegesis/lib/Latency.h | 2 +-
tools/llvm-exegesis/lib/MCInstrDescView.cpp | 15 +++++++++++----
tools/llvm-exegesis/lib/MCInstrDescView.h | 1 +
tools/llvm-exegesis/lib/SnippetGenerator.cpp | 4 ++--
tools/llvm-exegesis/lib/SnippetGenerator.h | 4 ++--
tools/llvm-exegesis/lib/Uops.cpp | 6 ++----
tools/llvm-exegesis/lib/Uops.h | 2 +-
tools/llvm-exegesis/lib/X86/Target.cpp | 10 ++++------
tools/llvm-exegesis/llvm-exegesis.cpp | 14 +++++++-------
.../tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | 8 +++++---
11 files changed, 37 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 444acbd0615 [llvm-exegesis][NFC] Code simplification
new e144c76bb4f [llvm-mca][BtVer2] Add two more move-elimination tests. 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:
.../llvm-mca/X86/BtVer2/reg-move-elimination-2.s | 137 +++++++++++++++++++++
.../llvm-mca/X86/BtVer2/reg-move-elimination-3.s | 122 ++++++++++++++++++
2 files changed, 259 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/reg-move-elimination-2.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/reg-move-elimination-3.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 df002d74e3e [DAGCombine] Improve Load-Store Forwarding
new 444acbd0615 [llvm-exegesis][NFC] Code simplification
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-exegesis/lib/Latency.cpp | 5 ++---
tools/llvm-exegesis/lib/LlvmState.cpp | 2 ++
tools/llvm-exegesis/lib/LlvmState.h | 3 +++
tools/llvm-exegesis/lib/MCInstrDescView.cpp | 18 +++++++++---------
tools/llvm-exegesis/lib/MCInstrDescView.h | 4 ++--
tools/llvm-exegesis/lib/SnippetGenerator.cpp | 7 +++----
tools/llvm-exegesis/lib/SnippetGenerator.h | 1 -
tools/llvm-exegesis/lib/Uops.cpp | 9 +++++----
tools/llvm-exegesis/lib/X86/Target.cpp | 6 +++---
.../tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | 2 +-
10 files changed, 30 insertions(+), 27 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 8798ea68b0a [x86] allow single source horizontal op matching (PR39195)
new df002d74e3e [DAGCombine] Improve Load-Store Forwarding
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 | 145 +++++++++++++++++++--
test/CodeGen/AArch64/arm64-ld-from-st.ll | 28 ++--
test/CodeGen/AArch64/regress-tblgen-chains.ll | 4 +-
test/CodeGen/Hexagon/clr_set_toggle.ll | 2 +-
test/CodeGen/Hexagon/swp-epilog-phis.ll | 55 --------
test/CodeGen/Hexagon/swp-memrefs-epilog1.ll | 90 -------------
test/CodeGen/Mips/cconv/vector.ll | 22 +---
.../Mips/indirect-jump-hazard/jumptables.ll | 22 ++--
test/CodeGen/Mips/o32_cc_byval.ll | 8 +-
test/CodeGen/Mips/o32_cc_vararg.ll | 10 +-
test/CodeGen/PowerPC/addi-offset-fold.ll | 5 +-
test/CodeGen/SystemZ/store_nonbytesized_vecs.ll | 3 +-
test/CodeGen/X86/i386-shrink-wrapping.ll | 2 +-
test/CodeGen/X86/pr32108.ll | 1 -
test/CodeGen/X86/pr38533.ll | 6 -
test/CodeGen/X86/win64_vararg.ll | 5 +-
16 files changed, 184 insertions(+), 224 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/swp-epilog-phis.ll
delete mode 100644 test/CodeGen/Hexagon/swp-memrefs-epilog1.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 binutils-gdb.
from 2cb2ba9a5b btrace: check for indirect jump return in _Unwind_RaiseException
new 33b031ce7a Add missing va_end found by Coverity
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:
gdb/ChangeLog | 5 +++++
gdb/remote.c | 6 +++++-
2 files changed, 10 insertions(+), 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 765115422be Lift VFS from clang to llvm (NFC)
new 8798ea68b0a [x86] allow single source horizontal op matching (PR39195)
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/X86ISelLowering.cpp | 8 ++-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 12 ++--
test/CodeGen/X86/haddsub-undef.ll | 71 +++++-------------
test/CodeGen/X86/phaddsub.ll | 96 ++++++-------------------
test/CodeGen/X86/vector-shuffle-combining.ll | 39 ++++++----
5 files changed, 79 insertions(+), 147 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 8e17e96c81f [llvm-exegesis] Fix function return generation so it doesn' [...]
new 765115422be Lift VFS from clang to llvm (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:
include/llvm/Support/VirtualFileSystem.h | 522 +++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/VirtualFileSystem.cpp | 2121 +++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/VirtualFileSystemTest.cpp | 1601 ++++++++++++++++++++
5 files changed, 4246 insertions(+)
create mode 100644 include/llvm/Support/VirtualFileSystem.h
create mode 100644 lib/Support/VirtualFileSystem.cpp
create mode 100644 unittests/Support/VirtualFileSystemTest.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 clang-tools-extra.
from 58f7bb3f [clangd] Make FSProvider const-correct. NFC
new 04d1afc9 Lift VFS from clang to llvm (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:
clang-tidy/ClangTidy.cpp | 8 +++---
clang-tidy/ClangTidy.h | 4 +--
clang-tidy/ClangTidyOptions.cpp | 4 +--
clang-tidy/ClangTidyOptions.h | 15 ++++++-----
clangd/ClangdUnit.cpp | 2 +-
clangd/ClangdUnit.h | 12 ++++-----
clangd/CodeComplete.cpp | 8 +++---
clangd/CodeComplete.h | 4 +--
clangd/Compiler.cpp | 2 +-
clangd/Compiler.h | 6 ++---
clangd/FS.cpp | 31 ++++++++++++----------
clangd/FS.h | 17 ++++++------
clangd/FSProvider.h | 8 +++---
clangd/Headers.h | 2 +-
.../change-namespace/ChangeNamespaceTests.cpp | 2 +-
unittests/clang-tidy/ClangTidyTest.h | 4 +--
unittests/clangd/ClangdTests.cpp | 12 ++++-----
unittests/clangd/FSTests.cpp | 7 ++---
unittests/clangd/SymbolCollectorTests.cpp | 6 ++---
unittests/clangd/TestFS.h | 6 ++---
unittests/include-fixer/IncludeFixerTest.cpp | 4 +--
.../find-all-symbols/FindAllSymbolsTests.cpp | 6 ++---
22 files changed, 88 insertions(+), 82 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.