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
/
bindings
/
ocaml
/
executionengine
/
executionengine_ocaml.c
Age
Commit message (
Expand
)
Author
2012-09-02
add support for ocaml 3.12
Nuno Lopes
2010-03-03
Rename some ocaml functions.
Erick Tryzelaar
2010-03-02
Use the ocaml tag 0 since we are just returning an option value.
Erick Tryzelaar
2010-03-02
Expose the optimization level for the jit in ocaml.
Erick Tryzelaar
2010-03-02
Remove module providers from ocaml.
Erick Tryzelaar
2009-09-14
Expose initializing the native target for the execution engine.
Erick Tryzelaar
2009-06-24
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
Bob Wilson
2009-04-30
Fix the JIT bindings for ocaml.
Bill Wendling
2008-08-08
Fix the LLVMCreateJITCompiler C binding.
Gordon Henriksen
2008-03-15
Minor documentation fix.
Gordon Henriksen
2007-12-30
Trying r45451 again, but this time warning-free on 3.10.x.
Gordon Henriksen
2007-12-30
Remove some lines that are nonportable to Ocaml 3.06.
Gordon Henriksen
2007-12-29
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-12-23
Fix some Ocaml GC errors noticed upon review.
Gordon Henriksen
2007-12-23
C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).
Gordon Henriksen