summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-6/+4
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-4/+6
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-90/+45
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-45/+90
* DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath2018-07-201-41/+24
* [DebugInfo] Generate .debug_names section when it makes sensePavel Labath2018-07-201-10/+33
* [DebugInfo] Dwarfv5: Avoid unnecessary base_address specifiers in rnglistsDavid Blaikie2018-07-181-10/+18
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-12/+97
* [DWARF][NFC] Refactor range list emission to use a static helperWolfgang Pieb2018-07-101-57/+59
* [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.Alexey Bataev2018-06-291-0/+5
* [DwarfDebug] Remove unused argument (NFC)Petar Jovanovic2018-06-281-3/+2
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-221-5/+9
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-181-7/+15
* [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath2018-05-141-3/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-12/+16
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-011-15/+7
* [DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev2018-04-181-7/+15
* [CodeGen/Dwarf] Make debug_names compatible with split-dwarfPavel Labath2018-04-181-6/+10
* [CodeGen/AccelTable] Don't emit zero-CU name indexesPavel Labath2018-04-091-0/+4
* [CodeGen/AccelTable]: Don't emit accelerator entries for functions with no namesPavel Labath2018-04-091-4/+3
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-24/+25
* Fix build breakage from r329201Pavel Labath2018-04-041-3/+3
* Re-commit r329179 after fixing build&test issuesPavel Labath2018-04-041-20/+69
* Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber2018-04-041-69/+20
* [CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath2018-04-041-20/+69
* Style update. NFC.Rafael Espindola2018-03-291-15/+15
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-4/+7
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-7/+4
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-4/+7
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-6/+4
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [DEBUGINFO] Add flag for DWARF2 to use sections as references.Alexey Bataev2018-03-231-2/+20
* [DEBUGINFO] Add -no-dwarf-debug-ranges option.Alexey Bataev2018-03-201-1/+17
* [DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.Alexey Bataev2018-03-201-0/+7
* [SelectionDAG] Improve handling of dangling debug infoBjorn Pettersson2018-03-121-3/+2
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-7/+4
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-4/+7
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-7/+4
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-4/+7
* Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references."Alexey Bataev2018-03-011-26/+3
* [DWARF] Emit a split line table only if there are split type units.Paul Robinson2018-03-011-0/+3
* [DEBUGINFO] Add flag for DWARF2 or less to use sections as references.Alexey Bataev2018-02-281-3/+26
* [DebugInfo] Stable sort symbols to remove non-deterministic orderingMandeep Singh Grang2018-02-251-1/+1
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-3/+3
* [DEBUGINFO] Do not output labels for empty macinfo sections.Alexey Bataev2018-02-221-2/+5
* [DEBUGINFO] Add support for emission of the inlined strings.Alexey Bataev2018-02-201-0/+9
* [CodeGen] Refactor AppleAccelTablePavel Labath2018-02-191-4/+2
* [DWARF] Fix incorrect prologue end line record.Paul Robinson2018-02-141-1/+3
OpenPOWER on IntegriCloud