summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml/executionengine/llvm_executionengine.ml
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OCaml] Bump ctypes dependency to 0.4.Peter Zotov2015-06-271-5/+5
* [OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov2014-12-241-5/+17
* [OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov2014-10-311-112/+47
* [OCaml] Drop support for 3.12.1 and earlier.Peter Zotov2014-10-291-19/+8
* [OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.Peter Zotov2014-10-251-9/+34
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-151-2/+2
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-111-2/+1
* OCaml bindings: formattingSylvestre Ledru2013-11-011-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-081-2/+2
* Rename some ocaml functions.Erick Tryzelaar2010-03-031-4/+4
* Expose the optimization level for the jit in ocaml.Erick Tryzelaar2010-03-021-3/+1
* Remove module providers from ocaml.Erick Tryzelaar2010-03-021-6/+6
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-141-0/+3
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-0/+2
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+3
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+106
OpenPOWER on IntegriCloud