This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c2a1d9 Remove LessPreciseFPMADOption from TargetOptions along with a [...] new 852989f VirtRegMap: Correctly deal with bundles when deleting identit [...] new 94ebfcb SplitKit: Correctly implement partial subregister copies new 9ed2d9c Revert "Make NativeExeSymbol a concrete subclass of NativeRaw [...]
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/CodeGen/SlotIndexes.h | 22 ++- .../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 39 ------ .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +- lib/CodeGen/SlotIndexes.cpp | 42 ++++++ lib/CodeGen/SplitKit.cpp | 152 +++++++++++++++++---- lib/CodeGen/SplitKit.h | 11 ++ lib/CodeGen/VirtRegMap.cpp | 47 ++++++- lib/DebugInfo/PDB/CMakeLists.txt | 1 - lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 79 ----------- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 33 ++++- lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 +- test/CodeGen/AMDGPU/splitkit.mir | 64 +++++++++ test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 -- 13 files changed, 327 insertions(+), 180 deletions(-) delete mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h delete mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp create mode 100644 test/CodeGen/AMDGPU/splitkit.mir delete mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.test