History log of /external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
04deb4957ab253c02bce9d982d69396954744a41 15-Nov-2013 Peter Zotov <whitequark@whitequark.org> [OCaml] Refactor Llvm_target interface

This commit brings the module structure, argument order and
primitive names in Llvm_target in order with the rest of the bindings,
in preparation for adding TargetMachine API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194773 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
26f3bd89660e46a76a3b0267b23b00d917a45404 11-Nov-2013 Peter Zotov <whitequark@whitequark.org> [OCaml] Make Llvm_target.DataLayout.t automatically managed

This breaks the API by removing Llvm_target.DataLayout.dispose.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194380 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c 01-Nov-2013 Sylvestre Ledru <sylvestre@debian.org> OCaml bindings: formatting
This commit only changes comments and documentation in OCaml bindings. The official name of the language is OCaml, and the usage is now consistent.

Patch by Peter Zotov



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
4d00161e0a047e0a15842360a0a8653dc4f2ed53 02-Sep-2012 Nuno Lopes <nunoplopes@sapo.pt> add support for ocaml 3.12

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163096 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
9c7c566efe4b942ed8597156bf66e9abf98c79b5 04-Mar-2010 Erick Tryzelaar <idadesub@users.sourceforge.net> Rename some ocaml functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97684 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
6bd7730426ccb80e3444e0ca8c2c4e607e53defd 03-Mar-2010 Erick Tryzelaar <idadesub@users.sourceforge.net> Use the ocaml tag 0 since we are just returning an option value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97612 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
0dd27da1841ca50d00aad3465f4f9b6a646fd64e 03-Mar-2010 Erick Tryzelaar <idadesub@users.sourceforge.net> Expose the optimization level for the jit in ocaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97610 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
16609f3c5c26ba34603ae0d7ebab86fb11a72722 03-Mar-2010 Erick Tryzelaar <idadesub@users.sourceforge.net> Remove module providers from ocaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97609 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
46262684285cd7baf74425610228ac8b4547dab1 14-Sep-2009 Erick Tryzelaar <idadesub@users.sourceforge.net> Expose initializing the native target for the execution engine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81800 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
e46161f10c3e0c640b22e446b873df8b01413f52 24-Jun-2009 Bob Wilson <bob.wilson@apple.com> Fix the Ocaml bindings for the ExecutionEngine: with the change to build
libraries instead of relinked objects, the interpreter, JIT, and native
target libraries were not being linked in to an ocaml program using the
ExecutionEngine.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74117 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
610079287ef50721548a0399c126076be3a9a508 30-Apr-2009 Bill Wendling <isanbard@gmail.com> Fix the JIT bindings for ocaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70454 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
c13c4d6a1bbc91a9e3bb9f964f32f3a999071070 08-Aug-2008 Gordon Henriksen <gordonhenriksen@mac.com> Fix the LLVMCreateJITCompiler C binding.

Evan broke it in r54523 by adding a parameter in the implementation without
updating the header correspondingly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54555 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
606c5aa084041eb5ad60710728098eaf9c997315 15-Mar-2008 Gordon Henriksen <gordonhenriksen@mac.com> Minor documentation fix.

Patch by Erick Tryzelaar.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48382 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
a9d059693b0bfdaa27bad71c2b0769beaf6ee7dd 30-Dec-2007 Gordon Henriksen <gordonhenriksen@mac.com> Trying r45451 again, but this time warning-free on 3.10.x.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45452 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
309298955a6cfa3020ef932a1df47d8965f8fea5 30-Dec-2007 Gordon Henriksen <gordonhenriksen@mac.com> Remove some lines that are nonportable to Ocaml 3.06.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45451 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
234d529e582963ad4b5d83b911cd057fe99d1435 29-Dec-2007 Chris Lattner <sabre@nondot.org> remove attribution from a variety of miscellaneous files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45425 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
15ac8b9e6dec8f60879331fe62e62c92e09bfdb6 23-Dec-2007 Gordon Henriksen <gordonhenriksen@mac.com> Fix some Ocaml GC errors noticed upon review.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45336 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
2e855e68d861224c9b61e2bc9cecad1536b1534b 23-Dec-2007 Gordon Henriksen <gordonhenriksen@mac.com> C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45335 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c