summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
Commit message (Expand)AuthorAge
* DIE: Document some learnings about why the world isn't perfect.David Blaikie2014-04-28
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-25
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-25
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-14
* Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.David Blaikie2014-04-12
* More header and forward declaration cleanup.Eric Christopher2014-03-18
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Add a DIELocList class to handle pointers into the location list.Eric Christopher2014-03-05
* Make the DIEValue constructor even more explicit.Eric Christopher2014-03-05
* Use a bool for whether or not an abbreviation has children rather thanEric Christopher2014-03-05
* Use dwarf::Attribute instead of a bare uint16_t.Eric Christopher2014-03-05
* Expand slightly on comment.Eric Christopher2014-03-05
* Unindent namespace.Eric Christopher2014-03-05
* Revert r201751 and solve the const problem a different way - byEric Christopher2014-02-27
* Make DIELoc/DIEBlock's ComputeSize method const. Add a setSizeEric Christopher2014-02-20
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-16
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-17
* Constify the DIEs used for pubname and pubtype tables. PropagateEric Christopher2013-11-21
* Remove polymorphic destruction for DIE. DIEBlocks are owned elsewhereEric Christopher2013-11-20
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-19
* Formatting and 80-col.Eric Christopher2013-11-19
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* DIEHash: Refactor ref attribute hashing into smaller functionsDavid Blaikie2013-10-24
* Remove unused debug-only member variable.David Blaikie2013-10-24
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Remove some dead code.David Blaikie2013-10-04
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-04
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* DebugInfo: Avoid redundantly adding child DIEs to parents.David Blaikie2013-10-03
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-01
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-07
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-26
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-02
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-02
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-28
* Formatting.Eric Christopher2013-06-11
* Fix up comment.Eric Christopher2013-06-10
* Remove unused function.Eric Christopher2013-06-10
* IndentCount is only used within NDEBUG code.Eric Christopher2013-06-10
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-31
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-14
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-14
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-06
* Debug Info: revert 178722 for now.Manman Ren2013-04-04