summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2010-02-16Fix some ocaml documentationErick Tryzelaar2-5/+5
2010-02-09fix llvm_build_struct_gep for PR6167, patch byChris Lattner1-4/+3
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2-0/+2
2010-01-24This corrects an error in the type of the Llvm.dispose_context function.Chris Lattner2-2/+2
2010-01-15Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.Erick Tryzelaar1-3/+3
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher2-3/+1
2009-12-18Fix another parallel make race condition.Bob Wilson1-0/+1
2009-09-28Expose the rest of the attribute settings.Erick Tryzelaar2-0/+20
2009-09-28Fix a bug in ocaml bindings that has incorrect linkage options.Erick Tryzelaar2-0/+10
2009-09-14Expose initializing the native target for the execution engine.Erick Tryzelaar3-2/+12
2009-09-11Fix pr4820: Don't run llvm-config during "make clean" since it may haveBob Wilson1-0/+4
2009-08-30Fix header comment for bindings/ocaml/llvm/Makefile.Erick Tryzelaar1-1/+1
2009-08-19Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar3-125/+153
2009-08-19Add the ocaml binding to LLVMBuildAggregateRet.Erick Tryzelaar1-0/+6
2009-08-19Allow passing around LLVMContext in ocaml.Erick Tryzelaar6-81/+148
2009-08-18LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team.Edward O'Callaghan25-0/+17089
2009-08-16Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar3-0/+27
2009-08-16Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar3-0/+15
2009-08-16Expose most of the Constant creation functions to ocaml.Erick Tryzelaar3-4/+148
2009-08-16Expose most of the IRBuilder functionality to ocaml.Erick Tryzelaar3-3/+315
2009-08-10Fix comment in llvm.mli.Erick Tryzelaar1-2/+2
2009-08-10Fix docstring for ocaml binding's const_float.Erick Tryzelaar1-1/+1
2009-07-21Reorder the "Metadata" entry to match the C bindings.Bob Wilson2-2/+2
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner1-4/+4
2009-06-24Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson1-0/+7
2009-06-24remove dead makefile flags.Chris Lattner6-6/+0
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2-0/+3
2009-05-22Hopefully fix the build for people with ocaml.Duncan Sands1-0/+1
2009-05-21Add a getAlignOf helper for getting the ABI alignment of aDuncan Sands1-1/+7
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands1-1/+1
2009-05-06OCaml parameter attribute bindings from PR2752.Duncan Sands3-1/+121
2009-04-30Fix the JIT bindings for ocaml.Bill Wendling1-2/+2
2009-04-13Fix ocaml bindings; add "available_externally" linkage type.Nick Lewycky2-0/+2
2009-03-06Fix a parallel make race condition by swapping the order of -I directories.Bob Wilson1-2/+2
2009-02-26Remove libtool.Nick Lewycky1-1/+1
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-1/+1
2008-08-30PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen3-0/+29
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen3-14/+14
2008-08-09Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen2-6/+0
2008-08-09[PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen3-2/+18
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen3-4/+25
2008-05-19Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen1-1/+1
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands1-1/+1
2008-03-31Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar3-0/+26
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar3-1/+8
2008-03-25Extend the builder interface to use the new instruction positioning code.Gordon Henriksen3-36/+130
2008-03-23Another typo.Gordon Henriksen1-1/+1
2008-03-23Fix a typo.Gordon Henriksen1-1/+1
2008-03-23Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen3-12/+441
2008-03-20C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen3-0/+32