1. eaf0608 Update OCaml bindings for the new half float type. by Bob Wilson · 13 years ago
  2. 9421406 drop unneeded config.h includes by Dylan Noblesmith · 13 years ago
  3. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  4. 6f274a5 Minor fixes in Makefiles for the OCaml bindings: by Wojciech Matyjewicz · 13 years ago
  5. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  6. ff616cb OCaml bindings: add some missing functions and testcases. by Torok Edwin · 13 years ago
  7. 0be167b OCaml bindings: fix attributes to use all 32 bits by Torok Edwin · 13 years ago
  8. 8da43bf OCaml bindings: add icmp_predicate by Torok Edwin · 13 years ago
  9. 2c4ae18 OCaml bindings: fix infinite recursion on string_of_lltype by Torok Edwin · 13 years ago
  10. 6b228e5 bindings: named struct support by Torok Edwin · 13 years ago
  11. 4c4b71c ocaml bindings: add findlib META support by Torok Edwin · 13 years ago
  12. 3dd1674 ocaml bindings: introduce classify_value by Torok Edwin · 13 years ago
  13. 6563c87 ocaml bindings: add getopcode for constant and instruction, and int64_of_const. by Torok Edwin · 13 years ago
  14. 3111641 bindings: tab and indentation fixes of my previous commits by Torok Edwin · 13 years ago
  15. ff12c99 ocaml/C bindings: type->isSized() by Torok Edwin · 13 years ago
  16. 4917ec9 add binding to read icmp predicate by Torok Edwin · 13 years ago
  17. 4f661ab ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too by Torok Edwin · 13 years ago
  18. c44943e C/OCaml API to retrieve struct name. by Torok Edwin · 13 years ago
  19. 624c5ed ocaml bindings: add llvm_ipo based on IPO.h by Torok Edwin · 13 years ago
  20. 48488a6 attempt to fix ocaml bindings: landing pads by Torok Edwin · 13 years ago
  21. e1686b0 Remove the build_unwind function from the OCaml bindings. by Peter Collingbourne · 13 years ago
  22. e2721f7 Remove InvalidateStructLayoutInfo from the ocaml bindings. by Benjamin Kramer · 13 years ago
  23. 7c72c92 Update OCaml bindings. Opaque types are gone, type holders are gone and the by Nick Lewycky · 13 years ago
  24. 01b4ccb Fix compiling the ocaml kaleidoscope tutorials by Erick Tryzelaar · 13 years ago
  25. a156efd Fix OCaml bindings crash, PR8847. by Torok Edwin · 14 years ago
  26. c9f1cdd Try to fix ocaml bindings. by Eric Christopher · 14 years ago
  27. 26bb406 Remove the Ada bindings which are unmaintained and unused. The project which by Duncan Sands · 14 years ago
  28. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 14 years ago
  29. 13ba2f9 Remove unions from the ocaml bindings. by Benjamin Kramer · 14 years ago
  30. 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 14 years ago
  31. d6850b0 Fix a typo. by Bob Wilson · 14 years ago
  32. f7af931 Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  33. e127410 Fix arguments to ocaml's llvm_params. by Erick Tryzelaar · 14 years ago
  34. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  35. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  36. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  37. 0941534 add attributes and module level asm to the ocaml bindings, by Chris Lattner · 14 years ago
  38. 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 14 years ago
  39. e623050 Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. by Erick Tryzelaar · 14 years ago
  40. 7eb4beb Expose the rest of the llvm-c scalar opts to ocaml. by Erick Tryzelaar · 14 years ago
  41. 9c7c566 Rename some ocaml functions. by Erick Tryzelaar · 14 years ago
  42. 7b3afb4 Expose the external functions for ocaml's execution engine as an optimization. by Erick Tryzelaar · 14 years ago
  43. 4ad188b Expose alignment and stack alignment attributes to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  44. 6bd7730 Use the ocaml tag 0 since we are just returning an option value. by Erick Tryzelaar · 14 years ago
  45. df75eb6 Don't use an ocaml keyword in an ocamldoc comment. by Erick Tryzelaar · 14 years ago
  46. 0dd27da Expose the optimization level for the jit in ocaml. by Erick Tryzelaar · 14 years ago
  47. 16609f3 Remove module providers from ocaml. by Erick Tryzelaar · 14 years ago
  48. 705443f Add support for use to ocaml. by Erick Tryzelaar · 14 years ago
  49. b65c5f2 Add support getting the operands of a User to ocaml. by Erick Tryzelaar · 14 years ago
  50. 6ba5c56 Add support for global aliases to ocaml. by Erick Tryzelaar · 14 years ago
  51. ce89b4e Add support for inserting inline asm to ocaml. by Erick Tryzelaar · 14 years ago
  52. 5b0a774 Add support for getting a null pointer. by Erick Tryzelaar · 14 years ago
  53. d80ce75 Add a way to look up a type by it's name in a module. by Erick Tryzelaar · 14 years ago
  54. 68bab98 Add replace_all_uses_with to ocaml. by Erick Tryzelaar · 14 years ago
  55. 8e130b1 Add support for global variables in an address space for llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  56. c59286b Add indirect br support to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  57. 46c80e0 Add metadata functions to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  58. 19f047f Add the new builder arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  59. 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  60. 628b76e Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml. by Erick Tryzelaar · 14 years ago
  61. d2b4aff Remove malloc and free from the ocaml bindings. by Erick Tryzelaar · 14 years ago
  62. 70b7007 Fix the ocaml bindings for the bitcode reader. by Jeffrey Yasskin · 14 years ago
  63. 1430425 Fix some ocaml documentation by Erick Tryzelaar · 14 years ago
  64. c3c3be5 fix llvm_build_struct_gep for PR6167, patch by Peter Hawkins! by Chris Lattner · 14 years ago
  65. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 14 years ago
  66. dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 14 years ago
  67. 263d989 Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string. by Erick Tryzelaar · 14 years ago
  68. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 14 years ago
  69. 3994b4b Fix another parallel make race condition. by Bob Wilson · 15 years ago
  70. f24bfa7 Expose the rest of the attribute settings. by Erick Tryzelaar · 15 years ago
  71. 4aee041 Fix a bug in ocaml bindings that has incorrect linkage options. by Erick Tryzelaar · 15 years ago
  72. 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 15 years ago
  73. ae77a20 Fix pr4820: Don't run llvm-config during "make clean" since it may have by Bob Wilson · 15 years ago
  74. 52248ff Fix header comment for bindings/ocaml/llvm/Makefile. by Erick Tryzelaar · 15 years ago
  75. b02b878 Convert the rest of the ocaml types and functions to use context. by Erick Tryzelaar · 15 years ago
  76. 6793dd9 Add the ocaml binding to LLVMBuildAggregateRet. by Erick Tryzelaar · 15 years ago
  77. 5371aa2 Allow passing around LLVMContext in ocaml. by Erick Tryzelaar · 15 years ago
  78. e1b80b6 LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team. by Edward O'Callaghan · 15 years ago
  79. 45d6ac2 Expose creating constant ints and floats from strings to ocaml. by Erick Tryzelaar · 15 years ago
  80. 5c1c208 Add an llvm-c function that lets you insert an instruction with a name. by Erick Tryzelaar · 15 years ago
  81. 1b42cfd Expose most of the Constant creation functions to ocaml. by Erick Tryzelaar · 15 years ago
  82. e0f8bf6 Expose most of the IRBuilder functionality to ocaml. by Erick Tryzelaar · 15 years ago
  83. 86c9d6b Fix comment in llvm.mli. by Erick Tryzelaar · 15 years ago
  84. 2b526fe Fix docstring for ocaml binding's const_float. by Erick Tryzelaar · 15 years ago
  85. 32eaeca Reorder the "Metadata" entry to match the C bindings. by Bob Wilson · 15 years ago
  86. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  87. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
  88. 1d97ca8 remove dead makefile flags. by Chris Lattner · 15 years ago
  89. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  90. 2f82376 Hopefully fix the build for people with ocaml. by Duncan Sands · 15 years ago
  91. ef854af Add a getAlignOf helper for getting the ABI alignment of a by Duncan Sands · 15 years ago
  92. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  93. e149e99 OCaml parameter attribute bindings from PR2752. by Duncan Sands · 15 years ago
  94. 6100792 Fix the JIT bindings for ocaml. by Bill Wendling · 15 years ago
  95. 14b9ed1 Fix ocaml bindings; add "available_externally" linkage type. by Nick Lewycky · 15 years ago
  96. 46c95bb Fix a parallel make race condition by swapping the order of -I directories. by Bob Wilson · 15 years ago
  97. a15dc03 Remove libtool. by Nick Lewycky · 15 years ago
  98. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 15 years ago
  99. 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
  100. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago