MC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register forms, as appropriate.
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86ATTInstPrinter.h
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2009-10-19 Chris Lattnerremove strings from instructions who are never asmprinted.
2009-09-20 Chris Lattnerkill off printPICLabel now, it's specialness is handled by
2009-09-14 Chris LattnerGive MCInstPrinter a MCAsmInfo member, make X86ATTInstP...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnerswitch the x86 asmprinters to use getRegisterName instead
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter