summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-6/+0
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-0/+6
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-6/+0
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-0/+6
* [DebugInfo] Generate .debug_names section when it makes sensePavel Labath2018-07-201-7/+2
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+9
* [CodeGen/Dwarf] Rename the "sizetype" synthetic type and add it to the accele...Pavel Labath2018-04-101-1/+3
* Style update. NFC.Rafael Espindola2018-03-291-6/+6
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-1/+3
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-1/+1
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-1/+1
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-8/+9
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [DebugInfo] Add DW_AT_byte_size to vectorsMatt Davis2018-03-081-1/+32
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-1/+1
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-1/+1
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-1/+1
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-1/+1
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-1/+3
* [DEBUGINFO] Add support for emission of the inlined strings.Alexey Bataev2018-02-201-0/+6
* [DebugInfo] Removed assert on missing CountVarDIESander de Smalen2018-02-171-7/+2
* [DebugInfo] Accept enumeration types without underlying integer type present inMomchil Velikov2018-02-151-5/+5
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-3/+4
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-8/+11
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-11/+8
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-8/+11
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-1/+35
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-3/+23
* [DebugInfo] Emit DWARF reference for DIVariable 'count' in DISubrangeSander de Smalen2018-01-241-1/+7
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-1/+3
* [DWARFv5] CodeGen support for MD5 file checksumsPaul Robinson2018-01-121-18/+29
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-7/+11
* Re-land "Fix faulty assertion in debug info"Adrian McCarthy2018-01-051-1/+2
* Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl2018-01-051-0/+9
* Revert "Fix faulty assertion in debug info"Adrian McCarthy2017-12-191-2/+1
* Fix faulty assertion in debug infoAdrian McCarthy2017-12-191-1/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Let replaceVTableHolder accept any type.Adrian Prantl2017-11-081-2/+3
* Remove unreachable code. (NFC)Adrian Prantl2017-08-021-5/+1
* [DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.Wolfgang Pieb2017-06-301-0/+20
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-3/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne2017-05-161-1/+1
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-121-1/+3
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-5/+0
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-0/+10
* Avoid using relocations for ref_addr in .dwo filesDavid Blaikie2017-04-221-0/+8
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-191-1/+3
* Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...Adrian Prantl2017-04-191-3/+1
OpenPOWER on IntegriCloud