| Age | Commit message (Expand) | Author |
| 2008-05-06 | Improve documentation. | Gordon Henriksen |
| 2008-05-04 | Use (void) instead of () in C code. | Gordon Henriksen |
| 2008-04-28 | Correct parameter attributes encoding for C bindings. | Anton Korobeynikov |
| 2008-04-28 | Expose parameter attributes via C bindings. | Gordon Henriksen |
| 2008-04-25 | PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray | Gordon Henriksen |
| 2008-04-13 | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands |
| 2008-03-31 | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar |
| 2008-03-27 | Expose ExecutionEngine::getTargetData() to c and ocaml bindings. | Erick Tryzelaar |
| 2008-03-23 | Objective Caml bindings for basic block, function, global, and arg iterators. | Gordon Henriksen |
| 2008-03-20 | C and Objective Caml bindings for mem2reg and reg2mem. | Gordon Henriksen |
| 2008-03-19 | C bindings for Module-, Function-, and BasicBlock::iterator. | Gordon Henriksen |
| 2008-03-19 | C and Objective Caml bindings for the various getParent methods of the IR. | Gordon Henriksen |
| 2008-03-16 | C and Objective Caml bindings for the TargetData class. | Gordon Henriksen |
| 2008-03-16 | C and Objective Caml bindings for several scalar transforms. | Gordon Henriksen |
| 2008-03-16 | Remove unnecessary includes. | Gordon Henriksen |
| 2008-03-16 | C and Objective Caml bindings for PassManagers. | Gordon Henriksen |
| 2008-03-14 | Expose Module::dump via C and Ocaml. | Gordon Henriksen |
| 2008-03-07 | Cleanup some comments in the OCaml bindings. | Gordon Henriksen |
| 2008-02-27 | fixes from review of first commit | Nick Kledzik |
| 2008-02-26 | first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi... | Nick Kledzik |
| 2008-02-02 | Fixing a bug creating floating point constants of type other | Gordon Henriksen |
| 2008-01-01 | Adding C bindings for SwitchInst::addCase. | Gordon Henriksen |
| 2007-12-30 | Add some doxygen comments to llvm-c/Core.h. | Gordon Henriksen |
| 2007-12-29 | Bindings for instruction calling conventions. | Gordon Henriksen |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-27 | Adding bindings for target triple and data layout. | Gordon Henriksen |
| 2007-12-27 | Switch the bindings to use LLVMFoldingBuilder. | Gordon Henriksen |
| 2007-12-23 | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen |
| 2007-12-19 | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen |
| 2007-12-17 | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen |
| 2007-12-12 | Add (very basic) bindings for ModuleProvider. | Gordon Henriksen |
| 2007-12-11 | Adding Ocaml bindings for the bitreader as requested by Sarah | Gordon Henriksen |
| 2007-12-10 | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen |
| 2007-10-08 | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen |
| 2007-10-08 | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen |
| 2007-10-07 | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen |
| 2007-10-07 | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen |
| 2007-10-06 | Bindings for the verifier. | Gordon Henriksen |
| 2007-10-06 | Adopting a uniform naming convention for type constructors in bindings. | Gordon Henriksen |
| 2007-10-06 | Adopting a uniform naming convention for constant constructors in bindings. | Gordon Henriksen |
| 2007-10-06 | Adding C and Ocaml bindings for ConstantExpr. | Gordon Henriksen |
| 2007-10-06 | Wrapping Value::dump. | Gordon Henriksen |
| 2007-10-05 | Removing the silly CHelpers header by rolling wrap and unwrap into the C | Gordon Henriksen |
| 2007-09-26 | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen |
| 2007-09-18 | Tests of the ocaml (and thus C) bindings for constants. | Gordon Henriksen |
| 2007-09-18 | C bindings for libLLVMCore.a and libLLVMBitWriter.a. | Gordon Henriksen |
| 2007-01-06 | Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth! | Chris Lattner |