summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIE.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support to emit debug info for C++ namespaces.Devang Patel2009-12-151-8/+12
* Clarify that DIEString does not keep a copy of the string.Devang Patel2009-12-021-1/+1
* Use StringRef instead of std::string in DIEString.Devang Patel2009-11-241-2/+2
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-211-13/+7
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-211-50/+2
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-171-12/+12
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-231-22/+12
* Down with _even more_ statics!Owen Anderson2009-06-241-1/+5
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-2/+2
* Mark class as hidden.Bill Wendling2009-05-151-1/+1
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-151-0/+549
OpenPOWER on IntegriCloud