aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2018-11-11[DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song
2018-11-09[DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson
2018-11-09Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl...Alexey Bataev
2018-11-07[DWARFv5] Read and dump multiple .debug_info sections.Paul Robinson
2018-11-06Specify REQUIRES: default_triple in two debuginfo testsJustin Bogner
2018-11-03[codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner
2018-11-03[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.Wolfgang Pieb
2018-11-02[DWARF] Fix typo, .gnu_index -> .gdb_indexFangrui Song
2018-11-02[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ...Alexey Bataev
2018-11-02test/DebugInfo: Convert some tests to MIRMatthias Braun
2018-11-01[CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner
2018-10-30MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun
2018-10-30[X86] Re-enable the machine verifier after fixing more testsFrancis Visoiu Mistrih
2018-10-29Relax fast register allocator related test cases; NFCMatthias Braun
2018-10-29[X86] Enable the MachineVerifier by defaultFrancis Visoiu Mistrih
2018-10-25llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie
2018-10-25[DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.Alexey Bataev
2018-10-24DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie
2018-10-24llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...David Blaikie
2018-10-24[DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev
2018-10-22[llvm-dwarfdump] - Fix win10 build bot failture.George Rimar
2018-10-22[llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar
2018-10-20DebugInfo: Use base address specifiers more aggressivelyDavid Blaikie
2018-10-20DebugInfo: Use DW_OP_addrx in DWARFv5David Blaikie
2018-10-20DebugInfo: Implement debug_rnglists.dwoDavid Blaikie
2018-10-20DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie
2018-10-20DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie
2018-10-19[DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...Wolfgang Pieb
2018-10-19[dwarfdump] Hide ranges in diff-mode.Jonas Devlieghere
2018-10-15[mips][micromips] Fix overlaping FDEs errorAleksandar Beserminji
2018-10-15[mips][micromips] Revert "Fix overlaping FDEs error"Aleksandar Beserminji
2018-10-15[mips][micromips] Fix overlaping FDEs errorAleksandar Beserminji
2018-10-12[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner
2018-10-11Revert "DwarfDebug: Pick next location in case of missing location at block b...Matthias Braun
2018-10-09[PDB] Fix another bug in globals stream name lookup.Zachary Turner
2018-10-08[PDB] fix a bug in global stream name lookup.Zachary Turner
2018-10-08[DebugInfo] Fix debug information label testsPetar Jovanovic
2018-10-08Don't use back-quotes in a run line.Zachary Turner
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner
2018-10-05X86, AArch64, ARM: Do not attach debug location to spill/reload instructionsMatthias Braun
2018-10-05Specify -mtriple=x86_64 in an X86-specific dwarf testVedant Kumar
2018-10-05[LiveDebugValues] Extend var ranges through artificial blocksVedant Kumar
2018-10-05Disable the dwarf callsite attrs test on WindowsVedant Kumar
2018-10-05Avoid hardcoding PC addresses in a dwarf testVedant Kumar
2018-10-05[DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar
2018-10-05Fix dwarf-no-source-loc.ll path separator on WindowsReid Kleckner
2018-10-05DwarfDebug: Pick next location in case of missing location at block beginMatthias Braun
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss
2018-10-02Relax dbg-declare-inalloca.ll test moreReid Kleckner
2018-10-02[CodeView] Try fixing DebugInfo/X86/dbg-declare-inalloca.llFangrui Song