Rename maxStoresPerMemSet to maxStoresPerMemset, etc.
[oota-llvm.git] / lib / Target / X86 / X86IntelAsmPrinter.h
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-01-31 Evan Cheng- Allow XMM load (for scalar use) to be folded into...
2005-11-30 Nate BegemanFix a typo in my latest change
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...