- Add a hook for target to determine whether an instruction def is
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-uxtb.ll
2010-07-20 Jim Grosbachupdate tests for smarter BIC usage
2010-06-29 Evan ChengPR7503: uxtb16 is not available for ARMv7-M. Patch...
2010-06-24 Bob WilsonPR7458: Try commuting Thumb2 instruction operands to...
2010-05-05 Jim GrosbachCleanup of ARMv7M support. Move hardware divide and...
2010-03-04 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2009-11-17 Jim GrosbachConvert to FileCheck
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.