summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* nuke DwarfPrinterChris Lattner2010-04-051-81/+0
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-4/+0
* now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner2010-04-041-10/+0
* remove the didInitial ivar, rename emitInitial to be moreChris Lattner2010-04-041-3/+4
* simplify EmitSectionOffset a little bit, improve comments.Chris Lattner2010-04-041-3/+8
* The "IsSmall" argument to EmitSectionOffset is always true,Chris Lattner2010-04-041-4/+3
* eliminate the "isEH" argument to EmitSectionOffset.Chris Lattner2010-04-041-1/+1
* move some more stuff to asmprinter.Chris Lattner2010-04-041-18/+0
* inline EmitDifference away.Chris Lattner2010-04-041-4/+0
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-8/+0
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-9/+1
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-4/+1
* simplify EmitFrameMoves to take BaseLabel in as a symbolChris Lattner2010-03-131-1/+1
* inline away a form of IsPCRelative, eliminating the Chris Lattner2010-03-101-3/+0
* mcize uses of PrintRelDirective and eliminate it.Chris Lattner2010-03-101-2/+0
* inline the bool form of PrintRelDirective away, leaving just the unsigned form.Chris Lattner2010-03-091-1/+0
* eliminate EOL, adding all comments with the OutStreamer.AddComment Chris Lattner2010-03-091-4/+0
* mc'ize the last use of PrintLabelName and eliminate PrintLabelName.Chris Lattner2010-03-091-4/+0
* eliminate an argument from PrintRelDirective, sinkingChris Lattner2010-03-091-2/+3
* remove the suffix form of PrintLabelName, which was only Chris Lattner2010-03-091-2/+0
* now that the debug and eh emitters use a common .set counter,Chris Lattner2010-03-091-6/+1
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-081-3/+0
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-081-2/+2
* Remove a version of EmitDifference.Chris Lattner2010-03-081-4/+0
* eliminate a form of PrintLabelName.Chris Lattner2010-03-081-1/+0
* remove another form of EmitReference.Chris Lattner2010-03-081-1/+0
* eliminate the non-MCSymbol versions of EmitReference.Chris Lattner2010-03-081-6/+1
* mc'ize EmitLabel.Chris Lattner2010-03-081-5/+0
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-081-7/+0
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-081-20/+20
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-241-1/+2
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-0/+9
* Give DwarfPrinter a protected (but not virtual) destructor. CppcheckDuncan Sands2010-02-071-0/+2
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-261-1/+1
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-261-3/+1
* move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner2010-01-221-0/+5
* add a new EmitCFAByte method and use it.Chris Lattner2010-01-221-0/+4
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-221-2/+5
* move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner2010-01-221-4/+7
* add a new DwarfPrinter::EmitEncodingByte method which handlesChris Lattner2010-01-221-0/+7
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-3/+3
* fix indentationChris Lattner2010-01-221-128/+117
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-221-1/+1
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-161-0/+3
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-171-1/+1
* Simply LSDA lable emission to use a direct special-case output instead ofJim Grosbach2009-09-011-5/+3
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-3/+5
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-3/+3
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-4/+4
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-2/+2
OpenPOWER on IntegriCloud