1. e8e01b6 I forgot to update the prototype for LLVMBuildIntCast when correcting by Duncan Sands · 15 years ago
  2. f8fb7c2 remove the now dead condprop pass, PR3906. by Chris Lattner · 15 years ago
  3. 046e78c Remove FreeInst. by Victor Hernandez · 15 years ago
  4. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  5. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
  6. 7b929da Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary. by Victor Hernandez · 15 years ago
  7. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 15 years ago
  8. 885dffc add some more hooks to the C bindings, patch by Kenneth Uildriks! by Chris Lattner · 15 years ago
  9. d0c5a29 Add C API calls for building FNeg operations. Patch by KS Sreeram! by Dan Gohman · 15 years ago
  10. 6e7ad95 Revert 80959. It isn't sufficient to solve the full problem. And it by Dan Gohman · 15 years ago
  11. e56a94e Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, by Dan Gohman · 15 years ago
  12. bf4a68e Make sure we specify no arguments for context functions. by Erick Tryzelaar · 15 years ago
  13. de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 15 years ago
  14. 44a708f Expose some extra functions to llvm-c by Erick Tryzelaar · 15 years ago
  15. baf3edd Add LLVMInitializeAllTargetInfos for C api, and update by Daniel Dunbar · 15 years ago
  16. e0a1bf6 Expose creating constant ints and floats from strings in llvm-c. by Erick Tryzelaar · 15 years ago
  17. 5c1c208 Add an llvm-c function that lets you insert an instruction with a name. by Erick Tryzelaar · 15 years ago
  18. 56b2269 Expose most of the Constant creation functions to llvm-c. by Erick Tryzelaar · 15 years ago
  19. f72596c Expose most of the rest of IRBuilder's functions to llvm-c. by Erick Tryzelaar · 15 years ago
  20. 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
  21. ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 15 years ago
  22. 39a499b Put new enum at end of list to avoid changing ABI. by Bill Wendling · 15 years ago
  23. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  24. 46a47f5 Fix copy & paste errors by Anton Korobeynikov · 15 years ago
  25. 0cb896a Add missed attributes to C bindings by Anton Korobeynikov · 15 years ago
  26. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
  27. 0df5c8e Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ by Chris Lattner · 15 years ago
  28. 21da1ed llvm-c/Core.h is no longer needed in lto.h, and it brings in by Dan Gohman · 15 years ago
  29. deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
  30. 8b16f70 add missing *, patch by Peter O'Gorman! by Chris Lattner · 15 years ago
  31. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  32. e4840bc Add two new accessors to the C bindings, patch by Wladimir van der Laan! by Chris Lattner · 15 years ago
  33. 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
  34. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  35. c70e621 Add a C wrapper for accessing the global default context. by Owen Anderson · 15 years ago
  36. 335bcc7 Fix the LTO header for LLVMContext changes. by Owen Anderson · 15 years ago
  37. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  38. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  39. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
  40. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
  41. cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
  42. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  43. e149e99 OCaml parameter attribute bindings from PR2752. by Duncan Sands · 15 years ago
  44. 1d621f7 Oops! Missed a file in my last commit. by Nick Lewycky · 15 years ago
  45. 5e5cb79 The second part of the change from -fast to -O#. This changes the JIT to accept by Bill Wendling · 15 years ago
  46. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 15 years ago
  47. db1afd4 add AvailableExternally linkage to C bindings. by Chris Lattner · 15 years ago
  48. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 15 years ago
  49. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 15 years ago
  50. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  51. 224cef6 fix header comment and include guard. by Chris Lattner · 15 years ago
  52. 57c0383 add a bunch more passes to the C bindings (PR3734), patch by Lennart Augustsson! by Chris Lattner · 15 years ago
  53. b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
  54. 1e42c5b add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364 by Chris Lattner · 16 years ago
  55. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  56. 95ca731 Add dyn_cast_or_null bindings for some additional classes missed in r61252. by Gordon Henriksen · 16 years ago
  57. 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
  58. 851ba39 This adds some missing functions to the C binding: by Chris Lattner · 16 years ago
  59. 4fd40e8 Add protected visibility to libLTO. by Nick Lewycky · 16 years ago
  60. b593117 Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel! by Dan Gohman · 16 years ago
  61. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  62. 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
  63. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  64. f068263 Delete a redundant binding, LLVMHasInitializer. by Gordon Henriksen · 16 years ago
  65. c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
  66. 7a61d70 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 16 years ago
  67. a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 16 years ago
  68. 54227f6 Add C binding for ExecutionEngine::addGlobalMapping. by Gordon Henriksen · 16 years ago
  69. 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 16 years ago
  70. 919852b Improve documentation. by Gordon Henriksen · 16 years ago
  71. 16c1f44 Use (void) instead of () in C code. by Gordon Henriksen · 16 years ago
  72. 1fcfc3b Correct parameter attributes encoding for C bindings. Patch by Anders Johnsen! by Anton Korobeynikov · 16 years ago
  73. e2435da Expose parameter attributes via C bindings. by Gordon Henriksen · 16 years ago
  74. 877ee97 PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray by Gordon Henriksen · 16 years ago
  75. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  76. d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 16 years ago
  77. 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 16 years ago
  78. 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 16 years ago
  79. 69cf031 C and Objective Caml bindings for mem2reg and reg2mem. by Gordon Henriksen · 16 years ago
  80. 3400097 C bindings for Module-, Function-, and BasicBlock::iterator. by Gordon Henriksen · 16 years ago
  81. dc1ce7b C and Objective Caml bindings for the various getParent methods of the IR. by Gordon Henriksen · 16 years ago
  82. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 16 years ago
  83. 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 16 years ago
  84. 395b414 Remove unnecessary includes. by Gordon Henriksen · 16 years ago
  85. d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 16 years ago
  86. af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 16 years ago
  87. bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 16 years ago
  88. ef194ed fixes from review of first commit by Nick Kledzik · 16 years ago
  89. 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
  90. e62a8a3 Fixing a bug creating floating point constants of type other by Gordon Henriksen · 17 years ago
  91. ab477cc Adding C bindings for SwitchInst::addCase. by Gordon Henriksen · 17 years ago
  92. dc2c07a Add some doxygen comments to llvm-c/Core.h. by Gordon Henriksen · 17 years ago
  93. cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
  94. 7ed47a1 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  95. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  96. 1d2e49c Switch the bindings to use LLVMFoldingBuilder. by Gordon Henriksen · 17 years ago
  97. 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
  98. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  99. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  100. 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago