summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)David Blaikie2014-10-041-0/+2
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-251-4/+4
* [C++] Use 'nullptr'.Craig Topper2014-04-241-2/+2
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-141-9/+0
* DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...David Blaikie2014-04-021-1/+1
* Simplify debug_loc.dwo handling slightly.David Blaikie2014-04-011-3/+1
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-251-4/+6
* Remove the last of the special case code for emitting attributes.Eric Christopher2014-03-061-1/+20
* Add a DIELocList class to handle pointers into the location list.Eric Christopher2014-03-051-0/+31
* Use a bool for whether or not an abbreviation has children rather thanEric Christopher2014-03-051-4/+4
* Use dwarf::Attribute instead of a bare uint16_t.Eric Christopher2014-03-051-1/+1
* Revert r201751 and solve the const problem a different way - byEric Christopher2014-02-271-16/+12
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-6/+7
* Make DIELoc/DIEBlock's ComputeSize method const. Add a setSizeEric Christopher2014-02-201-14/+18
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-161-0/+55
* Remove some unused #includesEli Bendersky2014-02-011-1/+0
* Use a slightly smaller hack.Rafael Espindola2014-01-161-2/+1
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-171-0/+17
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-031-1/+3
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-031-3/+1
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-031-1/+3
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-211-0/+1
* Update comment.Eric Christopher2013-11-211-2/+2
* Constify the DIEs used for pubname and pubtype tables. PropagateEric Christopher2013-11-211-1/+1
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-191-4/+7
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-311-1/+9
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-291-0/+12
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-1/+1
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-211-3/+5
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-211-16/+17
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-041-12/+0
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-9/+1
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-1/+9
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-131-1/+3
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-14/+14
* Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-071-0/+12
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+24
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-0/+11
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-021-2/+28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-281-2/+2
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-101-4/+0
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-311-6/+6
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-141-2/+2
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-061-5/+3
* Grammar.Eric Christopher2013-05-061-1/+2
* Debug Info: revert 178722 for now.Manman Ren2013-04-041-6/+0
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-041-0/+6
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-291-3/+3
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-291-3/+3
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-131-1/+1
OpenPOWER on IntegriCloud