This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 19bc740d06f [test] Relax test/Other/opt-hot-cold-split.ll
new 2af624687d1 Revert 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/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 ++--
15 files changed, 589 insertions(+), 710 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 b582972288e [llvm-mca] Remove a couple of using directives and a bunch [...]
new 19bc740d06f [test] Relax test/Other/opt-hot-cold-split.ll
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/Other/opt-hot-cold-split.ll | 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 release_70
in repository llvm.
from 888225e7bee Merging r343373:
new eb0722e28e7 Merging r342461:
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-xray/xray-account.cpp | 7 +++++--
1 file changed, 5 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 release_70
in repository lld.
from e36f4d43a Update release notes for lld 7.
new 1370bdecb Merging r344264:
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:
COFF/Chunks.h | 4 +++-
test/COFF/arm64-localimport-align.s | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/COFF/arm64-localimport-align.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 glibc.
from be8ff03f92 Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug [...]
new 8190520f2a Use Linux 4.19 in build-many-glibcs.py.
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 | 3 +++
scripts/build-many-glibcs.py | 2 +-
2 files changed, 4 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 lldb.
from f0e75089c [PDB] Test variadic function type in PDB
new 3ba3afd0b Some cleanups to the native pdb plugin [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:
source/Plugins/SymbolFile/NativePDB/PdbSymUid.h | 1 +
source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 115 ++++++++++++++--
source/Plugins/SymbolFile/NativePDB/PdbUtil.h | 10 ++
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 101 ++++++++------
.../SymbolFile/NativePDB/SymbolFileNativePDB.h | 147 ++++++++++-----------
5 files changed, 244 insertions(+), 130 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 ef01f7fbf3 Always search sysroot for GCC installs
new 169c23cb3d Ensure sanitizer check function calls have a !dbg location
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/CGExpr.cpp | 3 +++
test/CodeGenCXX/ubsan-check-debuglocs.cpp | 17 +++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/CodeGenCXX/ubsan-check-debuglocs.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 llvm.
from affca964205 [InstCombine] add tests for shuffle+insert folds; NFC
new 466ce67d6ec Revert "[PDB] Extend IPDBSession's interface to retrieve fr [...]
new b7afff3a69a [X86][SSE] getTargetShuffleMask - pull out repeated shuffle [...]
new 2ec3239eb10 [llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI
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/DebugInfo/PDB/DIA/DIAEnumFrameData.h | 40 -----------------
include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h | 41 -----------------
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 1 -
include/llvm/DebugInfo/PDB/IPDBFrameData.h | 36 ---------------
include/llvm/DebugInfo/PDB/IPDBSession.h | 3 --
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 -
include/llvm/DebugInfo/PDB/PDBTypes.h | 2 -
lib/DebugInfo/PDB/CMakeLists.txt | 2 -
lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp | 43 ------------------
lib/DebugInfo/PDB/DIA/DIAFrameData.cpp | 54 -----------------------
lib/DebugInfo/PDB/DIA/DIASession.cpp | 11 -----
lib/DebugInfo/PDB/Native/NativeSession.cpp | 5 ---
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp | 3 --
lib/Target/X86/X86ISelLowering.cpp | 51 +++++++++------------
tools/llvm-mca/CodeRegion.cpp | 6 +--
tools/llvm-mca/CodeRegion.h | 24 +++++-----
tools/llvm-mca/include/SourceMgr.h | 14 +++---
tools/llvm-mca/lib/Stages/FetchStage.cpp | 2 +-
tools/llvm-mca/llvm-mca.cpp | 18 ++++----
unittests/DebugInfo/PDB/PDBApiTest.cpp | 4 --
20 files changed, 53 insertions(+), 309 deletions(-)
delete mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
delete mode 100644 include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
delete mode 100644 include/llvm/DebugInfo/PDB/IPDBFrameData.h
delete mode 100644 lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp
delete mode 100644 lib/DebugInfo/PDB/DIA/DIAFrameData.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.