summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the compile unit map a MapVector so that we can assume a stableEric Christopher2014-01-291-2/+3
* Fix formatting of comment.Eric Christopher2014-01-291-4/+2
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-1/+25
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-25/+1
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-1/+8
* Reformat slightly.Eric Christopher2014-01-271-5/+1
* Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher2014-01-241-13/+3
* Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher2014-01-241-3/+13
* Make the use of DW_AT_ranges in the compile unit depend also uponEric Christopher2014-01-231-5/+8
* Fix a DenseMap iterator invalidation bug causing lots of crashes whenChandler Carruth2014-01-201-31/+35
* Make sure we emit a relocation to the debug_ranges section in theEric Christopher2014-01-151-3/+6
* Enable use of ranges for translation units in the presence ofEric Christopher2014-01-141-5/+7
* Revert r198979 - accidental commit.Eric Christopher2014-01-111-5/+5
* Reformat.Eric Christopher2014-01-111-5/+3
* Update function name and add some helpful comments.Eric Christopher2014-01-111-3/+4
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-101-3/+20
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-091-19/+3
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-091-3/+19
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-091-17/+22
* Reformatting for r198842David Blaikie2014-01-091-3/+2
* DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...David Blaikie2014-01-091-6/+7
* Emit arange padding with a single directive.Benjamin Kramer2014-01-071-5/+3
* Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...David Blaikie2014-01-031-52/+10
* Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...David Blaikie2014-01-031-10/+52
* Debug Info: Type Units: Simplify type hashing using IR-provided unique names.David Blaikie2014-01-031-52/+10
* 80-column.Eric Christopher2014-01-031-2/+4
* Remove TextSectionSym as it is unused.Eric Christopher2014-01-031-4/+1
* Remove comments on CU skeleton construction, they're probablyEric Christopher2014-01-021-4/+0
* Elaborate on comment for skeleton CU construction.Eric Christopher2014-01-021-1/+4
* Revert seemingly unnecessary section sym for the data section.Eric Christopher2014-01-021-1/+0
* Fix up a couple of review comments:Eric Christopher2014-01-021-7/+7
* Revert r198208 and reapply:Eric Christopher2013-12-301-32/+24
* Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...NAKAMURA Takumi2013-12-301-25/+32
* Fix aranges and split dwarf by ensuring that the symbol and relocationEric Christopher2013-12-301-6/+5
* Reapply r198196 with a fix to zero initialize the skeleton pointer.Eric Christopher2013-12-301-26/+20
* Temporarily revert "Use a pointer to keep track of the skeleton unit forEric Christopher2013-12-301-20/+26
* Use a pointer to keep track of the skeleton unit for each normal unitEric Christopher2013-12-301-26/+20
* Ranges in the .debug_range section need to have begin and end labels,Eric Christopher2013-12-201-13/+8
* Add support for a CU to output a set of ranges for the CU. This is usefulEric Christopher2013-12-201-20/+64
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-171-29/+4
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-7/+5
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-5/+7
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-7/+5
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-5/+7
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-7/+5
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-111-5/+7
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-111-7/+5
* Disable emitting DW_AT_GNU_ranges_base until we actually use it.Eric Christopher2013-12-101-6/+1
* We never emit info into the macro info section, stop emitting anEric Christopher2013-12-101-12/+0
* Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit forEric Christopher2013-12-091-44/+52
OpenPOWER on IntegriCloud