summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ignore all duplicate frame index expressionBjorn Steinbrink2017-10-101-0/+25
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-91/+52
* Revert "[DWARF] Incorrect prologue end line record."Robert Lougher2017-09-121-3/+1
* [DWARF] Incorrect prologue end line record.Robert Lougher2017-09-121-1/+3
* [DWARF] Line 0 should not have a discriminator.Paul Robinson2017-09-071-2/+2
* Untabify.NAKAMURA Takumi2017-08-281-5/+5
* Filter out non-constant DIGlobalVariableExpressions reachable via the CUAdrian Prantl2017-08-191-2/+9
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-29/+51
* Assert that the offset of a DBG_VALUE is always 0. (NFC)Adrian Prantl2017-08-021-2/+4
* Remove the unused Offset field from MachineLocation (NFC)Adrian Prantl2017-08-021-5/+1
* Remove unreachable code. (NFC)Adrian Prantl2017-08-021-7/+1
* DebugInfo: Update flag description that'd been copypasted from anotherDavid Blaikie2017-08-011-1/+1
OpenPOWER on IntegriCloud