aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-8/+8
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-221-1/+2
* eliminate some uses of AsmPrinter::EmitIntXXXChris Lattner2010-01-201-6/+9
* Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer2010-01-171-0/+1
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-161-2/+3
* Change errs() to dbgs().David Greene2009-12-241-3/+4
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-211-2/+2
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-211-98/+0
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-231-20/+20
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-4/+4
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+5
* Down with _even more_ statics!Owen Anderson2009-06-241-1/+0
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-151-0/+518