aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select.ll
AgeCommit message (Expand)Author
2010-08-11Consider this code snippet:Bill Wendling
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-09Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson
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-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng
2007-01-26For PR761:Reid Spencer
2007-01-19ARM test cases contributed by Apple.Evan Cheng
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-09-21more condition codesRafael Espindola
2006-09-08fix select.ll to always test a select nodeRafael Espindola
2006-09-08implement unconditional branchesRafael Espindola
2006-09-07This failsChris Lattner
2006-08-22run llc with -march=arm in select.llRafael Espindola
2006-08-22This passes.Chris Lattner
2006-08-22Use the correct syntax.Reid Spencer
2006-08-22Add a simple RUN line so this doesn't always fail. XFAIL this untilReid Spencer
2006-08-21initial support for selectRafael Espindola