aboutsummaryrefslogtreecommitdiff
path: root/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema1-0/+1
2014-12-24[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov1-4/+8
2014-10-31[OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov1-240/+26
2014-10-30[OCaml] De-duplicate llvm_raise and llvm_string_of_message.Peter Zotov1-10/+1
2014-10-29[OCaml] Drop support for 3.12.1 and earlier.Peter Zotov1-49/+33
2014-10-25[OCaml] Unbreak Llvm_executionengine.initialize_native_target.Peter Zotov1-14/+16
2014-10-25[OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.Peter Zotov1-0/+18
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+1
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+1
2014-08-07Fix the ocaml bindings.Rafael Espindola1-1/+1
2013-11-15[OCaml] Refactor Llvm_target interfacePeter Zotov1-5/+13
2013-11-11[OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov1-0/+7
2013-11-01OCaml bindings: formattingSylvestre Ledru1-2/+2
2012-09-02add support for ocaml 3.12Nuno Lopes1-0/+3
2010-03-03Rename some ocaml functions.Erick Tryzelaar1-5/+5
2010-03-02Use the ocaml tag 0 since we are just returning an option value.Erick Tryzelaar1-1/+1
2010-03-02Expose the optimization level for the jit in ocaml.Erick Tryzelaar1-13/+3
2010-03-02Remove module providers from ocaml.Erick Tryzelaar1-19/+18
2009-09-14Expose initializing the native target for the execution engine.Erick Tryzelaar1-2/+6
2009-06-24Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson1-0/+7
2009-04-30Fix the JIT bindings for ocaml.Bill Wendling1-2/+2
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen1-1/+11
2008-03-15Minor documentation fix.Gordon Henriksen1-1/+1
2007-12-30Trying r45451 again, but this time warning-free on 3.10.x.Gordon Henriksen1-0/+3
2007-12-30Remove some lines that are nonportable to Ocaml 3.06.Gordon Henriksen1-1/+0
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner1-2/+2
2007-12-23Fix some Ocaml GC errors noticed upon review.Gordon Henriksen1-13/+23
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen1-0/+301