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