index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
select_xform.ll
Age
Commit message (
Expand
)
Author
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-08-18
Also combine zext/sext into selects for ARM.
Jakob Stoklund Olesen
2012-08-18
Also pass logical ops to combineSelectAndUse.
Jakob Stoklund Olesen
2012-08-17
Avoid folding ADD instructions with FI operands.
Jakob Stoklund Olesen
2012-08-16
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-15
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-03-20
Fix test case from r153135.
Chad Rosier
2012-02-23
Optimize a couple of common patterns involving conditional moves where the false
Evan Cheng
2011-07-11
Simplify printing of ARM shifted immediates.
Jim Grosbach
2011-04-05
Fix test-llvm failures.
Johnny Chen
2010-11-17
Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,
Evan Cheng
2010-11-12
Add conditional mvn instructions.
Evan Cheng
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-03-12
add no-unwind, remove duplicate run line.
Chris Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-21
New tests.
Evan Cheng