aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long_shift.ll
AgeCommit message (Expand)Author
2010-11-01When we look at instructions to convert to setting the 's' flag, we need to lookBill Wendling
2010-11-01More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when theBill Wendling
2010-10-14Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach
2010-10-14Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach
2010-09-17Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach
2010-08-11Update test to match output of optimize compares for ARM.Bill Wendling
2010-06-24Teach EmitLiveInCopies to omit copies for unused virtual registers,Dan Gohman
2010-02-06Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng
2009-10-31Update test to be more explicit about what instruction sequences are expected...Jim Grosbach
2009-10-31Expand 64-bit logical shift right inlineJim Grosbach
2009-10-31Expand 64-bit arithmetic shift right inlineJim Grosbach
2009-10-31Expand 64 bit left shift inline rather than using the libcall. For now, thisJim Grosbach
2009-10-31Add missing colons for FileCheck.Benjamin Kramer
2009-10-31Convert to FileCheckJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-24Move thumb and thumb2 tests into separate directories.Evan Cheng
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-27Merge tests.Evan Cheng
2007-01-19ARM test cases contributed by Apple.Evan Cheng