summaryrefslogtreecommitdiff
path: root/bindings/ocaml
AgeCommit message (Expand)Author
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov
2015-01-13[OCaml] Allow out-of-tree builds of LLVM bindings.Peter Zotov
2015-01-13[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.Peter Zotov
2014-12-30[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov
2014-12-24[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov
2014-12-23Finish removing DestroySource.Rafael Espindola
2014-12-23[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-neededPeter Zotov
2014-12-02[OCaml] Add Llvm.mdnull.Peter Zotov
2014-12-01[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.Peter Zotov
2014-12-01[OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov
2014-11-03[OCaml] Fix mismatched CAMLparam/CAMLreturn.Peter Zotov
2014-11-03[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.Peter Zotov
2014-11-03[OCaml] Don't use deprecated non-caml_namespaced functions.Peter Zotov
2014-11-03[OCaml] Initialize local roots prior to raising.Peter Zotov
2014-11-03[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.Peter Zotov
2014-11-03[OCaml] Fix ocamlc -custom builds when configured as --enable-shared.Peter Zotov
2014-11-03[OCaml] Avoid embedding absolute paths into executables.Peter Zotov
2014-11-03[OCaml] Don't build stub libraries twice.Peter Zotov
2014-11-03[OCaml] META: remove exists_if(toplevel).Peter Zotov
2014-11-03[OCaml] ExecutionEngine package should not depend on interpreter.Peter Zotov
2014-10-31[OCaml] Ensure consistent naming.Peter Zotov
2014-10-31[OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov
2014-10-30[OCaml] Expose LLVMCloneModule.Peter Zotov
2014-10-30[OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov
2014-10-30[OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov
2014-10-30[OCaml] De-duplicate llvm_raise and llvm_string_of_message.Peter Zotov
2014-10-29[OCaml] Expose Llvm.parse_command_line_options.Peter Zotov
2014-10-29[OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.Peter Zotov
2014-10-29[OCaml] If compiled without --enable-shared, hide packages from toplevel.Peter Zotov
2014-10-29[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.Peter Zotov
2014-10-29[OCaml] Drop support for 3.12.1 and earlier.Peter Zotov
2014-10-29[OCaml] Synchronize transformations with LLVM-C.Peter Zotov
2014-10-28[OCaml] PR19859: Add functions to query and modify branches.Peter Zotov
2014-10-28[OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.Peter Zotov
2014-10-28[OCaml] Enable -g for debug builds.Peter Zotov
2014-10-28[OCaml] Fix whitespace.Peter Zotov
2014-10-26[OCaml] Expose existing documentation in ocamldoc.Peter Zotov
2014-10-25[OCaml] Unbreak Llvm_executionengine.initialize_native_target.Peter Zotov
2014-10-25[OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.Peter Zotov
2014-10-22[OCaml] Fix a typo in documentation.Peter Zotov
2014-10-17[OCaml] Add Llvm.instr_clone.Peter Zotov
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-12[OCaml] Expose Llvm.get_operand_use.Peter Zotov
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Fix the ocaml bindings.Rafael Espindola
2014-08-03[OCaml] Add Llvm.{string_of_const,const_element}.Peter Zotov
2014-07-22[OCaml] Don't truncate constants over 32 bits in Llvm.const_int.Peter Zotov
2014-07-18MergedLoadStoreMotion passGerolf Hoflehner
2014-07-02[OCaml] Documentation improvements.Peter Zotov
2014-06-30[OCaml] Documentation improvements.Peter Zotov