Finish support for Microsoft ML/MASM. May still be a few rough edges.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2006-05-02 Jeff CohenFinish support for Microsoft ML/MASM. May still be...
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-02-24 Chris LattnerAdd a PrintAsmMemoryOperand method for printing addresses
2006-02-08 Chris LattnerAdd support for assembler directives that wrap inline asm
2006-02-06 Chris LattnerChange the prototype of PrintAsmOperand
2006-02-05 Chris Lattneradd a new method, getPreferredAlignmentLog.
2006-02-01 Chris Lattneradd a new PrintAsmOperand method, move some stuff aroun...
2006-01-27 Chris Lattneradd a method
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-13 Chris LattnerAdd a couple more fields, move ctor init list to .cpp...
2005-11-21 Chris LattnerAdd a new flag
2005-11-21 Chris LattnerAdd some more directives
2005-11-21 Chris Lattneradd two more config directives, add method for printing...
2005-11-21 Chris LattnerMake the AsmPrinter keep track of the notion of a funct...
2005-11-21 Chris LattnerCapitalize methods for better consistency
2005-11-21 Chris LattnerAdd section switching to to common AsmPrinter code.
2005-11-21 Chris LattnerAdd a new option.
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-10 Chris Lattneradd support for .asciz, and enable it by default. ...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-03 Duraid Madinaa wise man once said:
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-01-08 Chris LattnerAdjust prototype
2004-08-18 Chris LattnerAlkis pointed out that this is not a character (we...
2004-08-17 Chris Lattnernew method
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerAllow targets to specify a comment character
2004-08-17 Chris LattnerAdd missing \t
2004-08-17 Chris LattnerAdd some hooks
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmweriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class