| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -3/+3 |
* | Switch Ocaml to use llvm_supports_binding. | Daniel Dunbar | 2009-09-13 | 2 | -3/+5 |
* | Replace ocamlc tests with ocamlopt tests since they're less noisy. | Erick Tryzelaar | 2009-09-03 | 7 | -10/+10 |
* | Convert the rest of the ocaml types and functions to use context. | Erick Tryzelaar | 2009-08-19 | 7 | -39/+64 |
* | Allow passing around LLVMContext in ocaml. | Erick Tryzelaar | 2009-08-19 | 7 | -57/+59 |
* | Expose creating constant ints and floats from strings to ocaml. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+12 |
* | Fix whitespace expectations to match the new AsmWriter behavior. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | Nounwind is not valid for function return values. | Duncan Sands | 2009-05-06 | 1 | -1/+0 |
* | OCaml parameter attribute bindings from PR2752. | Duncan Sands | 2009-05-06 | 1 | -1/+11 |
* | tweak this to accept asmprinter changes. I have no way to verify this, hopef... | Chris Lattner | 2009-03-01 | 1 | -1/+1 |
* | Update to match space changes in .ll | Daniel Dunbar | 2009-02-11 | 1 | -2/+2 |
* | [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s... | Gordon Henriksen | 2008-10-22 | 7 | -7/+7 |
* | PR2731: C and Ocaml bindings for setTailCall and isTailCall. | Gordon Henriksen | 2008-08-30 | 1 | -0/+4 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -7/+7 |
* | [PR-2610] Adding Ocaml bindings for Switch::addCase. | Gordon Henriksen | 2008-08-09 | 1 | -1/+12 |
* | Don't send checkpoints to stderr for the vmcore.ml test. | Gordon Henriksen | 2008-06-11 | 1 | -6/+20 |
* | Remove lingering references to .llx and .tr in the tests. | Dan Gohman | 2008-05-23 | 1 | -1/+1 |
* | Expose ExecutionEngine::getTargetData() to c and ocaml bindings. | Erick Tryzelaar | 2008-03-27 | 1 | -1/+9 |
* | Tests for the instruction iterator bindings. | Gordon Henriksen | 2008-03-25 | 1 | -0/+35 |
* | Objective Caml bindings for basic block, function, global, and arg iterators. | Gordon Henriksen | 2008-03-23 | 1 | -2/+118 |
* | C and Objective Caml bindings for the various getParent methods of the IR. | Gordon Henriksen | 2008-03-19 | 1 | -11/+34 |
* | C and Objective Caml bindings for the TargetData class. | Gordon Henriksen | 2008-03-16 | 2 | -3/+60 |
* | C and Objective Caml bindings for several scalar transforms. | Gordon Henriksen | 2008-03-16 | 1 | -0/+50 |
* | C and Objective Caml bindings for PassManagers. | Gordon Henriksen | 2008-03-16 | 1 | -2/+28 |
* | Fixing a bug creating floating point constants of type other | Gordon Henriksen | 2008-02-02 | 1 | -5/+11 |
* | Another backwards compatibility fix. | Gordon Henriksen | 2007-12-30 | 1 | -6/+6 |
* | Bindings for instruction calling conventions. | Gordon Henriksen | 2007-12-29 | 1 | -2/+7 |
* | Adding bindings for target triple and data layout. | Gordon Henriksen | 2007-12-27 | 1 | -0/+20 |
* | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen | 2007-12-23 | 1 | -0/+101 |
* | Fix a partial application typo. | Gordon Henriksen | 2007-12-22 | 4 | -5/+5 |
* | Use a module to group calling convention values, too. | Gordon Henriksen | 2007-12-20 | 1 | -3/+3 |
* | Using modules to group enumerations in Ocaml bindings. | Gordon Henriksen | 2007-12-19 | 1 | -23/+20 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 2 | -5/+57 |
* | Don't forget to print address space qualifiers when printing out the type tab... | Christopher Lamb | 2007-12-18 | 1 | -1/+1 |
* | Disabling a RUN line that's broken until addrspace roundtrips | Gordon Henriksen | 2007-12-17 | 1 | -1/+1 |
* | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen | 2007-12-17 | 1 | -7/+18 |
* | Add (very basic) bindings for ModuleProvider. | Gordon Henriksen | 2007-12-12 | 1 | -0/+9 |
* | Adding Ocaml bindings for the bitreader as requested by Sarah | Gordon Henriksen | 2007-12-11 | 1 | -0/+23 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -3/+16 |
* | Fix a typo noticed by Alain Frisch. | Gordon Henriksen | 2007-12-01 | 1 | -4/+6 |
* | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen | 2007-10-08 | 1 | -15/+45 |
* | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen | 2007-10-08 | 1 | -2/+14 |
* | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen | 2007-10-07 | 1 | -1/+9 |
* | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen | 2007-10-07 | 1 | -1/+11 |
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 1 | -0/+46 |
* | Adopting a uniform naming convention for type constructors in | Gordon Henriksen | 2007-10-06 | 1 | -29/+29 |
* | Adopting a uniform naming convention for constant constructors in bindings. | Gordon Henriksen | 2007-10-06 | 1 | -41/+41 |
* | Adding C and Ocaml bindings for ConstantExpr. | Gordon Henriksen | 2007-10-06 | 1 | -1/+102 |
* | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen | 2007-09-26 | 2 | -17/+335 |
* | Incorporating review feedback for GC verifier patch. | Gordon Henriksen | 2007-09-20 | 1 | -2/+5 |