summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NFC] Rename DwarfAccelTable and move header.Jonas Devlieghere2018-01-291-1/+1
* [NFC] Refactor Apple Accelerator TablesJonas Devlieghere2018-01-291-20/+10
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-2/+47
* Don't emit apple accelerator tables on non-darwin targetsPavel Labath2018-01-171-2/+4
* [DWARFv5] CodeGen support for MD5 file checksumsPaul Robinson2018-01-121-8/+2
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-2/+3
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-3/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* [DWARF] Fix bad comparator in sortGlobalExprs.Eli Friedman2017-10-121-7/+12
* Reinstantiate old/bad deduplication logic that was removed in r315279.Daniel Jasper2017-10-121-0/+10
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-1/+1
OpenPOWER on IntegriCloud