aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch cleans up the OCaml bindings so that they format nicely withGordon Henriksen2008-03-096-349/+373
* Cleanup some comments in the OCaml bindings.Gordon Henriksen2008-03-073-3/+3
* Fix a typo. 'make clean' in bindings/ocaml would leave an output.Gordon Henriksen2008-03-071-1/+1
* Fix a typo noticed by Erick Tryzelaar,Gordon Henriksen2008-03-041-1/+1
* Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen2008-01-061-1/+2
* Fix a typo in llvm.mli noticed by Alain Frisch.Gordon Henriksen2008-01-041-1/+1
* Quote a path in the Ocaml makefile which is likely to include spaces on Windows.Gordon Henriksen2008-01-041-1/+1
* Trying r45451 again, but this time warning-free on 3.10.x.Gordon Henriksen2007-12-303-0/+9
* Remove some lines that are nonportable to Ocaml 3.06.Gordon Henriksen2007-12-303-3/+0
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-2915-30/+30
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-293-0/+33
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-298-16/+16
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-273-0/+51
* Adding an uninitialized builder constructor to the Ocaml bindings.Gordon Henriksen2007-12-263-9/+22
* Disabling -g for ocaml builds; it's not downwards compatible.Gordon Henriksen2007-12-251-3/+4
* Fix some Ocaml GC errors noticed upon review.Gordon Henriksen2007-12-231-13/+23
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-238-12/+608
* Use a module to group calling convention values, too.Gordon Henriksen2007-12-202-10/+14
* Using modules to group enumerations in Ocaml bindings.Gordon Henriksen2007-12-193-163/+184
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-197-48/+172
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-173-5/+35