aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Emit x86 instructions for: A = B op C, where A and B are 16-bit registers,Chris Lattner2003-10-201-0/+14
* * Rename X86::IMULr16 -> X86::IMULrr16Chris Lattner2003-10-201-2/+4
* Add some new instructions. WheeeChris Lattner2003-10-191-1/+21
* Add support for unconditional branches and for emitting JE instructionsChris Lattner2003-08-151-3/+15
* Add basic support for 16 and 32 bit function arguments!Chris Lattner2003-08-111-2/+14
* Add (ret int) expander so that we can at least write testcasesChris Lattner2003-08-111-0/+9
* Add patterns for multiply, and, or, and xorChris Lattner2003-08-111-22/+22
* add a pattern for RET, immediates no longer need to be explicitly typedChris Lattner2003-08-061-10/+10
* This is the real fix for the previous register allocator problem.Chris Lattner2003-08-051-0/+1
* Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enableChris Lattner2003-08-041-14/+14
* Change comments into something that TableGen can read!Chris Lattner2003-08-041-6/+10
* transition to using let instead of setChris Lattner2003-08-041-88/+73
* Add new TableGen instruction definitionsChris Lattner2003-08-031-0/+442