[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / select_xform.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-08-18 Jakob Stoklund OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-17 Jakob Stoklund OlesenAvoid folding ADD instructions with FI operands.
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-03-20 Chad RosierFix test case from r153135.
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-04-05 Johnny ChenFix test-llvm failures.
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-12 Evan ChengAdd conditional mvn instructions.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-03-12 Chris Lattneradd no-unwind, remove duplicate run line.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-21 Evan ChengNew tests.