aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select.ll
AgeCommit message (Expand)Author
2012-09-05Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen
2012-08-16Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen
2012-07-09Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...Owen Anderson
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2011-09-22Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman
2011-08-17Thumb assembly parsing and encoding for ADR.Jim Grosbach
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2010-11-17These tests are looking for library function names thatDale Johannesen
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
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