summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm
AgeCommit message (Expand)Author
2016-01-26Remove autoconf supportChris Bieneman
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner
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
2014-12-30[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter 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] 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] META: remove exists_if(toplevel).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] 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] If compiled without --enable-shared, hide packages from toplevel.Peter Zotov
2014-10-29[OCaml] Drop support for 3.12.1 and earlier.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] Fix whitespace.Peter Zotov
2014-10-26[OCaml] Expose existing documentation in ocamldoc.Peter Zotov
2014-10-17[OCaml] Add Llvm.instr_clone.Peter Zotov
2014-08-12[OCaml] Expose Llvm.get_operand_use.Peter Zotov
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-02[OCaml] Documentation improvements.Peter Zotov
2014-06-30[OCaml] Documentation improvements.Peter Zotov
2014-06-07[OCaml] Commit missing parts of r210395Peter Zotov
2014-06-07[OCaml] Introduce an llmdkind abstract type.Peter Zotov
2014-05-01[OCaml] Add an ocamlfind package llvm.all_backends.Peter Zotov
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov
2013-11-12[OCaml] Fix a typoPeter Zotov
2013-11-06[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov
2013-11-06[OCaml] Implement Llvm.string_of_llvaluePeter Zotov
2013-11-05[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov
2013-11-05[OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov
2013-11-05[OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov
2013-11-05[OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov
2013-11-04[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov
2013-11-04[OCaml] DocumentationPeter Zotov
2013-11-04[OCaml] Implement missing LLVMCore APIsPeter Zotov
2013-11-04[OCaml] FormattingPeter Zotov
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov
2013-11-03[OCaml] Fix ABI incompatibilityPeter Zotov
2013-11-03[OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov
2013-11-03[OCaml] Implement Llvm_vectorize bindingsPeter Zotov