| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [OCaml] Refactor Llvm_target interface | Peter Zotov | 2013-11-15 | 1 | -5/+13 |
| | | | | | | | | | 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 managed | Peter Zotov | 2013-11-11 | 1 | -0/+7 |
| | | | | | | | This breaks the API by removing Llvm_target.DataLayout.dispose. llvm-svn: 194380 | ||||
| * | OCaml bindings: formatting | Sylvestre Ledru | 2013-11-01 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
| * | add support for ocaml 3.12 | Nuno Lopes | 2012-09-02 | 1 | -0/+3 |
| | | | | | llvm-svn: 163096 | ||||
| * | Rename some ocaml functions. | Erick Tryzelaar | 2010-03-03 | 1 | -5/+5 |
| | | | | | llvm-svn: 97684 | ||||
| * | Use the ocaml tag 0 since we are just returning an option value. | Erick Tryzelaar | 2010-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 97612 | ||||
| * | Expose the optimization level for the jit in ocaml. | Erick Tryzelaar | 2010-03-02 | 1 | -13/+3 |
| | | | | | llvm-svn: 97610 | ||||
| * | Remove module providers from ocaml. | Erick Tryzelaar | 2010-03-02 | 1 | -19/+18 |
| | | | | | llvm-svn: 97609 | ||||
| * | Expose initializing the native target for the execution engine. | Erick Tryzelaar | 2009-09-14 | 1 | -2/+6 |
| | | | | | llvm-svn: 81800 | ||||
| * | Fix the Ocaml bindings for the ExecutionEngine: with the change to build | Bob Wilson | 2009-06-24 | 1 | -0/+7 |
| | | | | | | | | | libraries instead of relinked objects, the interpreter, JIT, and native target libraries were not being linked in to an ocaml program using the ExecutionEngine. llvm-svn: 74117 | ||||
| * | Fix the JIT bindings for ocaml. | Bill Wendling | 2009-04-30 | 1 | -2/+2 |
| | | | | | llvm-svn: 70454 | ||||
| * | Fix the LLVMCreateJITCompiler C binding. | Gordon Henriksen | 2008-08-08 | 1 | -1/+11 |
| | | | | | | | | Evan broke it in r54523 by adding a parameter in the implementation without updating the header correspondingly. llvm-svn: 54555 | ||||
| * | Minor documentation fix. | Gordon Henriksen | 2008-03-15 | 1 | -1/+1 |
| | | | | | | | Patch by Erick Tryzelaar. llvm-svn: 48382 | ||||
| * | Trying r45451 again, but this time warning-free on 3.10.x. | Gordon Henriksen | 2007-12-30 | 1 | -0/+3 |
| | | | | | llvm-svn: 45452 | ||||
| * | Remove some lines that are nonportable to Ocaml 3.06. | Gordon Henriksen | 2007-12-30 | 1 | -1/+0 |
| | | | | | llvm-svn: 45451 | ||||
| * | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45425 | ||||
| * | Fix some Ocaml GC errors noticed upon review. | Gordon Henriksen | 2007-12-23 | 1 | -13/+23 |
| | | | | | llvm-svn: 45336 | ||||
| * | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen | 2007-12-23 | 1 | -0/+301 |
| llvm-svn: 45335 | |||||

