summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long_shift.ll
Commit message (Expand)AuthorAge
* Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun2013-10-11
* Tests: Be less dependent on a specific schedule/regallocMatthias Braun2013-10-11
* Tests: Use CHECK-LABEL where possibleMatthias Braun2013-10-10
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng2011-03-23
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-10
* When we look at instructions to convert to setting the 's' flag, we need to lookBill Wendling2010-11-01
* More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when theBill Wendling2010-11-01
* Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach2010-10-14
* Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach2010-10-14
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-17
* Update test to match output of optimize compares for ARM.Bill Wendling2010-08-11
* Teach EmitLiveInCopies to omit copies for unused virtual registers,Dan Gohman2010-06-24
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-06
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-31
* Expand 64-bit logical shift right inlineJim Grosbach2009-10-31
* Expand 64-bit arithmetic shift right inlineJim Grosbach2009-10-31
* Expand 64 bit left shift inline rather than using the libcall. For now, thisJim Grosbach2009-10-31
* Add missing colons for FileCheck.Benjamin Kramer2009-10-31
* Convert to FileCheckJim Grosbach2009-10-31
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-24
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-16
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-23
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* Merge tests.Evan Cheng2007-01-27
* ARM test cases contributed by Apple.Evan Cheng2007-01-19