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