aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/iabs.ll
AgeCommit message (Expand)Author
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2012-06-15ARM: optimization for sub+abs.Manman Ren
2012-06-14Revert: test/CodeGen/ARM/iabs.ll in r158441Manman Ren
2012-06-14InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren
2011-10-10Reapply r141365 now that PR11107 is fixed.Bill Wendling
2011-10-10Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling
2011-10-07Peephole optimization for ABS on ARM.Anton Korobeynikov
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2010-02-08convert to filecheck.Chris Lattner
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-04-16For PR1319:Reid Spencer
2007-04-11new testcases for integer abs functionChris Lattner