summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select_xform.ll
AgeCommit message (Expand)Author
2017-03-01[DAGCombiner] fold binops with constant into select-of-constantsSanjay Patel
2016-09-09[Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)James Molloy
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-17Fix optimisations of SELECT_CC which assumed result is booleanOliver Stannard
2014-11-11LLVM incorrectly folds xor into selectOliver Stannard
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-09-05Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen
2012-08-18Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen
2012-08-18Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen
2012-08-17Avoid folding ADD instructions with FI operands.Jakob Stoklund Olesen
2012-08-16Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen
2012-08-15Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen
2012-03-20Fix test case from r153135.Chad Rosier
2012-02-23Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng
2011-07-11Simplify printing of ARM shifted immediates.Jim Grosbach
2011-04-05Fix test-llvm failures.Johnny Chen
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-11-12Add conditional mvn instructions.Evan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-03-12add no-unwind, remove duplicate run line.Chris Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-21New tests.Evan Cheng