aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/llvm
Commit message (Expand)AuthorAgeFilesLines
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* add support for ocaml 3.12Nuno Lopes2012-09-021-0/+3
* ocaml bindings: landing pad is now the last opcode.Benjamin Kramer2012-02-071-1/+1
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-251-1/+1
* Update OCaml bindings for the new half float type.Bob Wilson2011-12-282-0/+3
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-091-2/+4
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-143-2/+120
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-143-42/+120
* OCaml bindings: add icmp_predicateTorok Edwin2011-10-141-0/+2
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-141-1/+8
* bindings: named struct supportTorok Edwin2011-10-143-1/+49
* ocaml bindings: add findlib META supportTorok Edwin2011-10-142-0/+84
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-143-1/+119
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-143-1/+178
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-141-31/+31
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-063-0/+10
* add binding to read icmp predicateTorok Edwin2011-10-063-0/+17
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-063-0/+37
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-063-0/+19
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-033-1/+27
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-103-12/+0
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-093-126/+0
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-231-481/+481
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-0/+5
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-283-43/+0
* Fix a typo.Bob Wilson2010-08-201-1/+1
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-203-0/+21
* Fix arguments to ocaml's llvm_params.Erick Tryzelaar2010-08-201-2/+2
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-103-33/+86
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-032-0/+4
* Don't use an ocaml keyword in an ocamldoc comment.Erick Tryzelaar2010-03-021-7/+8
* Remove module providers from ocaml.Erick Tryzelaar2010-03-023-42/+7
* Add support for use to ocaml.Erick Tryzelaar2010-03-023-0/+104
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-283-0/+17
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-283-0/+20
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-283-0/+17
* Add support for getting a null pointer.Erick Tryzelaar2010-02-282-0/+5
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-283-0/+19
* Add replace_all_uses_with to ocaml.Erick Tryzelaar2010-02-282-0/+7
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-283-5/+54
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-283-0/+37
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-283-0/+170
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-283-0/+165
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-283-6/+51
* Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.Erick Tryzelaar2010-02-281-4/+3
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-283-42/+0
* Fix some ocaml documentationErick Tryzelaar2010-02-162-5/+5
* fix llvm_build_struct_gep for PR6167, patch byChris Lattner2010-02-091-4/+3
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-062-0/+2