1. 46a47f5 Fix copy & paste errors by Anton Korobeynikov · 15 years ago
  2. 0cb896a Add missed attributes to C bindings by Anton Korobeynikov · 15 years ago
  3. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
  4. 0df5c8e Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ by Chris Lattner · 15 years ago
  5. 21da1ed llvm-c/Core.h is no longer needed in lto.h, and it brings in by Dan Gohman · 15 years ago
  6. deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
  7. 8b16f70 add missing *, patch by Peter O'Gorman! by Chris Lattner · 15 years ago
  8. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  9. e4840bc Add two new accessors to the C bindings, patch by Wladimir van der Laan! by Chris Lattner · 15 years ago
  10. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 15 years ago
  11. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  12. c70e621 Add a C wrapper for accessing the global default context. by Owen Anderson · 15 years ago
  13. 335bcc7 Fix the LTO header for LLVMContext changes. by Owen Anderson · 15 years ago
  14. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  15. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  16. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
  17. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
  18. cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
  19. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  20. e149e99 OCaml parameter attribute bindings from PR2752. by Duncan Sands · 15 years ago
  21. 1d621f7 Oops! Missed a file in my last commit. by Nick Lewycky · 15 years ago
  22. 5e5cb79 The second part of the change from -fast to -O#. This changes the JIT to accept by Bill Wendling · 15 years ago
  23. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 15 years ago
  24. db1afd4 add AvailableExternally linkage to C bindings. by Chris Lattner · 15 years ago
  25. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 15 years ago
  26. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 15 years ago
  27. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  28. 224cef6 fix header comment and include guard. by Chris Lattner · 15 years ago
  29. 57c0383 add a bunch more passes to the C bindings (PR3734), patch by Lennart Augustsson! by Chris Lattner · 15 years ago
  30. b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
  31. 1e42c5b add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364 by Chris Lattner · 16 years ago
  32. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  33. 95ca731 Add dyn_cast_or_null bindings for some additional classes missed in r61252. by Gordon Henriksen · 16 years ago
  34. 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
  35. 851ba39 This adds some missing functions to the C binding: by Chris Lattner · 16 years ago
  36. 4fd40e8 Add protected visibility to libLTO. by Nick Lewycky · 16 years ago
  37. b593117 Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel! by Dan Gohman · 16 years ago
  38. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  39. 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
  40. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  41. f068263 Delete a redundant binding, LLVMHasInitializer. by Gordon Henriksen · 16 years ago
  42. c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
  43. 7a61d70 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 16 years ago
  44. a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 16 years ago
  45. 54227f6 Add C binding for ExecutionEngine::addGlobalMapping. by Gordon Henriksen · 16 years ago
  46. 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 16 years ago
  47. 919852b Improve documentation. by Gordon Henriksen · 16 years ago
  48. 16c1f44 Use (void) instead of () in C code. by Gordon Henriksen · 16 years ago
  49. 1fcfc3b Correct parameter attributes encoding for C bindings. Patch by Anders Johnsen! by Anton Korobeynikov · 16 years ago
  50. e2435da Expose parameter attributes via C bindings. by Gordon Henriksen · 16 years ago
  51. 877ee97 PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray by Gordon Henriksen · 16 years ago
  52. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  53. d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 16 years ago
  54. 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 16 years ago
  55. 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 16 years ago
  56. 69cf031 C and Objective Caml bindings for mem2reg and reg2mem. by Gordon Henriksen · 16 years ago
  57. 3400097 C bindings for Module-, Function-, and BasicBlock::iterator. by Gordon Henriksen · 16 years ago
  58. dc1ce7b C and Objective Caml bindings for the various getParent methods of the IR. by Gordon Henriksen · 16 years ago
  59. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 16 years ago
  60. 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 16 years ago
  61. 395b414 Remove unnecessary includes. by Gordon Henriksen · 16 years ago
  62. d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 16 years ago
  63. af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 16 years ago
  64. bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 16 years ago
  65. ef194ed fixes from review of first commit by Nick Kledzik · 16 years ago
  66. 77595fc first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet by Nick Kledzik · 16 years ago
  67. e62a8a3 Fixing a bug creating floating point constants of type other by Gordon Henriksen · 17 years ago
  68. ab477cc Adding C bindings for SwitchInst::addCase. by Gordon Henriksen · 17 years ago
  69. dc2c07a Add some doxygen comments to llvm-c/Core.h. by Gordon Henriksen · 17 years ago
  70. cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
  71. 7ed47a1 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  72. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  73. 1d2e49c Switch the bindings to use LLVMFoldingBuilder. by Gordon Henriksen · 17 years ago
  74. 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
  75. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  76. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  77. 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago
  78. bbc6597 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 17 years ago
  79. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  80. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
  81. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  82. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  83. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  84. c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
  85. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
  86. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
  87. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
  88. 88cc699 Wrapping Value::dump. by Gordon Henriksen · 17 years ago
  89. acd9619 Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 17 years ago
  90. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago
  91. 344be5f Tests of the ocaml (and thus C) bindings for constants. by Gordon Henriksen · 17 years ago
  92. 8b94a14 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 17 years ago
  93. ddc6f35 Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth! by Chris Lattner · 18 years ago