Age | Commit message (Expand) | Author |
2010-04-05 | nuke DwarfPrinter | Chris Lattner |
2010-04-04 | Move EmitFrameMoves into AsmPrinter. | Chris Lattner |
2010-04-04 | now that the magic is dispelled, move EmitSectionOffset to AsmPrinter. | Chris Lattner |
2010-04-04 | remove the didInitial ivar, rename emitInitial to be more | Chris Lattner |
2010-04-04 | simplify EmitSectionOffset a little bit, improve comments. | Chris Lattner |
2010-04-04 | The "IsSmall" argument to EmitSectionOffset is always true, | Chris Lattner |
2010-04-04 | eliminate the "isEH" argument to EmitSectionOffset. | Chris Lattner |
2010-04-04 | move some more stuff to asmprinter. | Chris Lattner |
2010-04-04 | inline EmitDifference away. | Chris Lattner |
2010-04-04 | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner |
2010-04-04 | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner |
2010-04-04 | remove the raw_ostream from various dwarf printing things. | Chris Lattner |
2010-03-13 | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner |
2010-03-10 | inline away a form of IsPCRelative, eliminating the | Chris Lattner |
2010-03-10 | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner |
2010-03-09 | inline the bool form of PrintRelDirective away, leaving just the unsigned form. | Chris Lattner |
2010-03-09 | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner |
2010-03-09 | mc'ize the last use of PrintLabelName and eliminate PrintLabelName. | Chris Lattner |
2010-03-09 | eliminate an argument from PrintRelDirective, sinking | Chris Lattner |
2010-03-09 | remove the suffix form of PrintLabelName, which was only | Chris Lattner |
2010-03-09 | now that the debug and eh emitters use a common .set counter, | Chris Lattner |
2010-03-08 | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner |
2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |
2010-03-08 | Remove a version of EmitDifference. | Chris Lattner |
2010-03-08 | eliminate a form of PrintLabelName. | Chris Lattner |
2010-03-08 | remove another form of EmitReference. | Chris Lattner |
2010-03-08 | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner |
2010-03-08 | mc'ize EmitLabel. | Chris Lattner |
2010-03-08 | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner |
2010-03-08 | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner |
2010-02-24 | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling |
2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
2010-02-07 | Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck | Duncan Sands |
2010-01-26 | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner |
2010-01-26 | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner |
2010-01-22 | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner |
2010-01-22 | add a new EmitCFAByte method and use it. | Chris Lattner |
2010-01-22 | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner |
2010-01-22 | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner |
2010-01-22 | add a new DwarfPrinter::EmitEncodingByte method which handles | Chris Lattner |
2010-01-22 | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner |
2010-01-22 | fix indentation | Chris Lattner |
2010-01-22 | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner |
2010-01-16 | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner |
2009-11-17 | Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. | Nick Lewycky |
2009-09-01 | Simply LSDA lable emission to use a direct special-case output instead of | Jim Grosbach |
2009-09-01 | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-05-15 | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling |