summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-111-24/+0
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-111-0/+24
* DwarfUnit: LLVM_OVERRIDE and constify some functionsDavid Blaikie2013-12-111-1/+1
* Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit forEric Christopher2013-12-091-17/+20
* Rename Unit->DwarfUnit to match the file name and make it a bit lessEric Christopher2013-12-091-86/+97
* DebugInfo: Include the section and start-of-section label in the unitDavid Blaikie2013-12-061-1/+1
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-051-3/+3
* Fix comment.Eric Christopher2013-12-051-2/+2
* DwarfUnit: Correct comment by generalizing over all units, not just compilati...David Blaikie2013-12-041-3/+3
* Use move and stack allocation for RangeSpanLists. As a result makeEric Christopher2013-12-041-4/+0
* DebugInfo: Remove unused start/end labels for the debug_abbrevs sectionDavid Blaikie2013-12-041-2/+4
* Make ranges and range lists be a discrete entity that can be locatedEric Christopher2013-12-031-0/+4
* DebugInfo: Rename generic unit references to "TheU" instead of TheCU now that...David Blaikie2013-12-021-8/+8
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-021-0/+1983
OpenPOWER on IntegriCloud