Added support for new condition code modeling scheme (i.e. physical register dependen...
[oota-llvm.git] / lib / Target / X86 / X86InstrX86-64.td
2007-09-25 Evan ChengAdded support for new condition code modeling scheme...
2007-09-17 Dan GohmanUse xorl instead of xorq to enter a zero into a 64...
2007-09-17 Dan GohmanUse "test reg,reg" in place of "cmp reg,0" for 64-bit...
2007-09-14 Dan GohmanAdd patterns for SHLD64* and SHRD64*.
2007-09-14 Evan ChengAdd implicit def of EFLAGS on those instructions that...
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-08-30 Evan ChengMark load instructions with isLoad = 1.
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-29 Christopher LambChange the x86 backend to use extract_subreg for trunca...
2007-07-23 Bill WendlingAdd missing SSE builtins:
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
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.