IR: Return unique_ptr from MDNode::getTemporary()
[oota-llvm.git] / bindings / ocaml / executionengine /
2014-12-24 Peter Zotov[OCaml] Expose Llvm_executionengine.get_{global_value...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-11-03 Peter Zotov[OCaml] ExecutionEngine package should not depend on...
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-30 Peter Zotov[OCaml] De-duplicate llvm_raise and llvm_string_of_message.
2014-10-29 Peter Zotov[OCaml] Drop support for 3.12.1 and earlier.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-25 Peter Zotov[OCaml] Unbreak Llvm_executionengine.initialize_native_...
2014-10-25 Peter Zotov[OCaml] Expose Llvm_executionengine.ExecutionEngine...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-06-30 Peter Zotov[OCaml] Documentation improvements.
2013-11-15 Peter Zotov[OCaml] Refactor Llvm_target interface
2013-11-11 Peter Zotov[OCaml] Make Llvm_target.DataLayout.t automatically...
2013-11-04 Peter Zotov[OCaml] Formatting
2013-11-01 Sylvestre LedruOCaml bindings: formatting
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Andrew KaylorFixing OCAML bindings for MCJIT
2012-10-19 Micah VillmowFix a build error for ocaml bindings that was introduce...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-02 Nuno Lopesadd support for ocaml 3.12
2010-12-23 Torok EdwinFix OCaml bindings crash, PR8847.
2010-03-03 Erick TryzelaarRename some ocaml functions.
2010-03-03 Erick TryzelaarExpose the external functions for ocaml's execution...
2010-03-02 Erick TryzelaarUse the ocaml tag 0 since we are just returning an...
2010-03-02 Erick TryzelaarExpose the optimization level for the jit in ocaml.
2010-03-02 Erick TryzelaarRemove module providers from ocaml.
2009-09-14 Erick TryzelaarExpose initializing the native target for the execution...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-04-30 Bill WendlingFix the JIT bindings for ocaml.
2008-08-08 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-15 Gordon HenriksenMinor documentation fix.
2008-03-09 Gordon HenriksenThis patch cleans up the OCaml bindings so that they...
2007-12-30 Gordon HenriksenTrying r45451 again, but this time warning-free on...
2007-12-30 Gordon HenriksenRemove some lines that are nonportable to Ocaml 3.06.
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-23 Gordon HenriksenFix some Ocaml GC errors noticed upon review.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...