Yet more dead code.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinterDwarf.cpp
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Nick LewyckyRemove dead variable.
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-11-04 Rafael EspindolaAdd 118023 back, but with proper spelling for .uleb128...
2010-11-04 Rafael EspindolaRevert previous patch. Some targets don't support uleb...
2010-11-04 Rafael EspindolaMCize.
2010-08-16 Eli FriedmanUntil uleb/sleb are MC-ized, add a hack to make them...
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnernow that the magic is dispelled, move EmitSectionOffset...
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnermove EmitCFAByte to AsmPrinter.
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.