aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/llvm/llvm.mli
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-52/+152
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-33/+38
* [OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov2013-11-141-0/+15
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-061-0/+3
* [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov2013-11-051-0/+2
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-051-4/+6
* [OCaml] DocumentationPeter Zotov2013-11-041-6/+17
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-041-1/+136
* [OCaml] FormattingPeter Zotov2013-11-041-158/+43
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-031-0/+7
* OCaml bindings: fix typo in documentationSylvestre Ledru2013-11-011-1/+1
* OCaml bindings: formattingSylvestre Ledru2013-11-011-2/+2
* 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