aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/select.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+7
* Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun2013-10-111-5/+5
* Tests: Be less dependent on a specific schedule/regallocMatthias Braun2013-10-111-5/+5
* Tests: Use CHECK-LABEL where possibleMatthias Braun2013-10-101-4/+4
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-221-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-9/+9
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-051-1/+1
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-161-4/+3
* Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...Owen Anderson2012-07-091-0/+26
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-021-5/+5
* Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman2011-09-221-6/+6
* Thumb assembly parsing and encoding for ADR.Jim Grosbach2011-08-171-1/+1
* Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson2011-03-081-0/+23
* These tests are looking for library function names thatDale Johannesen2010-11-171-1/+1
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-061-1/+1
* Consider this code snippet:Bill Wendling2010-08-111-0/+25
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-1/+1
* Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson2009-10-091-8/+19
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-7/+7
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-7/+0
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-13/+13
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-151-14/+14
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-231-7/+7
* For PR761:Reid Spencer2007-01-261-7/+7
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-31/+45
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-7/+7
* more condition codesRafael Espindola2006-09-211-2/+43
* fix select.ll to always test a select nodeRafael Espindola2006-09-081-11/+2
* implement unconditional branchesRafael Espindola2006-09-081-1/+0
* This failsChris Lattner2006-09-071-0/+1
* run llc with -march=arm in select.llRafael Espindola2006-08-221-1/+1
* This passes.Chris Lattner2006-08-221-1/+1
* Use the correct syntax.Reid Spencer2006-08-221-2/+2
* Add a simple RUN line so this doesn't always fail. XFAIL this untilReid Spencer2006-08-221-0/+2
* initial support for selectRafael Espindola2006-08-211-0/+15