simplify EmitFrameMoves to take BaseLabel in as a symbol
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfPrinter.h
2010-03-13 Chris Lattnersimplify EmitFrameMoves to take BaseLabel in as a symbol
2010-03-10 Chris Lattnerinline away a form of IsPCRelative, eliminating the
2010-03-10 Chris Lattnermcize uses of PrintRelDirective and eliminate it.
2010-03-09 Chris Lattnerinline the bool form of PrintRelDirective away, leaving...
2010-03-09 Chris Lattnereliminate EOL, adding all comments with the OutStreamer...
2010-03-09 Chris Lattnermc'ize the last use of PrintLabelName and eliminate...
2010-03-09 Chris Lattnereliminate an argument from PrintRelDirective, sinking
2010-03-09 Chris Lattnerremove the suffix form of PrintLabelName, which was...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Chris Lattnereliminate a form of PrintLabelName.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnereliminate the non-MCSymbol versions of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-07 Duncan SandsGive DwarfPrinter a protected (but not virtual) destruc...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattneradd a new EmitCFAByte method and use it.
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Chris Lattneradd a new DwarfPrinter::EmitEncodingByte method which...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerfix indentation
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2009-11-17 Nick LewyckyRemove VISIBILITY_HIDDEN from the classes in this direc...
2009-09-01 Jim GrosbachSimply LSDA lable emission to use a direct special...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
2009-05-15 Bill WendlingSplit out the Dwarf writer stuff into separate files...