summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: DebugInfo: Track the origin CU rather than just the base address for ran...David Blaikie2018-11-081-2/+1
* DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie2018-10-241-0/+1
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-221-3/+9
* DebugInfo: Implement debug_rnglists.dwoDavid Blaikie2018-10-201-3/+3
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-10/+16
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-2/+4
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-1/+30
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-0/+3
* [DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang2018-09-261-4/+3
* Revert "[DebugInfo] Do not generate address info for removed debug labels."Justin Bogner2018-09-251-3/+4
* [DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang2018-09-251-4/+3
* Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.Adrian Prantl2018-09-081-2/+0
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-26/+62
* Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.Simon Pilgrim2018-08-171-0/+1
* DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie2018-08-161-2/+2
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-10/+14
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-62/+26
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-26/+62
* [AArch64] DWARF: do not generate AT_location for thread localLei Liu2018-08-011-0/+4
* [DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev2018-08-011-1/+4
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-62/+26
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-26/+62
* [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...Wolfgang Pieb2018-07-261-2/+0
* [DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev2018-07-261-2/+5
* [DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.Alexey Bataev2018-07-261-4/+10
* Revert r337981: it breaks the debuginfo-testsAlex Lorenz2018-07-261-0/+2
* [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...Wolfgang Pieb2018-07-251-2/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-62/+26
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-26/+62
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-7/+16
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-221-0/+2
* [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath2018-05-141-1/+2
* DwarfCompileUnit: Fix another assertion failure on malformed inputAdrian Prantl2018-05-041-1/+1
* Fix a bug that prevents global variables from having a DW_OP_deref.Adrian Prantl2018-04-271-2/+7
* Revert "Fix a bug that prevents global variables from having a DW_OP_deref."Adrian Prantl2018-04-261-3/+2
* Fix a bug that prevents global variables from having a DW_OP_deref.Adrian Prantl2018-04-261-2/+3
* 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-4/+9
* [DEBUGINFO] Add -no-dwarf-debug-ranges option.Alexey Bataev2018-03-201-3/+4
* [DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.Alexey Bataev2018-03-201-1/+2
* Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references."Alexey Bataev2018-03-011-15/+8
* [TLS] use emulated TLS if the target supports only this modeChih-Hung Hsieh2018-02-281-1/+1
* [DEBUGINFO] Add flag for DWARF2 or less to use sections as references.Alexey Bataev2018-02-281-8/+15
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-2/+3
* Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE()Adrian Prantl2018-02-081-13/+67
* Fix a crash when emitting DIEs for variable-length arraysAdrian Prantl2018-02-061-1/+29
* [DebugInfo] Fix fragment offset emission order for symbol locationsMikael Holmen2018-01-291-3/+4
* [DebugInfo] Emit DWARF reference for DIVariable 'count' in DISubrangeSander de Smalen2018-01-241-0/+1
* [DWARFv5] CodeGen support for MD5 file checksumsPaul Robinson2018-01-121-9/+7
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-3/+4
OpenPOWER on IntegriCloud