summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Move loclist base address from DwarfFile to DebugLocStreamDavid Blaikie2019-10-171-3/+0
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-9/+0
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-0/+2
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-2/+0
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-0/+2
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-0/+1
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-6/+0
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-241-8/+11
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-1/+1
* [DebugInfo] Construct nested types on behalf of owner CUEugene Leviant2019-03-041-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ...David Blaikie2018-12-181-0/+4
* DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnitDavid Blaikie2018-12-141-3/+0
* Revert "debuginfo: Use symbol difference for CU length to simplify assembly ...Jordan Rupprecht2018-12-111-2/+0
* debuginfo: Use symbol difference for CU length to simplify assembly reading/e...David Blaikie2018-12-101-0/+2
* [Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar2018-10-261-0/+3
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-27/+0
* [DWARF] - Emit the correct value for DW_AT_addr_base.George Rimar2018-09-201-0/+3
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-0/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-1/+0
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-0/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-1/+0
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-0/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-1/+0
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-0/+1
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-5/+5
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+5
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-4/+4
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-4/+4
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-4/+4
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-0/+1
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-4/+4
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-4/+4
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-4/+4
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-4/+4
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-1/+1
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-0/+7
* [DWARFv5] CodeGen support for MD5 file checksumsPaul Robinson2018-01-121-8/+9
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-2/+4
* [DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.Wolfgang Pieb2017-06-301-0/+9
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-121-1/+4
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-1/+0
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-0/+3
* Avoid using relocations for ref_addr in .dwo filesDavid Blaikie2017-04-221-0/+1
* Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...David Blaikie2017-04-221-3/+3
* Revert "Debug Info: Add basic support for external types references."Adrian Prantl2017-03-131-3/+0
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-2/+7
* DebugInfo: ensure type and namespace names are included in pubnames/pubtypes ...David Blaikie2017-02-031-11/+15
* Add -debug-info-for-profiling to emit more debug info for sample pgo profile ...Dehao Chen2017-01-191-1/+1
* Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl2016-12-091-13/+0
OpenPOWER on IntegriCloud