summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DebugInfo: Address non-deterministic output (iterating a SmallPtrSet) in 289697David Blaikie2016-12-151-7/+4
* DebugInfo: Improve type safety and simplify some subprogram finalization codeDavid Blaikie2016-12-141-2/+2
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-1/+1
* This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton2016-12-011-5/+0
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-3/+2
* Rely on a single DWARF version instead of having two copiesGreg Clayton2016-11-231-4/+1
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDBDavid Blaikie2016-05-241-0/+5
* [DwarfDebug] Make tuning predicates private, should be used only in ctor.Paul Robinson2016-05-171-9/+10
* Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flagAdrian Prantl2016-05-171-0/+7
* Reverting 268054 & 268063 as they caused PR27579.Amjad Aboud2016-04-301-17/+0
* Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-0/+17
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-15/+6
* [DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson2016-04-181-4/+5
OpenPOWER on IntegriCloud