Add examples for Kaleidoscope chapters 2 through 6.
[oota-llvm.git] / bindings /
2009-09-14 Erick TryzelaarExpose initializing the native target for the execution...
2009-09-11 Bob WilsonFix pr4820: Don't run llvm-config during "make clean...
2009-08-30 Erick TryzelaarFix header comment for bindings/ocaml/llvm/Makefile.
2009-08-19 Erick TryzelaarConvert the rest of the ocaml types and functions to...
2009-08-19 Erick TryzelaarAdd the ocaml binding to LLVMBuildAggregateRet.
2009-08-19 Erick TryzelaarAllow passing around LLVMContext in ocaml.
2009-08-18 Edward O'CallaghanLLVM Ada language bindings. Credit to Rod Kay and the...
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarAdd an llvm-c function that lets you insert an instruct...
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to ocaml.
2009-08-16 Erick TryzelaarExpose most of the IRBuilder functionality to ocaml.
2009-08-10 Erick TryzelaarFix comment in llvm.mli.
2009-08-10 Erick TryzelaarFix docstring for ocaml binding's const_float.
2009-07-21 Bob WilsonReorder the "Metadata" entry to match the C bindings.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-24 Chris Lattnerremove dead makefile flags.
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-21 Duncan SandsAdd a getAlignOf helper for getting the ABI alignment...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-04-30 Bill WendlingFix the JIT bindings for ocaml.
2009-04-13 Nick LewyckyFix ocaml bindings; add "available_externally" linkage...
2009-03-06 Bob WilsonFix a parallel make race condition by swapping the...
2009-02-26 Nick LewyckyRemove libtool.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
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-08-08 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-25 Gordon HenriksenExtend the builder interface to use the new instruction...
2008-03-23 Gordon HenriksenAnother typo.
2008-03-23 Gordon HenriksenFix a typo.
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-20 Gordon HenriksenC and Objective Caml bindings for mem2reg and reg2mem.
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-17 Bill WendlingFix for "make install" of ocaml docs. Patch by Erick...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-15 Gordon HenriksenMinor documentation fix.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-10 Gordon HenriksenRefresh Makefile.ocaml in objdir if it is modified...
2008-03-10 Gordon HenriksenRefresh Makefile.ocaml in objdir if it is modified...
2008-03-10 Gordon HenriksenAdding ocamldoc generation.
2008-03-10 Gordon HenriksenFormatting improvements.
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.
2008-03-07 Gordon HenriksenFix a typo. 'make clean' in bindings/ocaml would leave...
2008-03-04 Gordon HenriksenFix a typo noticed by Erick Tryzelaar,
2008-01-06 Gordon HenriksenModify Makefile.rules to allow makefiles to prepend...
2008-01-04 Gordon HenriksenFix a typo in llvm.mli noticed by Alain Frisch.
2008-01-04 Gordon HenriksenQuote a path in the Ocaml makefile which is likely...
2007-12-30 Gordon HenriksenTrying r45451 again, but this time warning-free on...
2007-12-30 Gordon HenriksenRemove some lines that are nonportable to Ocaml 3.06.
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
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-25 Gordon HenriksenDisabling -g for ocaml builds; it's not downwards compa...
2007-12-23 Gordon HenriksenFix some Ocaml GC errors noticed upon review.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., 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-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-08 Gordon HenriksenFix bug in constructing Ocaml option types in the bindings.
2007-12-03 Gordon HenriksenTrack dependencies when creating symlinks to LLVM libra...
2007-12-01 Gordon HenriksenAdding ocamldoc-style comments for the Ocaml bindings.
2007-10-12 Gordon HenriksenFix ocaml bindings for picky linkers. :)
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Gordon HenriksenFixed downrev Ocaml compatibility.
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 HenriksenBindings for the verifier.
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 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-10-04 Gordon HenriksenDo use the actual ocaml stdlib (not the install dir...
2007-10-02 Gordon HenriksenProviding --with-ocaml-libdir for ./configure. The...
2007-10-02 Gordon HenriksenAdd explicit --enable-bindings option to configure.
2007-09-27 Gordon HenriksenRemove debugging.
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-23 Gordon HenriksenFix srcdir <> objdir builds with ocaml 2.10. Downrev...
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
next