summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-4/+3
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-27/+110
* DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie2018-08-161-6/+0
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-7/+10
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-110/+27
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-27/+110
* [DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk2018-08-011-0/+3
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-109/+27
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-27/+109
* [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...Wolfgang Pieb2018-07-261-2/+7
* Revert r337981: it breaks the debuginfo-testsAlex Lorenz2018-07-261-7/+2
* [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...Wolfgang Pieb2018-07-251-2/+7
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-109/+27
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-27/+109
* DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath2018-07-201-3/+3
* [DebugInfo] Generate .debug_names section when it makes sensePavel Labath2018-07-201-0/+6
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-2/+2
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+3
* [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.Alexey Bataev2018-06-291-1/+7
* [CodeGen/Dwarf] Make debug_names compatible with split-dwarfPavel Labath2018-04-181-0/+4
* Fix build breakage from r329201Pavel Labath2018-04-041-2/+2
* Re-commit r329179 after fixing build&test issuesPavel Labath2018-04-041-5/+19
* Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber2018-04-041-19/+5
* Attempt to fix bots more after r329179.Nico Weber2018-04-041-1/+1
* Attempt to fix bots after r329179.Nico Weber2018-04-041-2/+2
* [CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath2018-04-041-5/+19
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-4/+0
* [DEBUGINFO] Add flag for DWARF2 to use sections as references.Alexey Bataev2018-03-231-0/+12
* [DEBUGINFO] Add -no-dwarf-debug-ranges option.Alexey Bataev2018-03-201-0/+6
* [DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.Alexey Bataev2018-03-201-0/+6
* Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references."Alexey Bataev2018-03-011-9/+0
* [DWARF] Emit a split line table only if there are split type units.Paul Robinson2018-03-011-0/+4
* [DEBUGINFO] Add flag for DWARF2 or less to use sections as references.Alexey Bataev2018-02-281-0/+9
* [DEBUGINFO] Add support for emission of the inlined strings.Alexey Bataev2018-02-201-0/+6
* [CodeGen] Refactor AppleAccelTablePavel Labath2018-02-191-4/+4
* [NFC] Rename DwarfAccelTable and move header.Jonas Devlieghere2018-01-291-1/+1
* [NFC] Refactor Apple Accelerator TablesJonas Devlieghere2018-01-291-6/+7
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-0/+22
* [DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.Jonas Devlieghere2017-11-151-1/+4
* Ignore all duplicate frame index expressionBjorn Steinbrink2017-10-101-24/+1
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-25/+13
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-19/+37
* Remove unused includes of MachineLocation.h (NFC)Adrian Prantl2017-08-021-1/+0
* Fix an assertion failure when duplicate dbg.declares are present.Adrian Prantl2017-06-121-0/+7
* DebugInfo: Do not emit empty CUsDavid Blaikie2017-05-261-1/+1
* DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...David Blaikie2017-05-251-4/+3
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-121-11/+9
* Elide argument copies during instruction selectionReid Kleckner2017-03-011-1/+1
* Debug Info: Sort frame index expressions before emitting them.Adrian Prantl2017-02-171-28/+30
* Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie2017-02-161-6/+9
OpenPOWER on IntegriCloud