summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select.ll
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman1-6/+6
2011-08-17Thumb assembly parsing and encoding for ADR.Jim Grosbach1-1/+1
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson1-0/+23
2010-11-17These tests are looking for library function names thatDale Johannesen1-1/+1
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng1-1/+1
2010-08-11Consider this code snippet:Bill Wendling1-0/+25
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach1-1/+1
2009-10-09Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson1-8/+19
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-7/+7
2009-06-24Move thumb and thumb2 tests into separate directories.Evan Cheng1-7/+0
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman1-13/+13
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer1-14/+14
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng1-7/+7
2007-01-26For PR761:Reid Spencer1-7/+7
2007-01-19ARM test cases contributed by Apple.Evan Cheng1-31/+45
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-7/+7
2006-09-21more condition codesRafael Espindola1-2/+43
2006-09-08fix select.ll to always test a select nodeRafael Espindola1-11/+2
2006-09-08implement unconditional branchesRafael Espindola1-1/+0
2006-09-07This failsChris Lattner1-0/+1
2006-08-22run llc with -march=arm in select.llRafael Espindola1-1/+1
2006-08-22This passes.Chris Lattner1-1/+1
2006-08-22Use the correct syntax.Reid Spencer1-2/+2
2006-08-22Add a simple RUN line so this doesn't always fail. XFAIL this untilReid Spencer1-0/+2
2006-08-21initial support for selectRafael Espindola1-0/+15