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