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