aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/executionengine/executionengine_ocaml.c
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-265/+46
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-151-5/+13
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-111-0/+7
* OCaml bindings: formattingSylvestre Ledru2013-11-011-2/+2
* add support for ocaml 3.12Nuno Lopes2012-09-021-0/+3
* Rename some ocaml functions.Erick Tryzelaar2010-03-031-5/+5
* 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-021-13/+3
* Remove module providers from ocaml.Erick Tryzelaar2010-03-021-19/+18
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-141-2/+6
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-0/+7
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-301-2/+2
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-1/+11
* Minor documentation fix.Gordon Henriksen2008-03-151-1/+1
* 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-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-231-0/+301