summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/select_xform.ll
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Return true in enableMultipleCopyHints().Jonas Paulsson2018-02-161-5/+5
* [DAGCombiner] fold binops with constant into select-of-constantsSanjay Patel2017-03-011-7/+5
* [Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)James Molloy2016-09-091-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* Fix optimisations of SELECT_CC which assumed result is booleanOliver Stannard2014-11-171-11/+101
* LLVM incorrectly folds xor into selectOliver Stannard2014-11-111-0/+17
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-24/+24
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-051-7/+7
* Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen2012-08-181-0/+32
* Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen2012-08-181-8/+8
* Avoid folding ADD instructions with FI operands.Jakob Stoklund Olesen2012-08-171-0/+11
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-161-8/+23
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-151-0/+60
* Fix test case from r153135.Chad Rosier2012-03-201-1/+1
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-231-0/+46
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-1/+1
* Fix test-llvm failures.Johnny Chen2011-04-051-1/+1
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-171-1/+2
* Add conditional mvn instructions.Evan Cheng2010-11-121-9/+53
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* add no-unwind, remove duplicate run line.Chris Lattner2009-03-121-3/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* New tests.Evan Cheng2007-06-211-0/+16
OpenPOWER on IntegriCloud