Jim Grosbach
|
badf087e45
|
update tests for smarter BIC usage
llvm-svn: 108846
|
2010-07-20 16:16:48 +00:00 |
Evan Cheng
|
b59dd8f10a
|
PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.
llvm-svn: 107122
|
2010-06-29 05:38:36 +00:00 |
Bob Wilson
|
279e55fb2e
|
PR7458: Try commuting Thumb2 instruction operands to put them into 2-address
form so they can be narrowed to 16-bit instructions.
llvm-svn: 106762
|
2010-06-24 16:50:20 +00:00 |
Jim Grosbach
|
151cd8f159
|
Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack
instructions to subtarget features and update tests to reflect.
PR5717.
llvm-svn: 103136
|
2010-05-05 23:44:43 +00:00 |
Johnny Chen
|
ece1797542
|
Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version
of either sxtb16 or uxtb16, and the unified syntax does not specify ".w".
llvm-svn: 97760
|
2010-03-04 22:24:41 +00:00 |
Jim Grosbach
|
0ad7efbace
|
Convert to FileCheck
llvm-svn: 89007
|
2009-11-17 00:20:26 +00:00 |
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
|
0e8bde5910
|
Add thumb2 sign / zero extend with rotate instructions.
llvm-svn: 74755
|
2009-07-03 01:43:10 +00:00 |