summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-171-0/+3
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-141-0/+2
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-2/+16
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-16/+2
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-2/+16
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-16/+2
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-2/+16
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-111-16/+2
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-111-2/+16
* DwarfUnit: LLVM_OVERRIDE and constify some functionsDavid Blaikie2013-12-111-3/+3
* Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit forEric Christopher2013-12-091-6/+6
* Rename Unit->DwarfUnit to match the file name and make it a bit lessEric Christopher2013-12-091-6/+6
* DwarfDebug/Unit: Remove another case of label recreation by storing the gnu_r...David Blaikie2013-12-091-0/+10
* DebugInfo: Move unit begin/end labels into the unitDavid Blaikie2013-12-061-1/+22
* DebugInfo: Include the section and start-of-section label in the unitDavid Blaikie2013-12-061-0/+24
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-051-4/+4
* Make RangeSpanList take a symbol for the beginning of the rangeEric Christopher2013-12-041-3/+3
* Use move and stack allocation for RangeSpanLists. As a result makeEric Christopher2013-12-041-6/+6
* Make ranges and range lists be a discrete entity that can be locatedEric Christopher2013-12-031-0/+38
* DebugInfo: Rename generic unit references to "TheU" instead of TheCU now that...David Blaikie2013-12-021-7/+7
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-021-0/+431
OpenPOWER on IntegriCloud