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
/
Internalize
Age
Commit message (
Expand
)
Author
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
Port testcase to FileCheck.
Rafael Espindola
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-03-07
Add test for r127138.
Rafael Espindola
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-01-05
Teach the internalize pass to also internalize
Duncan Sands
2008-06-10
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-14
Simplify internalize pass. Add test case.
Devang Patel