Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / setcc-sentinals.ll
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-02-07 Renato GolinFix Darwin bots from EHABI change
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-01-29 Renato GolinEnable EHABI by default
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...