tweak test to check instructions rather than relying on the comment string
[oota-llvm.git] / test / CodeGen / ARM / long_shift.ll
2010-08-11 Bill WendlingUpdate test to match output of optimize compares for...
2010-06-24 Dan GohmanTeach EmitLiveInCopies to omit copies for unused virtua...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Benjamin KramerAdd missing colons for FileCheck.
2009-10-31 Jim GrosbachConvert to FileCheck
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-02-23 Evan Cheng-march=arm -enable-thumb => -march=thumb
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-27 Evan ChengMerge tests.
2007-01-19 Evan ChengARM test cases contributed by Apple.