summaryrefslogtreecommitdiff
path: root/bindings/ocaml
AgeCommit message (Expand)Author
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
2014-06-09[OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asmPeter 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-12-20Makefile.ocaml: Tweak to use --system-libs.NAKAMURA Takumi
2013-12-20Fix documentation typosAlp Toker
2013-11-28[OCaml] Add a slash accidentally omitted from MakefilePeter Zotov
2013-11-27[OCaml] Embed rpath into stub libraries and native executablesPeter Zotov
2013-11-26[OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa filesPeter Zotov
2013-11-21[OCaml] Unbreak make install by providing ocamldoc targetPeter Zotov
2013-11-15[OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov
2013-11-15[OCaml] Refactor Llvm_target interfacePeter Zotov
2013-11-15[OCaml] Fix building of stub librariesPeter Zotov
2013-11-14[OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov
2013-11-12[OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov
2013-11-12[OCaml] Fix a typoPeter Zotov
2013-11-11[OCaml] Add missing Llvm_target functionsPeter Zotov
2013-11-11[OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov
2013-11-11[OCaml] Make Llvm_target.DataLayout.t automatically managedPeter 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-05[OCaml] Llvm_linker: do not use external in module interfacePeter Zotov
2013-11-04[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov
2013-11-04[OCaml] DocumentationPeter Zotov