summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long_shift.ll
AgeCommit message (Expand)Author
2017-06-28[ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).Kristof Beyls
2014-05-08ARM big endian function argument passingChristian Pirker
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-10-11Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun
2013-10-11Tests: Be less dependent on a specific schedule/regallocMatthias Braun
2013-10-10Tests: Use CHECK-LABEL where possibleMatthias Braun
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-03-23Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng
2011-03-10Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach
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