summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml
Commit message (Expand)AuthorAgeFilesLines
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* [OCaml] Expose the LLVM diagnostic handlerJeroen Ketema2016-04-103-1/+93
* [OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema2016-04-014-4/+7
* [OCaml] Reinstate data_layoutJeroen Ketema2016-04-013-0/+11
* Silence warnings in OCaml bindingsJeroen Ketema2016-03-315-16/+3
* Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer2016-02-123-24/+0
* Remove autoconf supportChris Bieneman2016-01-2619-940/+0
* Deprecate a few C APIs.Rafael Espindola2015-12-181-6/+4
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-163-9/+7
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-091-0/+2
* [OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov2015-10-213-0/+23
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-051-2/+0
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-271-0/+2
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-161-1/+1
* [OCaml] Bump ctypes dependency to 0.4.Peter Zotov2015-06-271-5/+5
* Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2015-06-181-1/+1
* [OCaml] Add Llvm.build_empty_phi.Peter Zotov2015-02-063-0/+17
* [OCaml] Allow out-of-tree builds of LLVM bindings.Peter Zotov2015-01-131-2/+9
* [OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.Peter Zotov2015-01-131-4/+10
* [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov2014-12-302-4/+4
* [OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov2014-12-243-15/+40
* Finish removing DestroySource.Rafael Espindola2014-12-233-18/+5
* [OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-neededPeter Zotov2014-12-231-2/+2
* [OCaml] Add Llvm.mdnull.Peter Zotov2014-12-023-0/+9
* [OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.Peter Zotov2014-12-0112-7/+94
* [OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov2014-12-0116-0/+114
* [OCaml] Fix mismatched CAMLparam/CAMLreturn.Peter Zotov2014-11-031-4/+3
* [OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.Peter Zotov2014-11-031-1/+1
* [OCaml] Don't use deprecated non-caml_namespaced functions.Peter Zotov2014-11-031-7/+7
* [OCaml] Initialize local roots prior to raising.Peter Zotov2014-11-031-3/+4
* [OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.Peter Zotov2014-11-031-1/+1
* [OCaml] Fix ocamlc -custom builds when configured as --enable-shared.Peter Zotov2014-11-031-2/+3
* [OCaml] Avoid embedding absolute paths into executables.Peter Zotov2014-11-031-14/+14
* [OCaml] Don't build stub libraries twice.Peter Zotov2014-11-031-0/+3
* [OCaml] META: remove exists_if(toplevel).Peter Zotov2014-11-032-2/+0
* [OCaml] ExecutionEngine package should not depend on interpreter.Peter Zotov2014-11-031-1/+1
* [OCaml] Ensure consistent naming.Peter Zotov2014-10-316-3/+3
* [OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov2014-10-316-527/+145
* [OCaml] Expose LLVMCloneModule.Peter Zotov2014-10-302-0/+4
* [OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov2014-10-303-0/+37
* [OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov2014-10-301-46/+18
* [OCaml] De-duplicate llvm_raise and llvm_string_of_message.Peter Zotov2014-10-307-71/+14
* [OCaml] Expose Llvm.parse_command_line_options.Peter Zotov2014-10-293-0/+21
* [OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.Peter Zotov2014-10-293-0/+13
* [OCaml] If compiled without --enable-shared, hide packages from toplevel.Peter Zotov2014-10-292-0/+2
* [OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.Peter Zotov2014-10-293-13/+28
* [OCaml] Drop support for 3.12.1 and earlier.Peter Zotov2014-10-2928-262/+166
* [OCaml] Synchronize transformations with LLVM-C.Peter Zotov2014-10-299-385/+479
* [OCaml] PR19859: Add functions to query and modify branches.Peter Zotov2014-10-283-0/+140
* [OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.Peter Zotov2014-10-283-0/+40
OpenPOWER on IntegriCloud