summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry
2017-12-11ASAN: Provide reliable debug info for local variables at -O0.Adrian Prantl
2017-12-11[dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere
2017-12-09[NFC] Change the string offsets table tests to generate the object on the flyWolfgang Pieb
2017-12-08[Debugify] Add a pass to test debug info preservationVedant Kumar
2017-12-08[DebugInfo] Use llc instead of llc_dwarf to fix this test.Davide Italiano
2017-12-07[DebugInfo] Move this test to X86/ now that it specifies a triple.Davide Italiano
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-07[DebugInfo] Explicitly pass a triple to this test.Davide Italiano
2017-12-07[MC/Dwarf] Use the older DWARF linetables format on Darwin.Davide Italiano
2017-12-06Regex out the local hash comparison test.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-12-04Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
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