[all-commits] [llvm/llvm-project] f67741: Reapply "[DebugInfo] Add new instruction and DIEx...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Fri Mar 5 05:08:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f677413071a2df10fbb68050624696fd4d4ae1cd
https://github.com/llvm/llvm-project/commit/f677413071a2df10fbb68050624696fd4d4ae1cd
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/docs/SourceLevelDebugging.rst
M llvm/include/llvm/BinaryFormat/Dwarf.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachineInstrBuilder.h
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/include/llvm/Support/TargetOpcodes.def
M llvm/include/llvm/Target/Target.td
M llvm/lib/BinaryFormat/Dwarf.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/LiveRangeShrink.cpp
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/MachineRegisterInfo.cpp
M llvm/lib/CodeGen/PrologEpilogInserter.cpp
M llvm/lib/CodeGen/RegAllocFast.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
M llvm/lib/Target/X86/X86OptimizeLEAs.cpp
A llvm/test/CodeGen/MIR/X86/dbg-value-list.mir
Log Message:
-----------
Reapply "[DebugInfo] Add new instruction and DIExpression operator for variadic debug values"
Rewrites test to use correct architecture triple; fixes incorrect
reference in SourceLevelDebugging doc; simplifies `spillReg` behaviour
so as to not be dependent on changes elsewhere in the patch stack.
This reverts commit d2000b45d033c06dc7973f59909a0ad12887ff51.
More information about the All-commits
mailing list