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
/
GVN
/
rle-phi-translate.ll
Age
Commit message (
Expand
)
Author
2009-12-19
fix an overly conservative caching issue that caused memdep to
Chris Lattner
2009-12-19
fix inconsistent use of tabs
Chris Lattner
2009-11-27
Fix phi translation in load PRE to agree with the phi
Chris Lattner
2009-11-27
redisable this, my bootstrap worked because it wasn't an optimized build, who...
Chris Lattner
2009-11-27
try again.
Chris Lattner
2009-11-27
this is causing buildbot failures, disable for now.
Chris Lattner
2009-11-27
teach phi translation of GEPs to simplify geps like 'gep x, 0'.
Chris Lattner
2009-11-27
teach memdep to do trivial PHI translation of GEPs. More to
Chris Lattner
2009-11-26
Teach memdep to phi translate bitcasts. This allows us to compile
Chris Lattner
2009-11-26
convert to filecheck
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
2008-12-15
make GVN try to rename inputs to the resultant replaced values, which
Chris Lattner
2008-12-15
Implement initial support for PHI translation in memdep. This means that
Chris Lattner