aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
AgeCommit message (Expand)Author
2013-03-29Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher
2013-03-29Use 12 as the magic number for our abbreviation data and ourEric Christopher
2013-03-18Fix integer comparison in DIEInteger::BestForm.Hans Wennborg
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren
2013-01-07Whitespace and 80-col.Eric Christopher
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-10-11Remove unnecessary classof()'sSean Silva
2012-01-24Bit pack DIE structures better.Benjamin Kramer
2012-01-24Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-28Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky
2011-10-25Remove dead enum value. There is no DIESectionOffset.Nick Lewycky
2011-10-18Fix some typo/formatting issues. No functionality change.Nick Lewycky
2011-03-09Remove unused virtual dtor.Benjamin Kramer
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
2010-05-25First cut at supporting .debug_loc section. Devang Patel
2010-04-16Add support to emit dwarf ranges.Devang Patel
2010-04-05change SizeOf to take AsmPrinter instead of TargetData, Chris Lattner
2010-04-051) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner
2010-03-31DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer
2010-03-22DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel
2010-03-22Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin
2010-03-12Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness ofJeffrey Yasskin
2010-03-08simplify EmitSectionOffset to always use .set if it isChris Lattner
2010-03-08merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner
2010-03-08elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner
2010-03-08Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor
2010-03-07Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin
2010-01-23teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner
2010-01-22move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner
2010-01-22rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner
2010-01-16Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner
2009-12-15Add support to emit debug info for C++ namespaces.Devang Patel
2009-12-02Clarify that DIEString does not keep a copy of the string.Devang Patel
2009-11-24Use StringRef instead of std::string in DIEString.Devang Patel
2009-11-21Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel
2009-11-21There is no need to use FoldingSet to unique DIEs. Devang Patel
2009-11-17Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky
2009-08-23convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner
2009-06-24Down with _even more_ statics!Owen Anderson
2009-05-15Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling
2009-05-15Mark class as hidden.Bill Wendling
2009-05-15Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling