summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAge
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher2014-01-24
* Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher2014-01-24
* Make sure we emit a relocation to the debug_ranges section in theEric Christopher2014-01-15
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-10
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-09
* 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
* DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...David Blaikie2014-01-09
* 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
* 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
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-17
* 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
* DebugInfo: Include the section and start-of-section label in the unitDavid 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
* DwarfDebug: Reduce code duplication for sec offset emissionDavid Blaikie2013-12-04
* Update comment grammar and contents.Eric Christopher2013-12-03
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Refactor the handling of lexical block and inline scope rangesEric Christopher2013-12-03
* Update doxygen tags.Eric Christopher2013-12-03
* Reorder member function declarations to match source order.Eric Christopher2013-12-03
* Make ranges and range lists be a discrete entity that can be locatedEric Christopher2013-12-03
* DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...David Blaikie2013-12-02
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02
* 80-column fixups.Eric Christopher2013-11-26
* DwarfDebug: Include type units in accelerator tables.David Blaikie2013-11-26
* DwarfDebug: Move ownership of CompileUnits into DwarfUnitsDavid Blaikie2013-11-23
* Move member variable up to where the rest of non-DWARF5 variables reside.Eric Christopher2013-11-21
* CR feedback for r195166: Add comments regarding type unit mapping and type un...David Blaikie2013-11-20
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-19
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-15
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-15
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-30
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* Grammar.Eric Christopher2013-10-24
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-15
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-08