1. 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
  2. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  3. f068263 Delete a redundant binding, LLVMHasInitializer. by Gordon Henriksen · 16 years ago
  4. 21491ed [PR-2610] Adding Ocaml bindings for Switch::addCase. by Gordon Henriksen · 16 years ago
  5. c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
  6. 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 16 years ago
  7. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  8. d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 16 years ago
  9. 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 16 years ago
  10. 033d778 Extend the builder interface to use the new instruction positioning code. by Gordon Henriksen · 16 years ago
  11. f440691 Another typo. by Gordon Henriksen · 16 years ago
  12. 224fceb Fix a typo. by Gordon Henriksen · 16 years ago
  13. 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 16 years ago
  14. 69cf031 C and Objective Caml bindings for mem2reg and reg2mem. by Gordon Henriksen · 16 years ago
  15. dc1ce7b C and Objective Caml bindings for the various getParent methods of the IR. by Gordon Henriksen · 16 years ago
  16. c386263 Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar! by Bill Wendling · 16 years ago
  17. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 16 years ago
  18. 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 16 years ago
  19. d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 16 years ago
  20. 606c5aa Minor documentation fix. by Gordon Henriksen · 16 years ago
  21. af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 16 years ago
  22. 3c5da81 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 16 years ago
  23. f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 16 years ago
  24. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 16 years ago
  25. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  26. a523380 Formatting improvements. by Gordon Henriksen · 16 years ago
  27. 3b646de This patch cleans up the OCaml bindings so that they format nicely with by Gordon Henriksen · 16 years ago
  28. bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 16 years ago
  29. 4b169cd Fix a typo. 'make clean' in bindings/ocaml would leave an output. by Gordon Henriksen · 16 years ago
  30. e6074a0 Fix a typo noticed by Erick Tryzelaar, by Gordon Henriksen · 16 years ago
  31. 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
  32. 6321460 Fix a typo in llvm.mli noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
  33. 96a6931 Quote a path in the Ocaml makefile which is likely to include spaces on Windows. by Gordon Henriksen · 17 years ago
  34. a9d0596 Trying r45451 again, but this time warning-free on 3.10.x. by Gordon Henriksen · 17 years ago
  35. 3092989 Remove some lines that are nonportable to Ocaml 3.06. by Gordon Henriksen · 17 years ago
  36. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  37. cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
  38. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  39. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  40. a09a8998 Adding an uninitialized builder constructor to the Ocaml bindings. by Gordon Henriksen · 17 years ago
  41. 4e20a09 Disabling -g for ocaml builds; it's not downwards compatible. by Gordon Henriksen · 17 years ago
  42. 15ac8b9 Fix some Ocaml GC errors noticed upon review. by Gordon Henriksen · 17 years ago
  43. 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
  44. 1475142 Use a module to group calling convention values, too. by Gordon Henriksen · 17 years ago
  45. 404a194 Using modules to group enumerations in Ocaml bindings. by Gordon Henriksen · 17 years ago
  46. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  47. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  48. 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago
  49. bbc6597 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 17 years ago
  50. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  51. 75e290f Fix bug in constructing Ocaml option types in the bindings. by Gordon Henriksen · 17 years ago
  52. 516276e Track dependencies when creating symlinks to LLVM libraries next by Gordon Henriksen · 17 years ago
  53. 0465fb5 Adding ocamldoc-style comments for the Ocaml bindings. by Gordon Henriksen · 17 years ago
  54. ed29a28 Fix ocaml bindings for picky linkers. :) by Gordon Henriksen · 17 years ago
  55. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
  56. 633360c Fixed downrev Ocaml compatibility. by Gordon Henriksen · 17 years ago
  57. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  58. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  59. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  60. c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
  61. d8be215 Deleting some unnecessary glue. by Gordon Henriksen · 17 years ago
  62. 957f9fe Adopting a uniform naming convention for type constructors in by Gordon Henriksen · 17 years ago
  63. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
  64. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
  65. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
  66. 88cc699 Wrapping Value::dump. by Gordon Henriksen · 17 years ago
  67. 3b80247 Do use the actual ocaml stdlib (not the install dir) to find the by Gordon Henriksen · 17 years ago
  68. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  69. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  70. 0673705 Remove debugging. by Gordon Henriksen · 17 years ago
  71. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago
  72. ab4456f Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whether by Gordon Henriksen · 17 years ago
  73. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  74. ab8588b use typenames equivalent to by Gabor Greif · 17 years ago
  75. 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
  76. 344be5f Tests of the ocaml (and thus C) bindings for constants. by Gordon Henriksen · 17 years ago
  77. 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
  78. 0908d49 by Gordon Henriksen · 17 years ago