[OCaml] Expose LLVMCloneModule.
[oota-llvm.git] / bindings / ocaml / llvm / llvm.mli
2014-10-30 Peter Zotov[OCaml] Expose LLVMCloneModule.
2014-10-30 Peter Zotov[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
2014-10-29 Peter Zotov[OCaml] Expose Llvm.parse_command_line_options.
2014-10-28 Peter Zotov[OCaml] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-26 Peter Zotov[OCaml] Expose existing documentation in ocamldoc.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-08-12 Peter Zotov[OCaml] Expose Llvm.get_operand_use.
2014-08-03 Peter Zotov[OCaml] Add Llvm.{string_of_const,const_element}.
2014-07-02 Peter Zotov[OCaml] Documentation improvements.
2014-06-30 Peter Zotov[OCaml] Documentation improvements.
2014-06-07 Peter Zotov[OCaml] Commit missing parts of r210395
2014-06-07 Peter Zotov[OCaml] Introduce an llmdkind abstract type.
2013-11-14 Peter Zotov[OCaml] Expose LLVM's fatal error and stacktrace APIs
2013-11-06 Peter Zotov[OCaml] Implement Llvm.string_of_llvalue
2013-11-05 Peter Zotov[OCaml] (PR16190) Add ValueKinds for ConstantDataSequen...
2013-11-05 Peter Zotov[OCaml] (PR16318) Add missing argument to Llvm.const_in...
2013-11-04 Peter Zotov[OCaml] Documentation
2013-11-04 Peter Zotov[OCaml] Implement missing LLVMCore APIs
2013-11-04 Peter Zotov[OCaml] Formatting
2013-11-03 Peter Zotov[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
2013-11-01 Sylvestre LedruOCaml bindings: fix typo in documentation
2013-11-01 Sylvestre LedruOCaml bindings: formatting
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-12-28 Bob WilsonUpdate OCaml bindings for the new half float type.
2011-10-14 Torok EdwinOCaml bindings: add some missing functions and testcases.
2011-10-14 Torok EdwinOCaml bindings: fix attributes to use all 32 bits
2011-10-14 Torok Edwinbindings: named struct support
2011-10-14 Torok Edwinocaml bindings: introduce classify_value
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-03 Torok Edwinattempt to fix ocaml bindings: landing pads
2011-08-10 Peter CollingbourneRemove the build_unwind function from the OCaml bindings.
2011-07-09 Nick LewyckyUpdate OCaml bindings. Opaque types are gone, type...
2010-12-23 Torok EdwinFix OCaml bindings crash, PR8847.
2010-08-28 Benjamin KramerRemove unions from the ocaml bindings.
2010-08-20 Bob WilsonFix a typo.
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-03-03 Erick TryzelaarExpose alignment and stack alignment attributes to...
2010-03-02 Erick TryzelaarDon't use an ocaml keyword in an ocamldoc comment.
2010-03-02 Erick TryzelaarRemove module providers from ocaml.
2010-03-02 Erick TryzelaarAdd support for use to ocaml.
2010-02-28 Erick TryzelaarAdd support getting the operands of a User to ocaml.
2010-02-28 Erick TryzelaarAdd support for global aliases to ocaml.
2010-02-28 Erick TryzelaarAdd support for inserting inline asm to ocaml.
2010-02-28 Erick TryzelaarAdd support for getting a null pointer.
2010-02-28 Erick TryzelaarAdd a way to look up a type by it's name in a module.
2010-02-28 Erick TryzelaarAdd replace_all_uses_with to ocaml.
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarRemove malloc and free from the ocaml bindings.
2010-02-16 Erick TryzelaarFix some ocaml documentation
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-24 Chris LattnerThis corrects an error in the type of the Llvm.dispose_...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2009-09-28 Erick TryzelaarExpose the rest of the attribute settings.
2009-09-28 Erick TryzelaarFix a bug in ocaml bindings that has incorrect linkage...
2009-08-19 Erick TryzelaarConvert the rest of the ocaml types and functions to...
2009-08-19 Erick TryzelaarAllow passing around LLVMContext in ocaml.
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarAdd an llvm-c function that lets you insert an instruct...
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to ocaml.
2009-08-16 Erick TryzelaarExpose most of the IRBuilder functionality to ocaml.
2009-08-10 Erick TryzelaarFix comment in llvm.mli.
2009-08-10 Erick TryzelaarFix docstring for ocaml binding's const_float.
2009-07-21 Bob WilsonReorder the "Metadata" entry to match the C bindings.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-21 Duncan SandsAdd a getAlignOf helper for getting the ABI alignment...
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-04-13 Nick LewyckyFix ocaml bindings; add "available_externally" linkage...
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-09 Gordon Henriksen[PR-2610] Adding Ocaml bindings for Switch::addCase.
2008-03-25 Gordon HenriksenExtend the builder interface to use the new instruction...
2008-03-23 Gordon HenriksenFix a typo.
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-10 Gordon HenriksenFormatting improvements.
2008-03-09 Gordon HenriksenThis patch cleans up the OCaml bindings so that they...
2008-03-07 Gordon HenriksenCleanup some comments in the OCaml bindings.
2008-01-04 Gordon HenriksenFix a typo in llvm.mli noticed by Alain Frisch.
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-26 Gordon HenriksenAdding an uninitialized builder constructor to the...
2007-12-20 Gordon HenriksenUse a module to group calling convention values, too.
2007-12-19 Gordon HenriksenUsing modules to group enumerations in Ocaml bindings.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
next