summaryrefslogtreecommitdiff
path: root/bindings/ocaml
AgeCommit message (Expand)Author
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-09-30cmake: Install the OCaml libraries into a more correct pathMichal Gorny
2016-09-05[CMake] [OCaml] Allow building OCaml bindings out of tree.Peter Zotov
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema
2016-04-01[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema
2016-04-01[OCaml] Reinstate data_layoutJeroen Ketema
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov
2015-06-18Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper
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