summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-281-0/+2
* change SizeOf to take AsmPrinter instead of TargetData, Chris Lattner2010-04-051-13/+10
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-25/+22
* inline EmitDifference away.Chris Lattner2010-04-041-2/+2
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-16/+16
* DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer2010-03-311-2/+3
* DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel2010-03-221-25/+0
* Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin2010-03-221-1/+2
* inline away a form of IsPCRelative, eliminating the Chris Lattner2010-03-101-1/+2
* eliminate a bunch of \n's that are being printed to O. Next up is to killChris Lattner2010-03-091-11/+6
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-081-2/+2
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-081-28/+4
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-081-14/+5
* Fix to get it to compile.Bill Wendling2010-02-111-1/+1
* Don't print out a default newline when emitting the section offset. There areBill Wendling2010-02-111-0/+1
* remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner2010-01-231-1/+3
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-221-13/+15
* move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner2010-01-221-1/+1
* 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