aboutsummaryrefslogtreecommitdiff
path: root/bindings/ocaml/executionengine
AgeCommit message (Expand)Author
2012-10-19Fix a build error for ocaml bindings that was introduced with the TargetData ...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-02add support for ocaml 3.12Nuno Lopes
2010-12-23Fix OCaml bindings crash, PR8847.Torok Edwin
2010-03-03Rename some ocaml functions.Erick Tryzelaar
2010-03-03Expose the external functions for ocaml's execution engine as an optimization.Erick Tryzelaar
2010-03-02Use the ocaml tag 0 since we are just returning an option value.Erick Tryzelaar
2010-03-02Expose the optimization level for the jit in ocaml.Erick Tryzelaar
2010-03-02Remove module providers from ocaml.Erick Tryzelaar
2009-09-14Expose initializing the native target for the execution engine.Erick Tryzelaar
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-06-24Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson
2009-06-24remove dead makefile flags.Chris Lattner
2009-04-30Fix the JIT bindings for ocaml.Bill Wendling
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2008-03-15Minor documentation fix.Gordon Henriksen
2008-03-09This patch cleans up the OCaml bindings so that they format nicely withGordon Henriksen
2007-12-30Trying r45451 again, but this time warning-free on 3.10.x.Gordon Henriksen
2007-12-30Remove some lines that are nonportable to Ocaml 3.06.Gordon Henriksen
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-12-23Fix some Ocaml GC errors noticed upon review.Gordon Henriksen
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen