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
/
Inline
/
basictest.ll
Age
Commit message (
Expand
)
Author
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2011-01-14
relax testcase a bit.
Chris Lattner
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-10-27
Fix a pretty serious misfeature of the inliner: if it inlines a function
Chris Lattner
2009-10-27
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
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-06-10
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-05-29
Change tests to use testrunner
Chris Lattner
2002-06-24
Basic test of the inlinr
Chris Lattner