Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / long_shift.ll
2014-05-08 Christian PirkerARM big endian function argument passing
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-10-11 Matthias BraunRevert "Tests: Be less dependent on a specific schedule...
2013-10-11 Matthias BraunTests: Be less dependent on a specific schedule/regalloc
2013-10-10 Matthias BraunTests: Use CHECK-LABEL where possible
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-03-23 Evan ChengCmp peephole optimization isn't always safe for signed...
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2010-11-01 Bill WendlingWhen we look at instructions to convert to setting...
2010-11-01 Bill WendlingMore tests to XFAIL. The arm-and-txt-peephole.ll test...
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-09-17 Jim GrosbachUpdate tests to handle MC-inst instruction printing...
2010-08-11 Bill WendlingUpdate test to match output of optimize compares for...
2010-06-24 Dan GohmanTeach EmitLiveInCopies to omit copies for unused virtua...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Benjamin KramerAdd missing colons for FileCheck.
2009-10-31 Jim GrosbachConvert to FileCheck
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-02-23 Evan Cheng-march=arm -enable-thumb => -march=thumb
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-27 Evan ChengMerge tests.
2007-01-19 Evan ChengARM test cases contributed by Apple.