summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
Commit message (Expand)AuthorAge
* 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
* DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel2010-03-22
* Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin2010-03-22
* Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness ofJeffrey Yasskin2010-03-12
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-08
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-08
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-08
* Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor2010-03-08
* Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin2010-03-07
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-23
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-22
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-22
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-16
* Add support to emit debug info for C++ namespaces.Devang Patel2009-12-15
* Clarify that DIEString does not keep a copy of the string.Devang Patel2009-12-02
* Use StringRef instead of std::string in DIEString.Devang Patel2009-11-24
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-21
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-21
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-17
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-23
* Down with _even more_ statics!Owen Anderson2009-06-24
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-15
* Mark class as hidden.Bill Wendling2009-05-15
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-15