summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/llvm.ml
AgeCommit message (Expand)Author
2017-07-27[OCaml] Fix undefined reference to LLVMDumpType() with NDEBUGMichal Gorny
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov
2015-02-06[OCaml] Add Llvm.build_empty_phi.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-10-30[OCaml] Expose LLVMCloneModule.Peter Zotov
2014-10-30[OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov
2014-10-29[OCaml] Expose Llvm.parse_command_line_options.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-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-06-07[OCaml] Introduce an llmdkind abstract type.Peter Zotov
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter 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-04[OCaml] Implement missing LLVMCore APIsPeter Zotov
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov
2013-11-03[OCaml] Fix ABI incompatibilityPeter Zotov
2011-12-28Update OCaml bindings for the new half float type.Bob Wilson
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin
2011-10-14OCaml bindings: fix attributes to use all 32 bitsTorok Edwin
2011-10-14OCaml bindings: add icmp_predicateTorok Edwin
2011-10-14OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin
2011-10-14bindings: named struct supportTorok Edwin
2011-10-14ocaml bindings: introduce classify_valueTorok Edwin
2011-10-14ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin
2011-10-06ocaml/C bindings: type->isSized()Torok Edwin
2011-10-06add binding to read icmp predicateTorok Edwin
2011-10-06ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin
2011-10-06C/OCaml API to retrieve struct name.Torok Edwin
2011-10-03attempt to fix ocaml bindings: landing padsTorok Edwin
2011-08-10Remove the build_unwind function from the OCaml bindings.Peter Collingbourne
2011-07-09Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky
2010-08-28Remove unions from the ocaml bindings.Benjamin Kramer
2010-08-20Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar
2010-04-10add attributes and module level asm to the ocaml bindings,Chris Lattner
2010-03-03Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar
2010-03-02Remove module providers from ocaml.Erick Tryzelaar
2010-03-02Add support for use to ocaml.Erick Tryzelaar
2010-02-28Add support getting the operands of a User to ocaml.Erick Tryzelaar
2010-02-28Add support for global aliases to ocaml.Erick Tryzelaar
2010-02-28Add support for inserting inline asm to ocaml.Erick Tryzelaar