summaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Merging r326769 and r326780:Tom Stellard2018-04-102-3/+144
* Merging r321911:Hans Wennborg2018-02-091-0/+88
* [AArch64][GlobalISel] Enable GlobalISel at -O0 by defaultAmara Emerson2018-01-024-5/+5
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-216-140/+236
* Revert "Fix faulty assertion in debug info"Adrian McCarthy2017-12-191-88/+0
* Fix faulty assertion in debug infoAdrian McCarthy2017-12-191-0/+88
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-11/+10
* [SROA] Disable non-whole-alloca splits by defaultHiroshi Inoue2017-12-181-2/+1
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-10/+11
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-11/+10
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-10/+11
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-11/+10
* EmitFuncArgumentDbgValue: Prefer stack slots over registers for stack argumentsAdrian Prantl2017-12-141-0/+76
* [SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel2017-12-141-1/+1
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-132-1/+313
* [MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry2017-12-122-3/+3
* ASAN: Provide reliable debug info for local variables at -O0.Adrian Prantl2017-12-111-1/+1
* [dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere2017-12-112-1/+1
* [NFC] Change the string offsets table tests to generate the object on the flyWolfgang Pieb2017-12-0920-211/+262
* [Debugify] Add a pass to test debug info preservationVedant Kumar2017-12-081-0/+65
* [DebugInfo] Use llc instead of llc_dwarf to fix this test.Davide Italiano2017-12-081-1/+1
* [DebugInfo] Move this test to X86/ now that it specifies a triple.Davide Italiano2017-12-071-0/+0
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-4/+4
* [DebugInfo] Explicitly pass a triple to this test.Davide Italiano2017-12-071-1/+1
* [MC/Dwarf] Use the older DWARF linetables format on Darwin.Davide Italiano2017-12-072-4/+4
* Regex out the local hash comparison test.Zachary Turner2017-12-061-11/+11
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-053-0/+159
* Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson2017-12-045-7/+7
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-0415-30/+30
* [DebugInfo] Bail out if making no progress dumping line tables.Paul Robinson2017-12-011-0/+97
* Recommit rL319407: [SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue2017-12-011-1/+2
* [MIR] Fix DebugInfo tests after r319445Francis Visoiu Mistrih2017-11-3011-32/+32
* [CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih2017-11-301-3/+3
* Revert rL319407: [SROA] enable splitting for non-whole-alloca loads and stores Hiroshi Inoue2017-11-301-2/+1
* [SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue2017-11-301-1/+2
* SROA: Don't create variable fragments that are outside of the variable.Adrian Prantl2017-11-281-0/+85
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-0/+15
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-2823-70/+70
* SROA: Avoid creating a fragment expression that covers the entire variable.Adrian Prantl2017-11-281-0/+114
* Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon2017-11-263-12/+12
* [DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson2017-11-224-16/+97
* [DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson2017-11-222-0/+123
* [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson2017-11-221-0/+107
* [DWARF] Fix handling of extended line-number opcodesPaul Robinson2017-11-221-0/+152
* [DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.Jonas Devlieghere2017-11-151-0/+50
* Fix an assertion in SelectionDAG::transferDbgValues()Adrian Prantl2017-11-131-0/+28
* Add back target triple to test which I accidentally removed.Adrian Prantl2017-11-101-0/+1
* Move test into X86 subdirectory.Adrian Prantl2017-11-101-1/+0
* [RegisterCoalescer] Move debug value after rematerialize trivial defKarl-Johan Karlsson2017-11-101-0/+50
* Preserve debug info when DAG-combinging (zext (truncate x)) -> (and x, mask).Adrian Prantl2017-11-091-0/+64