summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC'ize padding when padding the ULEB128 value.Bill Wendling2010-02-251-7/+5
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-241-5/+13
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-1/+58
* Don't print out a default newline when emitting the section offset. There areBill Wendling2010-02-111-2/+0
* emit jump table an alias ".set" directives through MCStreamer as Chris Lattner2010-01-261-0/+2
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-2/+2
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-261-5/+4
* fix some issues where we weren't emitting enough newlines.Chris Lattner2010-01-241-0/+2
* move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner2010-01-221-0/+10
* add a new EmitCFAByte method and use it.Chris Lattner2010-01-221-14/+19
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-221-26/+33
* move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner2010-01-221-2/+31
* add a new DwarfPrinter::EmitEncodingByte method which handlesChris Lattner2010-01-221-0/+45
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-22/+24
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-221-1/+1
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-1/+1
* Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer2010-01-171-5/+1
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-161-0/+8
* Simply LSDA lable emission to use a direct special-case output instead ofJim Grosbach2009-09-011-12/+6
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-6/+12
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-3/+3
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-13/+13
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Add missing includes.David Greene2009-08-191-0/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* Fix typos.Bill Wendling2009-06-161-2/+2
* Remove some unnecessary #includes.Dan Gohman2009-06-051-1/+0
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-151-0/+235
OpenPOWER on IntegriCloud