aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/llvm/llvm_ocaml.c
Commit message (Expand)AuthorAgeFilesLines
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-0/+5
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-281-15/+0
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+11
* 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-101-6/+11
* Remove module providers from ocaml.Erick Tryzelaar2010-03-021-8/+0
* Add support for use to ocaml.Erick Tryzelaar2010-03-021-0/+36
* 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/+7
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-281-0/+8
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-281-0/+12
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+27
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+14
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+86
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+48
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-1/+16
* 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-281-17/+0
* Fix some ocaml documentationErick Tryzelaar2010-02-161-2/+2
* fix llvm_build_struct_gep for PR6167, patch byChris Lattner2010-02-091-4/+3
* Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.Erick Tryzelaar2010-01-151-3/+3
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-191-41/+71
* Add the ocaml binding to LLVMBuildAggregateRet.Erick Tryzelaar2009-08-191-0/+6
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-191-19/+44
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-161-0/+13
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-161-0/+7
* Expose most of the Constant creation functions to ocaml.Erick Tryzelaar2009-08-161-0/+43
* Expose most of the IRBuilder functionality to ocaml.Erick Tryzelaar2009-08-161-0/+130
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-061-0/+45
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-301-0/+14
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-6/+6
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-091-0/+7
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-191-1/+1
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-1/+1
* Extend the builder interface to use the new instruction positioning code.Gordon Henriksen2008-03-251-23/+15
* Another typo.Gordon Henriksen2008-03-231-1/+1
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-231-12/+66
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-191-0/+8
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-161-0/+34
* Expose Module::dump via C and Ocaml.Gordon Henriksen2008-03-141-0/+6
* Cleanup some comments in the OCaml bindings.Gordon Henriksen2008-03-071-1/+1
* Trying r45451 again, but this time warning-free on 3.10.x.Gordon Henriksen2007-12-301-0/+3
* Remove some lines that are nonportable to Ocaml 3.06.Gordon Henriksen2007-12-301-1/+0
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-291-0/+13
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-271-0/+22
* Adding an uninitialized builder constructor to the Ocaml bindings.Gordon Henriksen2007-12-261-9/+14
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-3/+3
* Using modules to group enumerations in Ocaml bindings.Gordon Henriksen2007-12-191-9/+9
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-191-0/+61