aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrX86-64.td
Commit message (Expand)AuthorAgeFilesLines
* - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bitEvan Cheng2006-12-051-10/+3
* - Use a different wrapper node for RIP-relative GV, etc.Evan Cheng2006-11-301-1/+26
* Fix JIT encoding bugs for shift / rotate by one ops.Evan Cheng2006-11-281-5/+5
* Correct instructions for moving data between GR64 and SSE registers; also cor...Evan Cheng2006-11-161-0/+26
* remove dead/redundant varsChris Lattner2006-11-031-2/+0
* Add properties to ComplexPattern.Evan Cheng2006-10-111-1/+1
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-14/+14
* X86ISD::CMP now produces a chain as well as a flag. Make that the chainEvan Cheng2006-09-111-3/+2
* Remove TEST64mr. It's same as TEST64rm since and is commutative.Evan Cheng2006-09-081-3/+0
* Committing X86-64 support.Evan Cheng2006-09-081-0/+1084