summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2018-04-10Merging r326769 and r326780:Tom Stellard
2018-02-09Merging r321911:Hans Wennborg
2018-01-02[AArch64][GlobalISel] Enable GlobalISel at -O0 by defaultAmara Emerson
2017-12-21[DWARF v5] Rework of string offsets table readerWolfgang Pieb
2017-12-19Revert "Fix faulty assertion in debug info"Adrian McCarthy
2017-12-19Fix faulty assertion in debug infoAdrian McCarthy
2017-12-18Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-18[SROA] Disable non-whole-alloca splits by defaultHiroshi Inoue
2017-12-15Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson
2017-12-15Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15[DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson
2017-12-14EmitFuncArgumentDbgValue: Prefer stack slots over registers for stack argumentsAdrian Prantl
2017-12-14[SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
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