summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2017-12-01[DebugInfo] Bail out if making no progress dumping line tables.Paul Robinson
2017-12-01Recommit rL319407: [SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue
2017-11-30[MIR] Fix DebugInfo tests after r319445Francis Visoiu Mistrih
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30Revert rL319407: [SROA] enable splitting for non-whole-alloca loads and stores Hiroshi Inoue
2017-11-30[SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue
2017-11-28SROA: Don't create variable fragments that are outside of the variable.Adrian Prantl
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28SROA: Avoid creating a fragment expression that covers the entire variable.Adrian Prantl
2017-11-26Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon
2017-11-22[DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson
2017-11-22[DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson
2017-11-22[DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson
2017-11-22[DWARF] Fix handling of extended line-number opcodesPaul Robinson
2017-11-15[DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.Jonas Devlieghere
2017-11-13Fix an assertion in SelectionDAG::transferDbgValues()Adrian Prantl
2017-11-10Add back target triple to test which I accidentally removed.Adrian Prantl
2017-11-10Move test into X86 subdirectory.Adrian Prantl
2017-11-10[RegisterCoalescer] Move debug value after rematerialize trivial defKarl-Johan Karlsson
2017-11-09Preserve debug info when DAG-combinging (zext (truncate x)) -> (and x, mask).Adrian Prantl
2017-11-08Let replaceVTableHolder accept any type.Adrian Prantl
2017-11-08Un-XFAIL a test after the bugfix in r317702.Adrian Prantl
2017-11-08Handle inlined variables in SelectionDAGBuilder::EmitFuncArgumentDbgValue().Adrian Prantl
2017-11-07Reapply r317609 with a simpler sed script, thanks to Justin Bogner!Paul Robinson
2017-11-07Revert r317609, test fails on one botPaul Robinson
2017-11-07Convert a dwarfdump test from checked-in binary to assembler source.Paul Robinson
2017-11-07[DWARFv5] Add new test for previous commit.Paul Robinson
2017-11-07[DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson
2017-11-07Make DIExpression::createFragmentExpression() return an Optional.Adrian Prantl
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