summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIE.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-041-3/+1
* Fix grammar.Eric Christopher2013-04-031-1/+1
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-291-2/+2
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-291-4/+4
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-181-3/+4
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-121-0/+3
* Whitespace and 80-col.Eric Christopher2013-01-071-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Remove unnecessary classof()'sSean Silva2012-10-111-8/+0
* Bit pack DIE structures better.Benjamin Kramer2012-01-241-23/+23
* Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher2012-01-241-10/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-281-27/+0
* Remove dead enum value. There is no DIESectionOffset.Nick Lewycky2011-10-251-1/+0
* Fix some typo/formatting issues. No functionality change.Nick Lewycky2011-10-181-2/+2
* Remove unused virtual dtor.Benjamin Kramer2011-03-091-1/+0
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-30/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+30
* First cut at supporting .debug_loc section. Devang Patel2010-05-251-0/+4
* Add support to emit dwarf ranges.Devang Patel2010-04-161-1/+2
* change SizeOf to take AsmPrinter instead of TargetData, Chris Lattner2010-04-051-9/+8
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-9/+8
* DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer2010-03-311-1/+1
* DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel2010-03-221-32/+0
* Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin2010-03-221-2/+4
* Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness ofJeffrey Yasskin2010-03-121-5/+2
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-081-3/+2
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-081-34/+4
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-081-9/+10
* Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor2010-03-081-1/+3
* Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin2010-03-071-3/+1
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-231-1/+1
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-221-1/+1
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-10/+10
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-161-3/+4
OpenPOWER on IntegriCloud