summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Commit message (Expand)AuthorAgeFilesLines
* Reverting 268054 & 268063 as they caused PR27579.Amjad Aboud2016-04-301-3/+0
* Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-0/+3
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-1/+1
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-3/+0
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-0/+3
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-3/+0
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-0/+3
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-3/+0
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-0/+3
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-17/+5
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-10/+0
* AsmPrinter: Take DIEValueList in some DwarfUnit API, NFCDuncan P. N. Exon Smith2015-08-021-7/+9
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-151-0/+4
* Service the doxygen comments in DwarfUnit and DwarfDebug.Adrian Prantl2015-07-131-37/+37
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-011-3/+1
* [DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein2015-07-011-1/+3
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-301-0/+1
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-1/+1
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-251-5/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* AsmPrinter: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith2015-05-281-1/+1
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-23/+2
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-2/+23
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-23/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+3
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-42/+42
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-2/+2
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-6/+6
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-9/+9
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-7/+7
* DwarfUnit: Split MDSubroutineType version of constructTypeDIE()Duncan P. N. Exon Smith2015-04-201-1/+2
* DwarfUnit: Cleanup commentsDuncan P. N. Exon Smith2015-04-201-101/+87
* DebugInfo: Remove DITypeDuncan P. N. Exon Smith2015-04-201-6/+6
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-5/+8
* DebugInfo: Delete DIDescriptor (but not its subclasses)Duncan P. N. Exon Smith2015-04-181-5/+4
* DebugInfo: DIRef<> => TypedDebugNodeRef<>Duncan P. N. Exon Smith2015-04-161-3/+0
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-0/+3
* Emit correct linkage-name attribute based on DWARF version.Paul Robinson2015-03-101-0/+3
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-4/+4
* Move label creation close to emission. NFC.Rafael Espindola2015-03-101-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.Adrian Prantl2015-01-121-0/+1
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* Cleanup: Calls to getDwarfRegNum() may actually fail, if there isAdrian Prantl2014-12-051-4/+8
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-041-1/+3
* Use common range handling for the CU's rangesDavid Blaikie2014-11-031-1/+2
* Sink DwarfUnit::CURanges into DwarfCompileUnitDavid Blaikie2014-11-031-7/+0
* Sink range list handling down from DwarfUnit into its only use, in DwarfCompi...David Blaikie2014-11-031-15/+0
OpenPOWER on IntegriCloud