aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/llvm/llvm.mli
Commit message (Expand)AuthorAgeFilesLines
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Update OCaml bindings for the new half float type.Bob Wilson2011-12-281-0/+1
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-141-2/+39
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-141-0/+12
* bindings: named struct supportTorok Edwin2011-10-141-1/+18
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-141-0/+27
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-141-1/+78
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-061-0/+5
* add binding to read icmp predicateTorok Edwin2011-10-061-0/+2
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-061-0/+8
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-061-0/+4
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-031-1/+11
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-101-6/+0
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-091-48/+0
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-231-481/+481
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-281-18/+0
* Fix a typo.Bob Wilson2010-08-201-1/+1
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+8
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-101-13/+13
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-031-0/+2
* Don't use an ocaml keyword in an ocamldoc comment.Erick Tryzelaar2010-03-021-7/+8
* Remove module providers from ocaml.Erick Tryzelaar2010-03-021-24/+6
* Add support for use to ocaml.Erick Tryzelaar2010-03-021-0/+35
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-281-0/+7
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-281-0/+9
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-281-0/+6
* Add support for getting a null pointer.Erick Tryzelaar2010-02-281-0/+4
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-281-0/+5
* Add replace_all_uses_with to ocaml.Erick Tryzelaar2010-02-281-0/+5
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-281-5/+21
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+18
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+62
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+94
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-3/+22
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-281-20/+0
* Fix some ocaml documentationErick Tryzelaar2010-02-161-3/+3
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-0/+1
* This corrects an error in the type of the Llvm.dispose_context function.Chris Lattner2010-01-241-1/+1
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-1/+0
* Expose the rest of the attribute settings.Erick Tryzelaar2009-09-281-0/+10
* Fix a bug in ocaml bindings that has incorrect linkage options.Erick Tryzelaar2009-09-281-0/+5
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-191-50/+62
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-191-32/+62
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-161-0/+10
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-161-0/+6
* Expose most of the Constant creation functions to ocaml.Erick Tryzelaar2009-08-161-3/+83
* Expose most of the IRBuilder functionality to ocaml.Erick Tryzelaar2009-08-161-2/+141
* Fix comment in llvm.mli.Erick Tryzelaar2009-08-101-2/+2
* Fix docstring for ocaml binding's const_float.Erick Tryzelaar2009-08-101-1/+1
* Reorder the "Metadata" entry to match the C bindings.Bob Wilson2009-07-211-1/+1