aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-193-125/+153
* Add the ocaml binding to LLVMBuildAggregateRet.Erick Tryzelaar2009-08-191-0/+6
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-196-81/+148
* LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team.Edward O'Callaghan2009-08-1825-0/+17089
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-163-0/+27
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-163-0/+15
* Expose most of the Constant creation functions to ocaml.Erick Tryzelaar2009-08-163-4/+148
* Expose most of the IRBuilder functionality to ocaml.Erick Tryzelaar2009-08-163-3/+315
* Fix comment in llvm.mli.Erick Tryzelaar2009-08-101-2/+2
* Fix docstring for ocaml binding's const_float.Erick Tryzelaar2009-08-101-1/+1
* Reorder the "Metadata" entry to match the C bindings.Bob Wilson2009-07-212-2/+2
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-4/+4
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-0/+7
* remove dead makefile flags.Chris Lattner2009-06-246-6/+0
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-302-0/+3
* Hopefully fix the build for people with ocaml.Duncan Sands2009-05-221-0/+1
* Add a getAlignOf helper for getting the ABI alignment of aDuncan Sands2009-05-211-1/+7
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-063-1/+121
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-301-2/+2
* Fix ocaml bindings; add "available_externally" linkage type.Nick Lewycky2009-04-132-0/+2
* Fix a parallel make race condition by swapping the order of -I directories.Bob Wilson2009-03-061-2/+2
* Remove libtool.Nick Lewycky2009-02-261-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-303-0/+29
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-173-14/+14
* Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen2008-08-092-6/+0
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-093-2/+18
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-083-4/+25
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-191-1/+1
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-1/+1
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-313-0/+26
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-273-1/+8
* Extend the builder interface to use the new instruction positioning code.Gordon Henriksen2008-03-253-36/+130
* Another typo.Gordon Henriksen2008-03-231-1/+1
* Fix a typo.Gordon Henriksen2008-03-231-1/+1
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-233-12/+441
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-203-0/+32
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-193-20/+65
* Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar!Bill Wendling2008-03-171-0/+5
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-165-1/+276
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-166-1/+146
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-163-0/+106
* Minor documentation fix.Gordon Henriksen2008-03-151-1/+1
* Expose Module::dump via C and Ocaml.Gordon Henriksen2008-03-142-0/+7
* Expose Module::dump via C and Ocaml.Gordon Henriksen2008-03-141-0/+4
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-101-0/+8
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-101-0/+1
* Adding ocamldoc generation.Gordon Henriksen2008-03-102-0/+12
* Formatting improvements.Gordon Henriksen2008-03-101-2/+2