1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  3. 1d2e49c Switch the bindings to use LLVMFoldingBuilder. by Gordon Henriksen · 17 years ago
  4. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  5. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  6. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  7. 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago
  8. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  9. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
  10. b428657 Remove debugging printf to get build going on x86-64. by Evan Cheng · 17 years ago
  11. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  12. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  13. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  14. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
  15. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
  16. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
  17. 88cc699 Wrapping Value::dump. by Gordon Henriksen · 17 years ago
  18. acd9619 Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 17 years ago
  19. d070d1e Demoting CHelpers.h to include/llvm/Support. by Gordon Henriksen · 17 years ago
  20. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago
  21. 344be5f Tests of the ocaml (and thus C) bindings for constants. by Gordon Henriksen · 17 years ago
  22. 8b94a14 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 17 years ago