This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a551fc94848 Recommit r344877 "[X86] Stop promoting integer loads to vXi64"
new 4235b9cb6e5 [ARM] Regenerate reverse shuffle costs
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/Analysis/CostModel/ARM/shuffle.ll | 36 ++++++++++++++++------------------
1 file changed, 17 insertions(+), 19 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 5528b0e4848 [Reassociate] add vector tests with undef elements; NFC
new a551fc94848 Recommit r344877 "[X86] Stop promoting integer loads to vXi64"
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 | 3 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 28 +-
lib/Target/X86/X86ISelLowering.cpp | 28 +-
lib/Target/X86/X86InstrAVX512.td | 243 +++++----
lib/Target/X86/X86InstrFragmentsSIMD.td | 54 +-
lib/Target/X86/X86InstrSSE.td | 627 +++++++++++++-----------
lib/Target/X86/X86InstrXOP.td | 75 ++-
lib/Target/X86/X86MCInstLower.cpp | 26 +-
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 58 ++-
lib/Target/X86/X86ShuffleDecodeConstantPool.h | 13 +-
test/CodeGen/X86/avx-vperm2x128.ll | 2 +-
test/CodeGen/X86/oddshuffles.ll | 24 +-
test/CodeGen/X86/pshufb-mask-comments.ll | 6 +-
test/CodeGen/X86/vector-extend-inreg.ll | 2 +-
test/CodeGen/X86/vector-idiv-v2i32.ll | 18 +-
test/CodeGen/X86/widened-broadcast.ll | 95 ++--
16 files changed, 712 insertions(+), 590 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 fbc926ad9ac [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend
new 5528b0e4848 [Reassociate] add vector tests with undef elements; 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:
test/Transforms/Reassociate/inverses.ll | 77 ++++++++++++++++++++------------
test/Transforms/Reassociate/negation.ll | 66 ++++++++++++++++++++++-----
test/Transforms/Reassociate/negation1.ll | 7 +--
3 files changed, 107 insertions(+), 43 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 8266f03bf7f [DWARF] Use a function-local offset for AT_call_return_pc
new fbc926ad9ac [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend
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/CMakeLists.txt | 1 -
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 10 +++---
lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 17 +++++----
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 13 +++++++
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 27 ++++----------
utils/TableGen/CMakeLists.txt | 1 -
utils/TableGen/TableGen.cpp | 8 +----
utils/TableGen/TableGenBackends.h | 1 -
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp | 13 +++----
utils/TableGen/WebAssemblyStackifierEmitter.cpp | 44 -----------------------
10 files changed, 44 insertions(+), 91 deletions(-)
delete mode 100644 utils/TableGen/WebAssemblyStackifierEmitter.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.
from 3ba915b996 [Driver] fix broken test
new f7319ba479 Revert "Ensure sanitizer check function calls have a !dbg location"
new 0bae4f1a33 Revert "[Driver] Reland again: Default Android toolchains to [...]
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/CGExpr.cpp | 3 -
lib/Driver/ToolChains/Linux.cpp | 6 --
lib/Driver/ToolChains/Linux.h | 1 -
test/CodeGenCXX/ubsan-check-debuglocs.cpp | 17 ---
.../sysroot/usr/include/c++/v1/.keep | 0
test/Driver/android-ndk-standalone.cpp | 120 +++++++++++----------
6 files changed, 65 insertions(+), 82 deletions(-)
delete mode 100644 test/CodeGenCXX/ubsan-check-debuglocs.cpp
delete mode 100644 test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/include/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 llvm.
from 353c741e8e2 [Reassociate] add 'using namespace' to reduce bloat; NFC
new 8266f03bf7f [DWARF] Use a function-local offset for AT_call_return_pc
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/AsmPrinter/DebugHandlerBase.cpp | 15 +++++++++++++++
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 4 ++++
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 12 +++++++++---
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 9 ++++++---
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 7 ++++---
5 files changed, 38 insertions(+), 9 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 lldb.
from a3b913c72 [SymbolFile] Add the module lock where necessary and assert t [...]
new 9b4fd67ab [DWARF] Use a function-local offset for AT_call_return_pc
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/lldb/Symbol/Function.h | 8 +++++---
source/Symbol/Function.cpp | 3 +--
2 files changed, 6 insertions(+), 5 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 56e3b243da9 [ORC] Guard access to the MemMgrs vector in RTDyldObjectLin [...]
new 353c741e8e2 [Reassociate] add 'using namespace' to reduce bloat; 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/Transforms/Scalar/Reassociate.cpp | 7 ++++---
1 file changed, 4 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 clang.
from 0f2e415213 [Driver] Reland again: Default Android toolchains to libc++.
new ffdcec1c81 Give Multiversion-inline functions linkonce linkage
new 3ba915b996 [Driver] fix broken test
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/CodeGenModule.cpp | 4 ++++
test/CodeGen/attr-target-mv.c | 16 ++++++++--------
test/Driver/android-gcc-toolchain.c | 2 +-
3 files changed, 13 insertions(+), 9 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 101d24deace X86: add alias for pushfw/popfw in Intel mode
new 0f65a4fb051 [x86] add test for PR25498 and complete checks; NFC
new 56e3b243da9 [ORC] Guard access to the MemMgrs vector in RTDyldObjectLin [...]
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:
.../Orc/RTDyldObjectLinkingLayer.cpp | 13 +-
test/CodeGen/X86/scheduler-backtracking.ll | 1227 +++++++++++++++++++-
2 files changed, 1223 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.