summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/llvm.ml
Commit message (Expand)AuthorAge
* Update OCaml bindings for the new half float type.Bob Wilson2011-12-28
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-14
* OCaml bindings: add icmp_predicateTorok Edwin2011-10-14
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-14
* bindings: named struct supportTorok Edwin2011-10-14
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-14
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-03
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-10
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-09
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-28
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-03
* Remove module providers from ocaml.Erick Tryzelaar2010-03-02
* Add support for use to ocaml.Erick Tryzelaar2010-03-02
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-28
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-28
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-28
* Add support for getting a null pointer.Erick Tryzelaar2010-02-28
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-28
* Add replace_all_uses_with to ocaml.Erick Tryzelaar2010-02-28
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-28
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* This corrects an error in the type of the Llvm.dispose_context function.Chris Lattner2010-01-24
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Expose the rest of the attribute settings.Erick Tryzelaar2009-09-28
* Fix a bug in ocaml bindings that has incorrect linkage options.Erick Tryzelaar2009-09-28
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-19
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-19
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-16
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-16
* Expose most of the Constant creation functions to ocaml.Erick Tryzelaar2009-08-16
* Expose most of the IRBuilder functionality to ocaml.Erick Tryzelaar2009-08-16
* Reorder the "Metadata" entry to match the C bindings.Bob Wilson2009-07-21
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Hopefully fix the build for people with ocaml.Duncan Sands2009-05-22
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* Fix ocaml bindings; add "available_externally" linkage type.Nick Lewycky2009-04-13
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30