summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAge
* DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-17
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-16
* DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-15
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-15
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-15
* Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-15
* Unify the adding of enumerators with the construction of the enumeration.Eric Christopher2013-11-11
* Just pass the DIComposite type by value instead of by pointer.Eric Christopher2013-11-11
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-30
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Debug Info: add a helper function createAndAddDIE.Manman Ren2013-10-29
* Fix name of variable in comment.Eric Christopher2013-10-24
* Debug Info: code clean up.Manman Ren2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-23
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-18
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Debug Info: static member DIE creation.Manman Ren2013-10-14
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-11
* Reorganize some member variables and update a comment.Eric Christopher2013-10-05
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-05
* Add a resolve method on CompileUnit that forwards to DwarfDebug.Eric Christopher2013-10-05
* Make a bunch of CompileUnit member functions private.Eric Christopher2013-10-05
* Remove odd use of this.Eric Christopher2013-10-04
* Reformat some odd formattings.Eric Christopher2013-10-04
* Tighten up some type arguments to functions. Where we expect aEric Christopher2013-10-04
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-04
* Move emission of the debug string table to early in the debugEric Christopher2013-09-20
* Migrate addGlobalName to the .cpp file as an intermediate stepEric Christopher2013-09-20
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Formatting.Eric Christopher2013-08-26
* Remove the language parameter and variable from the compile unit. WeEric Christopher2013-08-26
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Formatting.Eric Christopher2013-07-22
* Simplify code. No functionality change.Benjamin Kramer2013-07-05
* addConstantValue, addConstantFPValue never returned anything butEric Christopher2013-07-03
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-02
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-28
* Use const references instead of pointers to references that areEric Christopher2013-06-24
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-20
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-08
* Typo.Eric Christopher2013-05-08
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-06
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12