aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/executionengine
Commit message (Expand)AuthorAgeFilesLines
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-1/+1
* Fixing OCAML bindings for MCJITAndrew Kaylor2013-04-251-1/+1
* Fix a build error for ocaml bindings that was introduced with the TargetData ...Micah Villmow2012-10-191-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-082-3/+3
* add support for ocaml 3.12Nuno Lopes2012-09-021-0/+3
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-231-34/+34
* Rename some ocaml functions.Erick Tryzelaar2010-03-033-13/+13
* Expose the external functions for ocaml's execution engine as an optimization.Erick Tryzelaar2010-03-031-29/+36
* Use the ocaml tag 0 since we are just returning an option value.Erick Tryzelaar2010-03-021-1/+1
* Expose the optimization level for the jit in ocaml.Erick Tryzelaar2010-03-023-31/+10
* Remove module providers from ocaml.Erick Tryzelaar2010-03-023-54/+52
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-143-2/+12
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-4/+4
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-0/+7
* remove dead makefile flags.Chris Lattner2009-06-241-1/+0
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-301-2/+2
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-083-4/+25
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-273-1/+8
* Minor documentation fix.Gordon Henriksen2008-03-151-1/+1
* This patch cleans up the OCaml bindings so that they format nicely withGordon Henriksen2008-03-091-36/+34
* Trying r45451 again, but this time warning-free on 3.10.x.Gordon Henriksen2007-12-301-0/+3
* Remove some lines that are nonportable to Ocaml 3.06.Gordon Henriksen2007-12-301-1/+0
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-293-6/+6
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Fix some Ocaml GC errors noticed upon review.Gordon Henriksen2007-12-231-13/+23
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-234-0/+579