1. d8afc46 fix some formatting stuff, patch by Edward O'Callaghan! by Chris Lattner · 16 years ago
  2. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  3. 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 16 years ago
  4. aedb59a fix typo by Chris Lattner · 16 years ago
  5. 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 16 years ago
  6. f6fa8ae Add a few fairly obvious API changes I noticed while porting some old code. by Torok Edwin · 16 years ago
  7. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 16 years ago
  8. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
  9. 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 16 years ago
  10. 987e7eb Rename the index to linkage types. by Bill Wendling · 16 years ago
  11. c39e3e0 More reformatting. by Bill Wendling · 16 years ago
  12. d9fe298 Fix HTML violations. by Bill Wendling · 16 years ago
  13. e910b4c Obsessivly reformat. by Bill Wendling · 16 years ago
  14. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  15. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 16 years ago
  16. f689fa1 cmake builds don't need this hack for MSVC anymore. by Daniel Dunbar · 16 years ago
  17. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  18. 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 16 years ago
  19. 3ddd717 we beat exceptions out of lib/system a long time ago. by Chris Lattner · 16 years ago
  20. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 16 years ago
  21. 445c89a Fix typo. by Daniel Dunbar · 16 years ago
  22. 3bf2d03 Add broken gcc from PR4532. by Nick Lewycky · 16 years ago
  23. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
  24. e4d54d7 Add a note about the raw_fd_ostream API change. by Dan Gohman · 16 years ago
  25. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  26. eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 16 years ago
  27. 02e7313 Add an LLVM API change. by Daniel Dunbar · 16 years ago
  28. b927ca8 be explicit about making comments real sentences. by Chris Lattner · 16 years ago
  29. 4429aaf Regenerate. by Mikhail Glushenkov · 16 years ago
  30. 09826e3 Update documentation. by Mikhail Glushenkov · 16 years ago
  31. 98a3961 Regenerate. by Mikhail Glushenkov · 16 years ago
  32. 792f182 Documentation update. by Mikhail Glushenkov · 16 years ago
  33. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  34. 91f935e Update the example to show that an archive can contain llvm bitcode. by Rafael Espindola · 16 years ago
  35. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  36. f667e7e Add a paragraph about the Add->FAdd API change. by Dan Gohman · 16 years ago
  37. 15367df Regenerate. by Mikhail Glushenkov · 16 years ago
  38. 640dd26 Regenerate. by Mikhail Glushenkov · 16 years ago
  39. 226f54b Clarify that later compiler versions are known to by Duncan Sands · 16 years ago
  40. e27be3a Describe the LLVMContext API change. by Owen Anderson · 16 years ago
  41. b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 16 years ago
  42. 2c6f9f7 add a FAQ. by Chris Lattner · 16 years ago
  43. a44f87f got confused again by Chris Lattner · 16 years ago
  44. 09bc65e fix some issues Jeff Yasskin noticed by Chris Lattner · 16 years ago
  45. 0af39ea add a note about re-evaluating end() every time through a loop. by Chris Lattner · 16 years ago
  46. e25b845 Regenerate. by Mikhail Glushenkov · 16 years ago
  47. 2c02662 by David Greene · 16 years ago
  48. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 16 years ago
  49. 13e16b6 by Devang Patel · 16 years ago
  50. d7acf73 Regenerate. by Mikhail Glushenkov · 16 years ago
  51. 294f507 Update documentation. by Mikhail Glushenkov · 16 years ago
  52. 5e98cb7 ReleaseNotes.External Projects += Rubinius by Jeffrey Yasskin · 16 years ago
  53. ba2aa78 ReleaseNotes.External Projects += Unladen Swallow by Jeffrey Yasskin · 16 years ago
  54. e2e4a89 Start sketching 2.6 release notes. This provides a by Duncan Sands · 16 years ago
  55. 434ca80 Clarify that if the alignment is zero then an alignment by Duncan Sands · 16 years ago
  56. 24e0411 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 16 years ago
  57. df04ead Formatting fix. by Mikhail Glushenkov · 16 years ago
  58. 63dc318 Regenerate. by Mikhail Glushenkov · 16 years ago
  59. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 16 years ago
  60. 1ad70e3 Update the threading section to reflect current plans/implementation. by Owen Anderson · 16 years ago
  61. 5e8c50e Fix validation errors. by Owen Anderson · 16 years ago
  62. 7ed5d56 Remove the "llvm.umul.with.overflow is broken" warning; it should be by Eli Friedman · 16 years ago
  63. 8bc1b3b Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 16 years ago
  64. 502106a Regenerate. by Mikhail Glushenkov · 16 years ago
  65. 125473b Rewrite the noredzone description, attempting to avoid confusing language. by Dan Gohman · 16 years ago
  66. d87c9e3 Fix a typo. by Dan Gohman · 16 years ago
  67. 2185f9e Reword the description of the noredzone attribute. by Dan Gohman · 16 years ago
  68. c457b65 x86_64 was completely missing from the target triples supported by the X86 code by Torok Edwin · 16 years ago
  69. 8792232 remove some old CVS-specific arguments that don't work with SVN. by Chris Lattner · 16 years ago
  70. 5d96fda by Devang Patel · 16 years ago
  71. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 16 years ago
  72. cbdbcb1 CMake: Documented how to cross-compile with CMake. by Oscar Fuentes · 16 years ago
  73. ffc0ab6 by David Greene · 16 years ago
  74. 0d97399 by David Greene · 16 years ago
  75. ccbfb8d by David Greene · 16 years ago
  76. 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 16 years ago
  77. 938c8ab by David Greene · 16 years ago
  78. 9d813df Move </pre> to column one to avoid an extra line of spaces in the example. by Nick Lewycky · 16 years ago
  79. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  80. 347c7bb --plugin is not needed for bfd anymore. Update docs. by Torok Edwin · 16 years ago
  81. 76941b2 CMake: Renamed LLVM_ENABLE_ASSERTS to by Oscar Fuentes · 16 years ago
  82. 4734ed8 lets not forget about c++! by Torok Edwin · 16 years ago
  83. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 16 years ago
  84. 5641f8d Document how easy it is to use the gold plugin and have LTO with autotooled projects. by Torok Edwin · 16 years ago
  85. d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 16 years ago
  86. 1e8c7a6 Metadata uses metadata type not empty struct. by Nick Lewycky · 16 years ago
  87. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  88. d80ddc0 Fix some typos by Bruno Cardoso Lopes · 16 years ago
  89. 86c4864 Remove border around table used for layout. by Nick Lewycky · 16 years ago
  90. f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 16 years ago
  91. c4c268b Add some missing steps to the sacred testing ritual scriptures. by Stuart Hastings · 16 years ago
  92. fb57f1c Test commit. by Cristian Cadar · 16 years ago
  93. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 16 years ago
  94. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 16 years ago
  95. 9bea7c8 by David Greene · 16 years ago
  96. 5f9f9ba by David Greene · 16 years ago
  97. beb31a5 by David Greene · 16 years ago
  98. 4afc509 by David Greene · 16 years ago
  99. e6c27de by David Greene · 16 years ago
  100. 06261cd clean up line-wrapping by Jim Grosbach · 16 years ago