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
/
Analysis
/
BasicAA
/
modref.ll
Age
Commit message (
Expand
)
Author
2009-12-06
gvn is optimizing this better now.
Chris Lattner
2009-11-26
add a new random feature test
Chris Lattner
2009-11-22
remove a silly condition that doesn't make a lot of sense anymore.
Chris Lattner
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-10-18
fix test
Chris Lattner
2009-10-18
tighten up test3, add test3a for the converse
Chris Lattner
2009-10-18
tighten test2, add a test that it doesn't get transformed in the invalid edge...
Chris Lattner
2009-10-18
Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!
Nick Lewycky
2009-10-17
replace a useless test with a useful one
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
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-02-14
Remove llvm-upgrade.
Tanya Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-18
Fix bugs in this. What was I thinking??? :)
Reid Spencer
2006-11-18
Fail even if opt doesn't print anything.
Reid Spencer
2006-11-18
Add a simple test to make sure getModRefInfo is 1/2 way sane.
Reid Spencer