Dan Gohman
|
c8054d90fb
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81293
|
2009-09-09 00:09:15 +00:00 |
Evan Cheng
|
475f8a4fa2
|
Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch of thumb2 tests to FileCheck.
llvm-svn: 78622
|
2009-08-10 23:56:04 +00:00 |
Evan Cheng
|
03eb0e3c33
|
Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. This is a bit of pre-mature optimization. 8-bit variant makes it likely it will be narrowed to a 16-bit instruction.
llvm-svn: 78030
|
2009-08-04 01:41:15 +00:00 |
David Goodwin
|
782f242fd7
|
Add ".w" suffix for wide thumb-2 instructions.
llvm-svn: 77199
|
2009-07-27 16:31:55 +00:00 |
David Goodwin
|
911edef65b
|
Thumb-2 tests
llvm-svn: 74464
|
2009-06-29 22:25:22 +00:00 |