aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-073-0/+17
* C and Objective Caml bindings for PATypeHolder.Gordon Henriksen2007-10-073-0/+44
* Bindings for the verifier.Gordon Henriksen2007-10-068-18/+141
* Deleting some unnecessary glue.Gordon Henriksen2007-10-063-21/+6
* Adopting a uniform naming convention for type constructors inGordon Henriksen2007-10-063-32/+44
* Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen2007-10-061-11/+11
* Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen2007-10-063-67/+62
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-063-9/+121
* Wrapping Value::dump.Gordon Henriksen2007-10-063-0/+8
* Do use the actual ocaml stdlib (not the install dir) to find theGordon Henriksen2007-10-041-3/+2
* Providing --with-ocaml-libdir for ./configure. The default is theGordon Henriksen2007-10-022-8/+2
* Add explicit --enable-bindings option to configure.Gordon Henriksen2007-10-021-3/+1
* Remove debugging.Gordon Henriksen2007-09-271-4/+0
* Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen2007-09-265-193/+1028
* Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whetherGordon Henriksen2007-09-231-1/+2
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-203-52/+82
* use typenames equivalent toGabor Greif2007-09-201-2/+2
* include alloca.h if available. this helps Solaris, but intnat and uintnat typ...Gabor Greif2007-09-191-1/+5
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-183-3/+27
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-1811-0/+956
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen2007-09-181-0/+265