aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/long_shift.ll
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-18/+40
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun2013-10-111-6/+6
* Tests: Be less dependent on a specific schedule/regallocMatthias Braun2013-10-111-6/+6
* Tests: Use CHECK-LABEL where possibleMatthias Braun2013-10-101-4/+4
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-2/+2
* Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng2011-03-231-2/+4
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-101-2/+2
* When we look at instructions to convert to setting the 's' flag, we need to lookBill Wendling2010-11-011-2/+0
* More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when theBill Wendling2010-11-011-0/+2
* Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach2010-10-141-1/+1
* Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach2010-10-141-1/+1
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-171-3/+3
* 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