summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAge
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-09
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-09
* Reformatting for r198842David Blaikie2014-01-09
* DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...David Blaikie2014-01-09
* Emit arange padding with a single directive.Benjamin Kramer2014-01-07
* Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...David Blaikie2014-01-03
* Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...David Blaikie2014-01-03
* Debug Info: Type Units: Simplify type hashing using IR-provided unique names.David Blaikie2014-01-03
* 80-column.Eric Christopher2014-01-03
* Remove TextSectionSym as it is unused.Eric Christopher2014-01-03
* Remove comments on CU skeleton construction, they're probablyEric Christopher2014-01-02
* Elaborate on comment for skeleton CU construction.Eric Christopher2014-01-02
* Revert seemingly unnecessary section sym for the data section.Eric Christopher2014-01-02
* Fix up a couple of review comments:Eric Christopher2014-01-02
* Revert r198208 and reapply:Eric Christopher2013-12-30
* Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...NAKAMURA Takumi2013-12-30
* Fix aranges and split dwarf by ensuring that the symbol and relocationEric Christopher2013-12-30
* Reapply r198196 with a fix to zero initialize the skeleton pointer.Eric Christopher2013-12-30
* Temporarily revert "Use a pointer to keep track of the skeleton unit forEric Christopher2013-12-30
* Use a pointer to keep track of the skeleton unit for each normal unitEric Christopher2013-12-30
* Ranges in the .debug_range section need to have begin and end labels,Eric Christopher2013-12-20
* Add support for a CU to output a set of ranges for the CU. This is usefulEric Christopher2013-12-20
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-17
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-11
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-11
* Disable emitting DW_AT_GNU_ranges_base until we actually use it.Eric Christopher2013-12-10
* We never emit info into the macro info section, stop emitting anEric Christopher2013-12-10
* Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit forEric Christopher2013-12-09
* Rename Unit->DwarfUnit to match the file name and make it a bit lessEric Christopher2013-12-09
* DwarfDebug/Unit: Remove another case of label recreation by storing the gnu_r...David Blaikie2013-12-09
* DebugInfo: Move unit begin/end labels into the unitDavid Blaikie2013-12-06
* DebugInfo: Include the section and start-of-section label in the unitDavid Blaikie2013-12-06
* DwarfDebug: Walk skeletons during fission pubtypes/pubnames emissionDavid Blaikie2013-12-06
* DebugInfo: Ensure unit IDs (for non-skeletal units) match thein index in the ...David Blaikie2013-12-06
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-05
* DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to re...David Blaikie2013-12-05
* DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEsDavid Blaikie2013-12-05
* DwarfDebug: Remove trivial function wrapperDavid Blaikie2013-12-05
* 80-column.Eric Christopher2013-12-05
* Remove special handling for DW_AT_ranges support by constructing theEric Christopher2013-12-05
* Update comment.Eric Christopher2013-12-04
* Update comment.Eric Christopher2013-12-04
* Make RangeSpanList take a symbol for the beginning of the rangeEric Christopher2013-12-04
* DwarfDebug: Unconditionalize trivial asm commentsDavid Blaikie2013-12-04
* DwarfDebug: Reduce code duplication for sec offset emissionDavid Blaikie2013-12-04