1. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 16 years ago
  2. 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 16 years ago
  3. d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 16 years ago
  4. 606c5aa Minor documentation fix. by Gordon Henriksen · 16 years ago
  5. af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 16 years ago
  6. 3c5da81 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 16 years ago
  7. f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 16 years ago
  8. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 16 years ago
  9. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  10. a523380 Formatting improvements. by Gordon Henriksen · 16 years ago
  11. 3b646de This patch cleans up the OCaml bindings so that they format nicely with by Gordon Henriksen · 16 years ago
  12. bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 16 years ago
  13. 4b169cd Fix a typo. 'make clean' in bindings/ocaml would leave an output. by Gordon Henriksen · 16 years ago
  14. e6074a0 Fix a typo noticed by Erick Tryzelaar, by Gordon Henriksen · 16 years ago
  15. 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
  16. 6321460 Fix a typo in llvm.mli noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
  17. 96a6931 Quote a path in the Ocaml makefile which is likely to include spaces on Windows. by Gordon Henriksen · 17 years ago
  18. a9d0596 Trying r45451 again, but this time warning-free on 3.10.x. by Gordon Henriksen · 17 years ago
  19. 3092989 Remove some lines that are nonportable to Ocaml 3.06. by Gordon Henriksen · 17 years ago
  20. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  21. cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
  22. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  23. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  24. a09a8998 Adding an uninitialized builder constructor to the Ocaml bindings. by Gordon Henriksen · 17 years ago
  25. 4e20a09 Disabling -g for ocaml builds; it's not downwards compatible. by Gordon Henriksen · 17 years ago
  26. 15ac8b9 Fix some Ocaml GC errors noticed upon review. by Gordon Henriksen · 17 years ago
  27. 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
  28. 1475142 Use a module to group calling convention values, too. by Gordon Henriksen · 17 years ago
  29. 404a194 Using modules to group enumerations in Ocaml bindings. by Gordon Henriksen · 17 years ago
  30. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  31. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  32. 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago
  33. bbc6597 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 17 years ago
  34. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  35. 75e290f Fix bug in constructing Ocaml option types in the bindings. by Gordon Henriksen · 17 years ago
  36. 516276e Track dependencies when creating symlinks to LLVM libraries next by Gordon Henriksen · 17 years ago
  37. 0465fb5 Adding ocamldoc-style comments for the Ocaml bindings. by Gordon Henriksen · 17 years ago
  38. ed29a28 Fix ocaml bindings for picky linkers. :) by Gordon Henriksen · 17 years ago
  39. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
  40. 633360c Fixed downrev Ocaml compatibility. by Gordon Henriksen · 17 years ago
  41. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  42. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  43. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  44. c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
  45. d8be215 Deleting some unnecessary glue. by Gordon Henriksen · 17 years ago
  46. 957f9fe Adopting a uniform naming convention for type constructors in by Gordon Henriksen · 17 years ago
  47. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
  48. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
  49. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
  50. 88cc699 Wrapping Value::dump. by Gordon Henriksen · 17 years ago
  51. 3b80247 Do use the actual ocaml stdlib (not the install dir) to find the by Gordon Henriksen · 17 years ago
  52. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  53. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  54. 0673705 Remove debugging. by Gordon Henriksen · 17 years ago
  55. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago
  56. ab4456f Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whether by Gordon Henriksen · 17 years ago
  57. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  58. ab8588b use typenames equivalent to by Gabor Greif · 17 years ago
  59. 9dbf8ed include alloca.h if available. this helps Solaris, but intnat and uintnat types are still undefined, causing errors by Gabor Greif · 17 years ago
  60. 344be5f Tests of the ocaml (and thus C) bindings for constants. by Gordon Henriksen · 17 years ago
  61. 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
  62. 0908d49 by Gordon Henriksen · 17 years ago