another missed SSE optimization
[oota-llvm.git] / lib / Target / X86 / X86InstrX86-64.td
2007-06-18 Dan GohmanDefine the pushq instruction for x86-64.
2007-05-17 Chris Lattneradd support for 128-bit integer add/sub
2007-04-26 Bill WendlingHave MMX registers clobbered in x86-64 too.
2006-12-15 Evan ChengSome AT&T syntax assembler (e.g. Mac OS X) does not...
2006-12-14 Evan Chengf64 <-> i64 bit_convert using movq in 64-bit mode.
2006-12-14 Evan ChengFix a couple of typo's.
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-05 Evan Cheng- Fix X86-64 JIT by temporarily disabling code that...
2006-11-30 Evan Cheng- Use a different wrapper node for RIP-relative GV...
2006-11-28 Evan ChengFix JIT encoding bugs for shift / rotate by one ops.
2006-11-16 Evan ChengCorrect instructions for moving data between GR64 and...
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-09-11 Evan ChengX86ISD::CMP now produces a chain as well as a flag...
2006-09-08 Evan ChengRemove TEST64mr. It's same as TEST64rm since and is...
2006-09-08 Evan ChengCommitting X86-64 support.