| Commit message (Expand) | Author | Age | Files | Lines |
* | first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi... | Nick Kledzik | 2008-02-26 | 1 | -0/+234 |
* | Fixing a bug creating floating point constants of type other | Gordon Henriksen | 2008-02-02 | 1 | -0/+1 |
* | Adding C bindings for SwitchInst::addCase. | Gordon Henriksen | 2008-01-01 | 1 | -0/+4 |
* | Add some doxygen comments to llvm-c/Core.h. | Gordon Henriksen | 2007-12-30 | 1 | -52/+71 |
* | Bindings for instruction calling conventions. | Gordon Henriksen | 2007-12-29 | 1 | -0/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 6 | -12/+12 |
* | Adding bindings for target triple and data layout. | Gordon Henriksen | 2007-12-27 | 1 | -0/+8 |
* | Switch the bindings to use LLVMFoldingBuilder. | Gordon Henriksen | 2007-12-27 | 1 | -8/+8 |
* | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen | 2007-12-23 | 1 | -0/+115 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 3 | -85/+60 |
* | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen | 2007-12-17 | 1 | -1/+2 |
* | Add (very basic) bindings for ModuleProvider. | Gordon Henriksen | 2007-12-12 | 2 | -0/+34 |
* | Adding Ocaml bindings for the bitreader as requested by Sarah | Gordon Henriksen | 2007-12-11 | 1 | -0/+43 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -0/+2 |
* | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen | 2007-10-08 | 1 | -0/+6 |
* | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen | 2007-10-08 | 1 | -0/+2 |
* | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen | 2007-10-07 | 1 | -0/+2 |
* | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen | 2007-10-07 | 1 | -0/+17 |
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 1 | -0/+53 |
* | Adopting a uniform naming convention for type constructors in bindings. | Gordon Henriksen | 2007-10-06 | 1 | -10/+10 |
* | Adopting a uniform naming convention for constant constructors in bindings. | Gordon Henriksen | 2007-10-06 | 1 | -13/+12 |
* | Adding C and Ocaml bindings for ConstantExpr. | Gordon Henriksen | 2007-10-06 | 1 | -0/+49 |
* | Wrapping Value::dump. | Gordon Henriksen | 2007-10-06 | 1 | -0/+1 |
* | Removing the silly CHelpers header by rolling wrap and unwrap into the C | Gordon Henriksen | 2007-10-05 | 1 | -2/+101 |
* | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen | 2007-09-26 | 1 | -14/+208 |
* | Tests of the ocaml (and thus C) bindings for constants. | Gordon Henriksen | 2007-09-18 | 1 | -0/+2 |
* | C bindings for libLLVMCore.a and libLLVMBitWriter.a. | Gordon Henriksen | 2007-09-18 | 2 | -0/+263 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+58 |