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
/
test-arith.ll
Age
Commit message (
Expand
)
Author
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
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-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-12-04
These tests pass on darwin now that the __ thing is fixed.
Chris Lattner
2004-12-02
These lookup symbols with leading underscores, which currently fails in
John Criswell
2004-11-06
Adding RUN lines.
Tanya Lattner
2003-11-26
Renamed intermediate values that used the same type and name as previous
John Criswell
2003-01-13
Test long support
Chris Lattner
2002-12-13
Stop sucking
Chris Lattner
2002-12-13
Making main() return 0 so that we know it ran successfully when it exits.
Misha Brukman
2002-12-04
Add main functions to benchmarks
Chris Lattner
2002-11-02
Enable div and mod tests
Chris Lattner
2002-11-02
Enable multiply tests
Chris Lattner
2002-11-02
New testcase for arithmetic operations
Chris Lattner