[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.
[oota-llvm.git] / bindings / ocaml /
2011-11-09 Wojciech MatyjewiczMinor fixes in Makefiles for the OCaml bindings:
2011-10-14 Torok EdwinOCaml bindings: add some missing functions and testcases.
2011-10-14 Torok EdwinOCaml bindings: fix attributes to use all 32 bits
2011-10-14 Torok EdwinOCaml bindings: add icmp_predicate
2011-10-14 Torok EdwinOCaml bindings: fix infinite recursion on string_of_lltype
2011-10-14 Torok Edwinbindings: named struct support
2011-10-14 Torok Edwinocaml bindings: add findlib META support
2011-10-14 Torok Edwinocaml bindings: introduce classify_value
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-14 Torok Edwinbindings: tab and indentation fixes of my previous...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-06 Torok Edwinocaml bindings: add llvm_ipo based on IPO.h
2011-10-03 Torok Edwinattempt to fix ocaml bindings: landing pads
2011-08-10 Peter CollingbourneRemove the build_unwind function from the OCaml bindings.
2011-07-31 Benjamin KramerRemove InvalidateStructLayoutInfo from the ocaml bindings.
2011-07-09 Nick LewyckyUpdate OCaml bindings. Opaque types are gone, type...
2011-02-09 Erick TryzelaarFix compiling the ocaml kaleidoscope tutorials
2010-12-23 Torok EdwinFix OCaml bindings crash, PR8847.
2010-10-08 Eric ChristopherTry to fix ocaml bindings.
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-28 Benjamin KramerRemove unions from the ocaml bindings.
2010-08-20 Bob WilsonFix a typo.
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Erick TryzelaarFix arguments to ocaml's llvm_params.
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-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.
next