aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
AgeCommit message (Expand)Author
2010-06-28Use DW_FORM_addr for DW_AT_entry_pc.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-04-04inline EmitDifference away.Chris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from 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-10inline away a form of IsPCRelative, eliminating the Chris Lattner
2010-03-09eliminate a bunch of \n's that are being printed to O. Next up is to killChris Lattner
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-02-11Fix to get it to compile.Bill Wendling
2010-02-11Don't print out a default newline when emitting the section offset. There areBill Wendling
2010-01-23remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner
2010-01-22move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner
2010-01-22move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner
2010-01-22rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner
2010-01-22inline away the trivial AsmPrinter::EOL() method.Chris Lattner
2010-01-20eliminate some uses of AsmPrinter::EmitIntXXXChris Lattner
2010-01-17Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer
2010-01-16Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner
2009-12-24Change errs() to dbgs().David Greene
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-08-23convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-06-24Down with _even more_ statics!Owen Anderson
2009-05-15Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling