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
/
SRETPromotion
Age
Commit message (
Expand
)
Author
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-08-07
Add a basic test for the SRETPromotion pass.
Matthijs Kooijman
2008-08-07
Move two tests from SRETPromotion to Inline, since they only call opt -inline.
Matthijs Kooijman
2008-06-05
Let StructRetPromotion check if all if its users are really calls or invokesn,
Matthijs Kooijman
2008-06-05
Let StructRetPromotion check if it's users are really calling it and not
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-03-12
Fix attribute handling.
Devang Patel
2008-03-10
Simplify
Devang Patel
2008-03-07
Update inliner to handle functions that return multiple values.
Devang Patel
2008-03-07
Place for sret promotion tests.
Devang Patel