aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineDebugify.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-16[Debugify] Support checking Machine IR debug infoXiang1 Zhang1-1/+31
2020-12-16Revert "[Debugify] Support checking Machine IR debug info"Xiang1 Zhang1-31/+1
2020-12-16[Debugify] Support checking Machine IR debug infoXiang1 Zhang1-1/+31
2020-12-14Reland "[MachineDebugify] Insert synthetic DBG_VALUE instructions"Nico Weber1-3/+87
2020-12-14Revert "[MachineDebugify] Insert synthetic DBG_VALUE instructions"Nico Weber1-87/+3
2020-12-14Revert "[Debugify] Support checking Machine IR debug info"Nico Weber1-31/+1
2020-12-14[Debugify] Support checking Machine IR debug infoXiang1 Zhang1-1/+31
2020-12-14Revert "[Debugify] Support checking Machine IR debug info"Xiang1 Zhang1-31/+1
2020-12-14[Debugify] Support checking Machine IR debug infoXiang1 Zhang1-1/+31
2020-04-22[MachineDebugify] Insert synthetic DBG_VALUE instructionsVedant Kumar1-3/+87
2020-04-17Don't accidentally create MachineFunctions in mir-debugify/mir-strip-debugifyDaniel Sanders1-1/+4
2020-04-10Add -debugify-and-strip-all to add debug info before a pass and remove it afterDaniel Sanders1-1/+2
2020-04-07Add MIR-level debugify with only locations support for nowDaniel Sanders1-0/+84