1. 1430425 Fix some ocaml documentation by Erick Tryzelaar · 15 years ago
  2. c3c3be5 fix llvm_build_struct_gep for PR6167, patch by Peter Hawkins! by Chris Lattner · 15 years ago
  3. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  4. dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 15 years ago
  5. 263d989 Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string. by Erick Tryzelaar · 15 years ago
  6. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  7. 3994b4b Fix another parallel make race condition. by Bob Wilson · 15 years ago
  8. f24bfa7 Expose the rest of the attribute settings. by Erick Tryzelaar · 15 years ago
  9. 4aee041 Fix a bug in ocaml bindings that has incorrect linkage options. by Erick Tryzelaar · 15 years ago
  10. 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 15 years ago
  11. ae77a20 Fix pr4820: Don't run llvm-config during "make clean" since it may have by Bob Wilson · 15 years ago
  12. 52248ff Fix header comment for bindings/ocaml/llvm/Makefile. by Erick Tryzelaar · 15 years ago
  13. b02b878 Convert the rest of the ocaml types and functions to use context. by Erick Tryzelaar · 15 years ago
  14. 6793dd9 Add the ocaml binding to LLVMBuildAggregateRet. by Erick Tryzelaar · 15 years ago
  15. 5371aa2 Allow passing around LLVMContext in ocaml. by Erick Tryzelaar · 15 years ago
  16. e1b80b6 LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team. by Edward O'Callaghan · 15 years ago
  17. 45d6ac2 Expose creating constant ints and floats from strings to ocaml. by Erick Tryzelaar · 15 years ago
  18. 5c1c208 Add an llvm-c function that lets you insert an instruction with a name. by Erick Tryzelaar · 15 years ago
  19. 1b42cfd Expose most of the Constant creation functions to ocaml. by Erick Tryzelaar · 15 years ago
  20. e0f8bf6 Expose most of the IRBuilder functionality to ocaml. by Erick Tryzelaar · 15 years ago
  21. 86c9d6b Fix comment in llvm.mli. by Erick Tryzelaar · 15 years ago
  22. 2b526fe Fix docstring for ocaml binding's const_float. by Erick Tryzelaar · 15 years ago
  23. 32eaeca Reorder the "Metadata" entry to match the C bindings. by Bob Wilson · 15 years ago
  24. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  25. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
  26. 1d97ca8 remove dead makefile flags. by Chris Lattner · 15 years ago
  27. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  28. 2f82376 Hopefully fix the build for people with ocaml. by Duncan Sands · 15 years ago
  29. ef854af Add a getAlignOf helper for getting the ABI alignment of a by Duncan Sands · 15 years ago
  30. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  31. e149e99 OCaml parameter attribute bindings from PR2752. by Duncan Sands · 15 years ago
  32. 6100792 Fix the JIT bindings for ocaml. by Bill Wendling · 15 years ago
  33. 14b9ed1 Fix ocaml bindings; add "available_externally" linkage type. by Nick Lewycky · 15 years ago
  34. 46c95bb Fix a parallel make race condition by swapping the order of -I directories. by Bob Wilson · 16 years ago
  35. a15dc03 Remove libtool. by Nick Lewycky · 16 years ago
  36. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  37. 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
  38. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  39. f068263 Delete a redundant binding, LLVMHasInitializer. by Gordon Henriksen · 16 years ago
  40. 21491ed [PR-2610] Adding Ocaml bindings for Switch::addCase. by Gordon Henriksen · 16 years ago
  41. c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
  42. 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 16 years ago
  43. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  44. d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 16 years ago
  45. 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 16 years ago
  46. 033d778 Extend the builder interface to use the new instruction positioning code. by Gordon Henriksen · 16 years ago
  47. f440691 Another typo. by Gordon Henriksen · 16 years ago
  48. 224fceb Fix a typo. by Gordon Henriksen · 16 years ago
  49. 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 16 years ago
  50. 69cf031 C and Objective Caml bindings for mem2reg and reg2mem. by Gordon Henriksen · 16 years ago
  51. dc1ce7b C and Objective Caml bindings for the various getParent methods of the IR. by Gordon Henriksen · 16 years ago
  52. c386263 Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar! by Bill Wendling · 16 years ago
  53. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 16 years ago
  54. 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 16 years ago
  55. d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 16 years ago
  56. 606c5aa Minor documentation fix. by Gordon Henriksen · 17 years ago
  57. af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 17 years ago
  58. 3c5da81 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 17 years ago
  59. f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  60. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  61. b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
  62. a523380 Formatting improvements. by Gordon Henriksen · 17 years ago
  63. 3b646de This patch cleans up the OCaml bindings so that they format nicely with by Gordon Henriksen · 17 years ago
  64. bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 17 years ago
  65. 4b169cd Fix a typo. 'make clean' in bindings/ocaml would leave an output. by Gordon Henriksen · 17 years ago
  66. e6074a0 Fix a typo noticed by Erick Tryzelaar, by Gordon Henriksen · 17 years ago
  67. 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
  68. 6321460 Fix a typo in llvm.mli noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
  69. 96a6931 Quote a path in the Ocaml makefile which is likely to include spaces on Windows. by Gordon Henriksen · 17 years ago
  70. a9d0596 Trying r45451 again, but this time warning-free on 3.10.x. by Gordon Henriksen · 17 years ago
  71. 3092989 Remove some lines that are nonportable to Ocaml 3.06. by Gordon Henriksen · 17 years ago
  72. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  73. cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
  74. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  75. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  76. a09a8998 Adding an uninitialized builder constructor to the Ocaml bindings. by Gordon Henriksen · 17 years ago
  77. 4e20a09 Disabling -g for ocaml builds; it's not downwards compatible. by Gordon Henriksen · 17 years ago
  78. 15ac8b9 Fix some Ocaml GC errors noticed upon review. by Gordon Henriksen · 17 years ago
  79. 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
  80. 1475142 Use a module to group calling convention values, too. by Gordon Henriksen · 17 years ago
  81. 404a194 Using modules to group enumerations in Ocaml bindings. by Gordon Henriksen · 17 years ago
  82. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  83. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  84. 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago
  85. bbc6597 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 17 years ago
  86. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  87. 75e290f Fix bug in constructing Ocaml option types in the bindings. by Gordon Henriksen · 17 years ago
  88. 516276e Track dependencies when creating symlinks to LLVM libraries next by Gordon Henriksen · 17 years ago
  89. 0465fb5 Adding ocamldoc-style comments for the Ocaml bindings. by Gordon Henriksen · 17 years ago
  90. ed29a28 Fix ocaml bindings for picky linkers. :) by Gordon Henriksen · 17 years ago
  91. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
  92. 633360c Fixed downrev Ocaml compatibility. by Gordon Henriksen · 17 years ago
  93. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  94. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  95. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  96. c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
  97. d8be215 Deleting some unnecessary glue. by Gordon Henriksen · 17 years ago
  98. 957f9fe Adopting a uniform naming convention for type constructors in by Gordon Henriksen · 17 years ago
  99. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
  100. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago