aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-123-0/+33
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-115-1/+109
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-103-0/+34
* Fix bug in constructing Ocaml option types in the bindings.Gordon Henriksen2007-12-082-3/+3
* Track dependencies when creating symlinks to LLVM libraries nextGordon Henriksen2007-12-031-9/+26
* Adding ocamldoc-style comments for the Ocaml bindings.Gordon Henriksen2007-12-016-56/+826
* Fix ocaml bindings for picky linkers. :)Gordon Henriksen2007-10-121-2/+3
* C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen2007-10-083-6/+67
* Fixed downrev Ocaml compatibility.Gordon Henriksen2007-10-081-2/+2
* C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen2007-10-083-1/+45