summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
Commit message (Expand)AuthorAge
* 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
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-04
* Fix grammar.Eric Christopher2013-04-03
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-29
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-29
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-18
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-12
* Whitespace and 80-col.Eric Christopher2013-01-07
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Remove unnecessary classof()'sSean Silva2012-10-11
* Bit pack DIE structures better.Benjamin Kramer2012-01-24
* Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher2012-01-24
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-28
* Remove dead enum value. There is no DIESectionOffset.Nick Lewycky2011-10-25
* Fix some typo/formatting issues. No functionality change.Nick Lewycky2011-10-18
* Remove unused virtual dtor.Benjamin Kramer2011-03-09
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* First cut at supporting .debug_loc section. Devang Patel2010-05-25
* Add support to emit dwarf ranges.Devang Patel2010-04-16
* change SizeOf to take AsmPrinter instead of TargetData, Chris Lattner2010-04-05
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-05
* DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer2010-03-31