summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select_xform.ll
Commit message (Expand)AuthorAge
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-05
* Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen2012-08-18
* Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen2012-08-18
* Avoid folding ADD instructions with FI operands.Jakob Stoklund Olesen2012-08-17
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-16
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-15
* Fix test case from r153135.Chad Rosier2012-03-20
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-23
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* Fix test-llvm failures.Johnny Chen2011-04-05
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Add conditional mvn instructions.Evan Cheng2010-11-12
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* add no-unwind, remove duplicate run line.Chris Lattner2009-03-12
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* New tests.Evan Cheng2007-06-21