aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/long_shift.ll
Commit message (Expand)AuthorAgeFilesLines
* Update test to match output of optimize compares for ARM.Bill Wendling2010-08-111-4/+2
* Teach EmitLiveInCopies to omit copies for unused virtual registers,Dan Gohman2010-06-241-4/+4
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-061-4/+4
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-311-3/+16
* Expand 64-bit logical shift right inlineJim Grosbach2009-10-311-1/+1
* Expand 64-bit arithmetic shift right inlineJim Grosbach2009-10-311-1/+1
* Expand 64 bit left shift inline rather than using the libcall. For now, thisJim Grosbach2009-10-311-1/+1
* Add missing colons for FileCheck.Benjamin Kramer2009-10-311-1/+1
* Convert to FileCheckJim Grosbach2009-10-311-5/+9
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-1/+0
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* For PR1319:Reid Spencer2007-04-161-5/+5
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-231-1/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-8/+8
* Merge tests.Evan Cheng2007-01-271-7/+28
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-0/+10