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
/
Transforms
/
InstCombine
/
vector-casts.ll
Age
Commit message (
Expand
)
Author
2013-01-30
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-02-15
Teach PatternMatch that splat vectors could be floating point as well as
Nick Lewycky
2010-02-11
Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect
Chris Lattner
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-07-23
merge vector-casts-0.ll into vector-casts.ll
Chris Lattner
2009-07-23
Make some existing optimizations that would only trigger on scalars
Chris Lattner
2009-07-23
convert a test to filecheck format. This fixes an endemic problem
Chris Lattner
2009-07-23
rename test
Chris Lattner
2009-06-16
Generalize a few more instcombines to be vector/scalar-independent.
Dan Gohman
2009-06-15
Support vector casts in more places, fixing a variety of assertion
Dan Gohman