Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parameter)
[oota-llvm.git] / bindings /
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
2010-03-03 Erick TryzelaarExpose the rest of the llvm-c scalar opts to ocaml.
2010-03-03 Erick TryzelaarRename some ocaml functions.
2010-03-03 Erick TryzelaarExpose the external functions for ocaml's execution...
2010-03-03 Erick TryzelaarExpose alignment and stack alignment attributes to...
2010-03-02 Erick TryzelaarUse the ocaml tag 0 since we are just returning an...
2010-03-02 Erick TryzelaarDon't use an ocaml keyword in an ocamldoc comment.
2010-03-02 Erick TryzelaarExpose the optimization level for the jit in ocaml.
2010-03-02 Erick TryzelaarRemove module providers from ocaml.
2010-03-02 Erick TryzelaarAdd support for use to ocaml.
2010-02-28 Erick TryzelaarAdd support getting the operands of a User to ocaml.
2010-02-28 Erick TryzelaarAdd support for global aliases to ocaml.
2010-02-28 Erick TryzelaarAdd support for inserting inline asm to ocaml.
2010-02-28 Erick TryzelaarAdd support for getting a null pointer.
2010-02-28 Erick TryzelaarAdd a way to look up a type by it's name in a module.
2010-02-28 Erick TryzelaarAdd replace_all_uses_with to ocaml.
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarFix incorrect uses of an ocaml llbuilder without extrac...
2010-02-28 Erick TryzelaarRemove malloc and free from the ocaml bindings.
2010-02-27 Jeffrey YasskinFix the ocaml bindings for the bitcode reader.
2010-02-16 Erick TryzelaarFix some ocaml documentation
2010-02-09 Chris Lattnerfix llvm_build_struct_gep for PR6167, patch by
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-24 Chris LattnerThis corrects an error in the type of the Llvm.dispose_...
2010-01-15 Erick TryzelaarFix bug 5992: O'Caml's llvm_create_module was treating...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2009-12-18 Bob WilsonFix another parallel make race condition.
2009-09-28 Erick TryzelaarExpose the rest of the attribute settings.
2009-09-28 Erick TryzelaarFix a bug in ocaml bindings that has incorrect linkage...
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.
next