summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-8/+11
* Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...David Blaikie2014-11-021-1/+2
* Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnitDavid Blaikie2014-11-021-1/+0
* Sink DwarfUnit::addExpr into DwarfCompileUnitDavid Blaikie2014-11-021-3/+0
* Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnitDavid Blaikie2014-11-021-1/+0
* Sink DwarfUnit::addLocationList down into DwarfCompileUnitDavid Blaikie2014-11-021-3/+0
* Sink DwarfUnit::addComplexAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-8/+0
* Push DwarfUnit::addAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-5/+0
* Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...David Blaikie2014-11-021-5/+0
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-10/+2
* Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalNameDavid Blaikie2014-11-021-2/+4
* DebugInfo: Refactor index type DIE initialization by rolling it into the acce...David Blaikie2014-11-021-1/+1
* Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...David Blaikie2014-11-021-8/+0
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-011-8/+0
* Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.David Blaikie2014-11-011-25/+1
* Sink DwarfUnit::Skeleton down into DwarfCompileUnitDavid Blaikie2014-11-011-22/+0
* Remove unused functionDavid Blaikie2014-11-011-3/+0
* Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.Frederic Riss2014-10-241-4/+0
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...David Blaikie2014-10-101-6/+6
* Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...David Blaikie2014-10-091-9/+0
OpenPOWER on IntegriCloud