Committing X86-64 support.
[oota-llvm.git] / lib / Target / X86 / X86ATTAsmPrinter.h
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-04-28 Evan ChengI can't spell: Register, not Regsiter.
2006-04-28 Evan ChengImplemented x86 inline asm b, h, w, k modifiers.
2006-04-28 Evan ChengBare-bone X86 inline asm printer support.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-02-22 Evan ChengAdded MMX, SSE1, and SSE2 vector instructions and some...
2006-02-18 Evan Chengx86 / Darwin PIC support.
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 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...