summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrX86-64.td
Commit message (Expand)AuthorAge
* Have MMX registers clobbered in x86-64 too.Bill Wendling2007-04-26
* Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias ...Evan Cheng2006-12-15
* f64 <-> i64 bit_convert using movq in 64-bit mode.Evan Cheng2006-12-14
* Fix a couple of typo's.Evan Cheng2006-12-14
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-05
* - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bitEvan Cheng2006-12-05
* - Use a different wrapper node for RIP-relative GV, etc.Evan Cheng2006-11-30
* Fix JIT encoding bugs for shift / rotate by one ops.Evan Cheng2006-11-28
* Correct instructions for moving data between GR64 and SSE registers; also cor...Evan Cheng2006-11-16
* remove dead/redundant varsChris Lattner2006-11-03
* Add properties to ComplexPattern.Evan Cheng2006-10-11
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-09
* X86ISD::CMP now produces a chain as well as a flag. Make that the chainEvan Cheng2006-09-11
* Remove TEST64mr. It's same as TEST64rm since and is commutative.Evan Cheng2006-09-08
* Committing X86-64 support.Evan Cheng2006-09-08