| Commit message (Expand) | Author | Age | Files | Lines |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+1 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -4/+2 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+2 |
* | LLVMContext-ifiy the implementation of the C API. | Owen Anderson | 2009-07-07 | 1 | -59/+102 |
* | Add two new accessors to the C bindings, patch by Wladimir van der Laan! | Chris Lattner | 2009-07-06 | 1 | -0/+9 |
* | Restore other bits of the C API that I tore up. All pre-existing APIs defaul... | Owen Anderson | 2009-07-02 | 1 | -1/+6 |
* | Add a C wrapper for accessing the global default context. | Owen Anderson | 2009-07-02 | 1 | -0/+4 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -2/+14 |
* | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands | 2009-05-21 | 1 | -0/+4 |
* | OCaml parameter attribute bindings from PR2752. | Duncan Sands | 2009-05-06 | 1 | -0/+14 |
* | C bindings for dyn_cast_or_null. | Gordon Henriksen | 2008-12-19 | 1 | -0/+12 |
* | This adds some missing functions to the C binding: | Chris Lattner | 2008-12-17 | 1 | -0/+24 |
* | Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel! | Dan Gohman | 2008-11-03 | 1 | -0/+26 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -1/+3 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -14/+14 |
* | PR2731: C and Ocaml bindings for setTailCall and isTailCall. | Gordon Henriksen | 2008-08-30 | 1 | -0/+10 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -6/+6 |
* | Delete a redundant binding, LLVMHasInitializer. | Gordon Henriksen | 2008-08-09 | 1 | -4/+0 |
* | Have IRBuilder take a template argument on whether or not to preserve | Eric Christopher | 2008-08-08 | 1 | -1/+1 |
* | Use Function's arg_size() and size() methods. | Dan Gohman | 2008-06-21 | 1 | -2/+2 |
* | Remove a duplicative binding. Patch by Mahadevan R. | Gordon Henriksen | 2008-05-19 | 1 | -5/+0 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 1 | -14/+14 |
* | Expose parameter attributes via C bindings. | Gordon Henriksen | 2008-04-28 | 1 | -0/+36 |
* | Use simplified ConstantFP::get method, fix a bug handling frem x, 0 with long... | Chris Lattner | 2008-04-20 | 1 | -3/+2 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -5/+5 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | Objective Caml bindings for basic block, function, global, and arg iterators. | Gordon Henriksen | 2008-03-23 | 1 | -4/+36 |
* | C bindings for Module-, Function-, and BasicBlock::iterator. | Gordon Henriksen | 2008-03-19 | 1 | -0/+135 |
* | C and Objective Caml bindings for the various getParent methods of the IR. | Gordon Henriksen | 2008-03-19 | 1 | -23/+47 |
* | Expose Module::dump via C and Ocaml. | Gordon Henriksen | 2008-03-14 | 1 | -0/+4 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
* | Fixing a bug creating floating point constants of type other | Gordon Henriksen | 2008-02-02 | 1 | -1/+23 |
* | Adding C bindings for SwitchInst::addCase. | Gordon Henriksen | 2008-01-01 | 1 | -0/+5 |
* | Add some doxygen comments to llvm-c/Core.h. | Gordon Henriksen | 2007-12-30 | 1 | -1/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Adding bindings for target triple and data layout. | Gordon Henriksen | 2007-12-27 | 1 | -0/+19 |
* | Switch the bindings to use LLVMFoldingBuilder. | Gordon Henriksen | 2007-12-27 | 1 | -1/+1 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 1 | -0/+39 |
* | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen | 2007-12-17 | 1 | -5/+8 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -1/+2 |
* | Add (very basic) bindings for ModuleProvider. | Gordon Henriksen | 2007-12-12 | 1 | -0/+14 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -0/+13 |
* | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen | 2007-10-08 | 1 | -1/+21 |
* | Remove debugging printf to get build going on x86-64. | Evan Cheng | 2007-10-08 | 1 | -2/+0 |
* | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen | 2007-10-08 | 1 | -0/+8 |
* | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen | 2007-10-07 | 1 | -0/+11 |
* | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen | 2007-10-07 | 1 | -0/+18 |
* | Adopting a uniform naming convention for type constructors in bindings. | Gordon Henriksen | 2007-10-06 | 1 | -10/+10 |