summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2017-11-03Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl
2017-11-02[Verifier] Remove the -verify-debug-info cl::optVedant Kumar
2017-10-31[codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-10-24Implement salavageDebugInfo functionality for SelectionDAG.Adrian Prantl
2017-10-12[codeview] Don't emit FPO data in funclet prologuesReid Kleckner
2017-10-11[codeview] Implement FPO data assembler directivesReid Kleckner
2017-10-10Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10[llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere
2017-10-06[dwarfdump] Verify that unit type matches root DIEJonas Devlieghere
2017-10-05[DebugInfo] Insert DEBUG_VALUEs after each register redefinitionKarl-Johan Karlsson
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg
2017-10-03[DebugInfo] Correctly coalesce DBG_VALUEs that mix direct and indirect valuesReid Kleckner
2017-10-03Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...Geoff Berry
2017-10-02Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-10-02CodeView symbol dumper: use symbolic names for registersHans Wennborg
2017-09-28[DebugInfo] Do not extend range for physreg in LiveDebugVariablesBjorn Pettersson
2017-09-27[test] Don't verify .debug_line offsets in bitcode tests.Jonas Devlieghere
2017-09-27[dwarfdump] Fix printing of .debug_line offset.Jonas Devlieghere
2017-09-27[dwarfdump] Add support for -debug-line=OFFSETJonas Devlieghere
2017-09-25[DebugInfo] Sort the SDDbgValue list before assuming it is in IR orderReid Kleckner
2017-09-24[Verifier] Stop accepting broken DIGlobalVariable(s).Davide Italiano
2017-09-21[dwarfdump] Add verbose output for .debug-line sectionJonas Devlieghere
2017-09-21Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner
2017-09-21Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....Daniel Jasper
2017-09-21[SROA] Really remove associated dbg.declare when removing dead allocaMikael Holmen
2017-09-20Commit local changes that missed llvm.dbg.addrReid Kleckner
2017-09-20[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declareReid Kleckner
2017-09-20Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"Reid Kleckner
2017-09-20DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-na...David Blaikie
2017-09-19Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"Reid Kleckner
2017-09-19Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner
2017-09-19Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VA...Reid Kleckner
2017-09-18Revert r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VAL...Hans Wennborg
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere
2017-09-16Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann
2017-09-15[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEsReid Kleckner
2017-09-15[DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilledReid Kleckner
2017-09-15Fix Bug 30978 by emitting cv file checksums.Eric Beckmann
2017-09-15[codeview] Use a type index of zero for static method "this" typesReid Kleckner
2017-09-14Adapt more testcases for llvm-dwarfdump changes.Adrian Prantl
2017-09-14[XRay][DebugInfo] Update the test to use a specific targetDean Michael Berris
2017-09-14[XRay][DebugInfo] Remove -debug-compile from test invocation of llcDean Michael Berris
2017-09-14[XRay][CodeGen] Use the current function symbol as the associated symbol for ...Dean Michael Berris
2017-09-13Update testcase that was XFAILed on Darwin for llvm-dwarfdump change.Adrian Prantl
2017-09-13llvm-dwarfdump: automatically dump both regular and .dwo variant of sectionsAdrian Prantl
2017-09-13[codeview] VLAs and unsized arrays should use a size of zeroReid Kleckner
2017-09-13Mark static member functions as static in CodeViewDebugAdrian McCarthy