2009-04-30 |
Bill Wendling | Fix the JIT bindings for ocaml. |
tree | commitdiff |
2009-04-13 |
Nick Lewycky | Fix ocaml bindings; add "available_externally" linkage... |
tree | commitdiff |
2009-03-06 |
Bob Wilson | Fix a parallel make race condition by swapping the... |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Remove libtool. |
tree | commitdiff |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
tree | commitdiff |
2008-08-30 |
Gordon Henriksen | PR2731: C and Ocaml bindings for setTailCall and isTail... |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Rename some GC classes so that their roll will hopefull... |
tree | commitdiff |
2008-08-09 |
Gordon Henriksen | Delete a redundant binding, LLVMHasInitializer. |
tree | commitdiff |
2008-08-09 |
Gordon Henriksen | [PR-2610] Adding Ocaml bindings for Switch::addCase. |
tree | commitdiff |
2008-08-08 |
Gordon Henriksen | Fix the LLVMCreateJITCompiler C binding. |
tree | commitdiff |
2008-05-19 |
Gordon Henriksen | Remove a duplicative binding. Patch by Mahadevan R. |
tree | commitdiff |
2008-04-13 |
Duncan Sands | Merge LLVMBuilder and FoldingBuilder, calling |
tree | commitdiff |
2008-03-31 |
Erick Tryzelaar | Expose Function::viewCFG and Function::viewCFGOnly... |
tree | commitdiff |
2008-03-27 |
Erick Tryzelaar | Expose ExecutionEngine::getTargetData() to c and ocaml... |
tree | commitdiff |
2008-03-25 |
Gordon Henriksen | Extend the builder interface to use the new instruction... |
tree | commitdiff |
2008-03-23 |
Gordon Henriksen | Another typo. |
tree | commitdiff |
2008-03-23 |
Gordon Henriksen | Fix a typo. |
tree | commitdiff |
2008-03-23 |
Gordon Henriksen | Objective Caml bindings for basic block, function,... |
tree | commitdiff |
2008-03-20 |
Gordon Henriksen | C and Objective Caml bindings for mem2reg and reg2mem. |
tree | commitdiff |
2008-03-19 |
Gordon Henriksen | C and Objective Caml bindings for the various getParent... |
tree | commitdiff |
2008-03-17 |
Bill Wendling | Fix for "make install" of ocaml docs. Patch by Erick... |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for the TargetData class. |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for several scalar transf... |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for PassManagers. |
tree | commitdiff |
2008-03-15 |
Gordon Henriksen | Minor documentation fix. |
tree | commitdiff |
2008-03-14 |
Gordon Henriksen | Expose Module::dump via C and Ocaml. |
tree | commitdiff |
2008-03-14 |
Gordon Henriksen | Expose Module::dump via C and Ocaml. |
tree | commitdiff |
2008-03-10 |
Gordon Henriksen | Refresh Makefile.ocaml in objdir if it is modified... |
tree | commitdiff |
2008-03-10 |
Gordon Henriksen | Refresh Makefile.ocaml in objdir if it is modified... |
tree | commitdiff |
2008-03-10 |
Gordon Henriksen | Adding ocamldoc generation. |
tree | commitdiff |
2008-03-10 |
Gordon Henriksen | Formatting improvements. |
tree | commitdiff |
2008-03-09 |
Gordon Henriksen | This patch cleans up the OCaml bindings so that they... |
tree | commitdiff |
2008-03-07 |
Gordon Henriksen | Cleanup some comments in the OCaml bindings. |
tree | commitdiff |
2008-03-07 |
Gordon Henriksen | Fix a typo. 'make clean' in bindings/ocaml would leave... |
tree | commitdiff |
2008-03-04 |
Gordon Henriksen | Fix a typo noticed by Erick Tryzelaar, |
tree | commitdiff |
2008-01-06 |
Gordon Henriksen | Modify Makefile.rules to allow makefiles to prepend... |
tree | commitdiff |
2008-01-04 |
Gordon Henriksen | Fix a typo in llvm.mli noticed by Alain Frisch. |
tree | commitdiff |
2008-01-04 |
Gordon Henriksen | Quote a path in the Ocaml makefile which is likely... |
tree | commitdiff |
2007-12-30 |
Gordon Henriksen | Trying r45451 again, but this time warning-free on... |
tree | commitdiff |
2007-12-30 |
Gordon Henriksen | Remove some lines that are nonportable to Ocaml 3.06. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attribution from a variety of miscellaneous... |
tree | commitdiff |
2007-12-29 |
Gordon Henriksen | Bindings for instruction calling conventions. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from the rest of the llvm makefiles. |
tree | commitdiff |
2007-12-27 |
Gordon Henriksen | Adding bindings for target triple and data layout. |
tree | commitdiff |
2007-12-26 |
Gordon Henriksen | Adding an uninitialized builder constructor to the... |
tree | commitdiff |
2007-12-25 |
Gordon Henriksen | Disabling -g for ocaml builds; it's not downwards compa... |
tree | commitdiff |
2007-12-23 |
Gordon Henriksen | Fix some Ocaml GC errors noticed upon review. |
tree | commitdiff |
2007-12-23 |
Gordon Henriksen | C and Ocaml bindings for ExecutionEngine (i.e., the... |
tree | commitdiff |
2007-12-20 |
Gordon Henriksen | Use a module to group calling convention values, too. |
tree | commitdiff |
2007-12-19 |
Gordon Henriksen | Using modules to group enumerations in Ocaml bindings. |
tree | commitdiff |
2007-12-19 |
Gordon Henriksen | Adding bindings for memory buffers and module providers... |
tree | commitdiff |
2007-12-17 |
Gordon Henriksen | C and Ocaml bindings for address spaces, for that burge... |
tree | commitdiff |
2007-12-12 |
Gordon Henriksen | Add (very basic) bindings for ModuleProvider. |
tree | commitdiff |
2007-12-11 |
Gordon Henriksen | Adding Ocaml bindings for the bitreader as requested... |
tree | commitdiff |
2007-12-10 |
Gordon Henriksen | Adding a collector name attribute to Function in the... |
tree | commitdiff |
2007-12-08 |
Gordon Henriksen | Fix bug in constructing Ocaml option types in the bindings. |
tree | commitdiff |
2007-12-03 |
Gordon Henriksen | Track dependencies when creating symlinks to LLVM libra... |
tree | commitdiff |
2007-12-01 |
Gordon Henriksen | Adding ocamldoc-style comments for the Ocaml bindings. |
tree | commitdiff |
2007-10-12 |
Gordon Henriksen | Fix ocaml bindings for picky linkers. :) |
tree | commitdiff |
2007-10-08 |
Gordon Henriksen | C and Objective Caml bindings for PHINode::addIncoming... |
tree | commitdiff |
2007-10-08 |
Gordon Henriksen | Fixed downrev Ocaml compatibility. |
tree | commitdiff |
2007-10-08 |
Gordon Henriksen | C and Objective Caml bindings for getFunction and getNa... |
tree | commitdiff |
2007-10-07 |
Gordon Henriksen | C and Objective Caml bindings for GlobalVariable::isCon... |
tree | commitdiff |
2007-10-07 |
Gordon Henriksen | C and Objective Caml bindings for PATypeHolder. |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Bindings for the verifier. |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Deleting some unnecessary glue. |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for type construct... |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for type construct... |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for constant const... |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Adding C and Ocaml bindings for ConstantExpr. |
tree | commitdiff |
2007-10-06 |
Gordon Henriksen | Wrapping Value::dump. |
tree | commitdiff |
2007-10-04 |
Gordon Henriksen | Do use the actual ocaml stdlib (not the install dir... |
tree | commitdiff |
2007-10-02 |
Gordon Henriksen | Providing --with-ocaml-libdir for ./configure. The... |
tree | commitdiff |
2007-10-02 |
Gordon Henriksen | Add explicit --enable-bindings option to configure. |
tree | commitdiff |
2007-09-27 |
Gordon Henriksen | Remove debugging. |
tree | commitdiff |
2007-09-26 |
Gordon Henriksen | Added C and Ocaml bindings for functions, basic blocks... |
tree | commitdiff |
2007-09-23 |
Gordon Henriksen | Fix srcdir <> objdir builds with ocaml 2.10. Downrev... |
tree | commitdiff |
2007-09-20 |
Gordon Henriksen | Incorporating review feedback for GC verifier patch. |
tree | commitdiff |
2007-09-20 |
Gabor Greif | use typenames equivalent to |
tree | commitdiff |
2007-09-19 |
Gabor Greif | include alloca.h if available. this helps Solaris,... |
tree | commitdiff |
2007-09-18 |
Gordon Henriksen | Tests of the ocaml (and thus C) bindings for constants. |
tree | commitdiff |
2007-09-18 |
Gordon Henriksen | Adding ocaml language bindings for the vmcore and bitwr... |
tree | commitdiff |
2007-09-18 |
Gordon Henriksen | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
tree | commitdiff |
|