Expose most of the IRBuilder functionality to ocaml.
[oota-llvm.git] / bindings / ocaml / llvm / llvm.ml
2009-08-16 Erick TryzelaarExpose most of the IRBuilder functionality to ocaml.
2009-07-21 Bob WilsonReorder the "Metadata" entry to match the C bindings.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-22 Duncan SandsHopefully fix the build for people with ocaml.
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-04-13 Nick LewyckyFix ocaml bindings; add "available_externally" linkage...
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-09 Gordon Henriksen[PR-2610] Adding Ocaml bindings for Switch::addCase.
2008-03-25 Gordon HenriksenExtend the builder interface to use the new instruction...
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-09 Gordon HenriksenThis patch cleans up the OCaml bindings so that they...
2008-03-07 Gordon HenriksenCleanup some comments in the OCaml bindings.
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-26 Gordon HenriksenAdding an uninitialized builder constructor to the...
2007-12-20 Gordon HenriksenUse a module to group calling convention values, too.
2007-12-19 Gordon HenriksenUsing modules to group enumerations in Ocaml bindings.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-01 Gordon HenriksenAdding ocamldoc-style comments for the Ocaml bindings.
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenDeleting some unnecessary glue.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Gordon HenriksenWrapping Value::dump.
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...