summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml/executionengine/llvm_executionengine.ml
Commit message (Collapse)AuthorAgeFilesLines
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-151-2/+2
| | | | | | | | 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. llvm-svn: 194773
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-111-2/+1
| | | | | | This breaks the API by removing Llvm_target.DataLayout.dispose. llvm-svn: 194380
* OCaml bindings: formattingSylvestre Ledru2013-11-011-1/+1
| | | | | | | | 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 llvm-svn: 193836
* Fix a build error for ocaml bindings that was introduced with the TargetData ↵Micah Villmow2012-10-191-1/+1
| | | | | | --> DataLayout changes. llvm-svn: 166309
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
| | | | llvm-svn: 165403
* Rename some ocaml functions.Erick Tryzelaar2010-03-031-4/+4
| | | | llvm-svn: 97684
* Expose the optimization level for the jit in ocaml.Erick Tryzelaar2010-03-021-3/+1
| | | | llvm-svn: 97610
* Remove module providers from ocaml.Erick Tryzelaar2010-03-021-6/+6
| | | | llvm-svn: 97609
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-141-0/+3
| | | | llvm-svn: 81800
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-0/+2
| | | | | | | Evan broke it in r54523 by adding a parameter in the implementation without updating the header correspondingly. llvm-svn: 54555
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+3
| | | | llvm-svn: 48851
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45425
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+106
llvm-svn: 45335
OpenPOWER on IntegriCloud