summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/llvm_ocaml.c
Commit message (Expand)AuthorAge
* add support for ocaml 3.12Nuno Lopes2012-09-02
* ocaml bindings: landing pad is now the last opcode.Benjamin Kramer2012-02-07
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix attributes to use all 32 bitsTorok 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
* bindings: tab and indentation fixes of my previous commitsTorok 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
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-28
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Fix arguments to ocaml's llvm_params.Erick Tryzelaar2010-08-20
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* 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 a way to look up a type by it's name in a module.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
* Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.Erick Tryzelaar2010-02-28
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-28
* Fix some ocaml documentationErick Tryzelaar2010-02-16
* fix llvm_build_struct_gep for PR6167, patch byChris Lattner2010-02-09
* Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.Erick Tryzelaar2010-01-15
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-19
* Add the ocaml binding to LLVMBuildAggregateRet.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
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-09
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-19
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13