aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml
Commit message (Expand)AuthorAgeFilesLines
...
* 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-092-6/+8
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-146-3/+261
* 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
* ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin2011-10-065-1/+255
* 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
* Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer2011-07-313-16/+0
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-093-126/+0
* Fix compiling the ocaml kaleidoscope tutorialsErick Tryzelaar2011-02-091-2/+7
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-233-519/+519
* Try to fix ocaml bindings.Eric Christopher2010-10-083-14/+0
* 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
* Add OCaml tutorial to the examples.Erick Tryzelaar2010-03-081-28/+95
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-063-0/+34
* Expose the rest of the llvm-c scalar opts to ocaml.Erick Tryzelaar2010-03-033-20/+226
* Rename some ocaml functions.Erick Tryzelaar2010-03-033-13/+13
* Expose the external functions for ocaml's execution engine as an optimization.Erick Tryzelaar2010-03-031-29/+36
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-032-0/+4
* Use the ocaml tag 0 since we are just returning an option value.Erick Tryzelaar2010-03-021-1/+1
* Don't use an ocaml keyword in an ocamldoc comment.Erick Tryzelaar2010-03-021-7/+8
* Expose the optimization level for the jit in ocaml.Erick Tryzelaar2010-03-023-31/+10
* Remove module providers from ocaml.Erick Tryzelaar2010-03-029-112/+71
* 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