index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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