Chris Lattner
|
7fed97d00a
|
Add patterns for multiply, and, or, and xor
llvm-svn: 7725
|
2003-08-11 15:23:25 +00:00 |
Chris Lattner
|
19d25b3c41
|
add a pattern for RET, immediates no longer need to be explicitly typed
llvm-svn: 7635
|
2003-08-06 15:31:35 +00:00 |
Chris Lattner
|
7c257321c7
|
This is the real fix for the previous register allocator problem.
Physical registers should not float around.
llvm-svn: 7587
|
2003-08-05 00:48:47 +00:00 |
Chris Lattner
|
148747e162
|
Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enable
testing, the subtracts are because I was in the neighborhood.
llvm-svn: 7581
|
2003-08-04 21:18:19 +00:00 |
Chris Lattner
|
44cdcf013f
|
Change comments into something that TableGen can read!
llvm-svn: 7580
|
2003-08-04 21:08:29 +00:00 |
Chris Lattner
|
2551080937
|
transition to using let instead of set
llvm-svn: 7564
|
2003-08-04 04:59:56 +00:00 |
Chris Lattner
|
59a4a91703
|
Add new TableGen instruction definitions
llvm-svn: 7537
|
2003-08-03 21:54:21 +00:00 |