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
/
ExecutionEngine
/
2002-12-16-ArgTest.ll
Age
Commit message (
Expand
)
Author
2012-10-08
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-04-12
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2011-05-31
Reverted r132135 per Xerxes request. These tests are passing for his setup. R...
Galina Kistanova
2011-05-26
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...
Galina Kistanova
2010-11-13
lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
Daniel Dunbar
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2008-05-20
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
2006-12-03
These tests need llvm-upgrade. This fixes last night's nightly test fallout.
Reid Spencer
2004-11-06
Adding RUN lines.
Tanya Lattner
2002-12-18
Print argc as well as argv
Chris Lattner
2002-12-16
Add dummy implementation of __main
Chris Lattner
2002-12-16
New testcase for printing out arguments
Chris Lattner