1. eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 15 years ago
  2. 02e7313 Add an LLVM API change. by Daniel Dunbar · 15 years ago
  3. b927ca8 be explicit about making comments real sentences. by Chris Lattner · 15 years ago
  4. 4429aaf Regenerate. by Mikhail Glushenkov · 15 years ago
  5. 09826e3 Update documentation. by Mikhail Glushenkov · 15 years ago
  6. 98a3961 Regenerate. by Mikhail Glushenkov · 15 years ago
  7. 792f182 Documentation update. by Mikhail Glushenkov · 15 years ago
  8. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  9. 91f935e Update the example to show that an archive can contain llvm bitcode. by Rafael Espindola · 15 years ago
  10. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  11. f667e7e Add a paragraph about the Add->FAdd API change. by Dan Gohman · 15 years ago
  12. 15367df Regenerate. by Mikhail Glushenkov · 15 years ago
  13. 640dd26 Regenerate. by Mikhail Glushenkov · 15 years ago
  14. 226f54b Clarify that later compiler versions are known to by Duncan Sands · 15 years ago
  15. e27be3a Describe the LLVMContext API change. by Owen Anderson · 15 years ago
  16. b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 15 years ago
  17. 2c6f9f7 add a FAQ. by Chris Lattner · 15 years ago
  18. a44f87f got confused again by Chris Lattner · 15 years ago
  19. 09bc65e fix some issues Jeff Yasskin noticed by Chris Lattner · 15 years ago
  20. 0af39ea add a note about re-evaluating end() every time through a loop. by Chris Lattner · 15 years ago
  21. e25b845 Regenerate. by Mikhail Glushenkov · 15 years ago
  22. 2c02662 by David Greene · 15 years ago
  23. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 15 years ago
  24. 13e16b6 by Devang Patel · 15 years ago
  25. d7acf73 Regenerate. by Mikhail Glushenkov · 15 years ago
  26. 294f507 Update documentation. by Mikhail Glushenkov · 15 years ago
  27. 5e98cb7 ReleaseNotes.External Projects += Rubinius by Jeffrey Yasskin · 15 years ago
  28. ba2aa78 ReleaseNotes.External Projects += Unladen Swallow by Jeffrey Yasskin · 15 years ago
  29. e2e4a89 Start sketching 2.6 release notes. This provides a by Duncan Sands · 15 years ago
  30. 434ca80 Clarify that if the alignment is zero then an alignment by Duncan Sands · 15 years ago
  31. 24e0411 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 15 years ago
  32. df04ead Formatting fix. by Mikhail Glushenkov · 15 years ago
  33. 63dc318 Regenerate. by Mikhail Glushenkov · 15 years ago
  34. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago
  35. 1ad70e3 Update the threading section to reflect current plans/implementation. by Owen Anderson · 15 years ago
  36. 5e8c50e Fix validation errors. by Owen Anderson · 15 years ago
  37. 7ed5d56 Remove the "llvm.umul.with.overflow is broken" warning; it should be by Eli Friedman · 15 years ago
  38. 8bc1b3b Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 15 years ago
  39. 502106a Regenerate. by Mikhail Glushenkov · 15 years ago
  40. 125473b Rewrite the noredzone description, attempting to avoid confusing language. by Dan Gohman · 15 years ago
  41. d87c9e3 Fix a typo. by Dan Gohman · 15 years ago
  42. 2185f9e Reword the description of the noredzone attribute. by Dan Gohman · 15 years ago
  43. c457b65 x86_64 was completely missing from the target triples supported by the X86 code by Torok Edwin · 15 years ago
  44. 8792232 remove some old CVS-specific arguments that don't work with SVN. by Chris Lattner · 15 years ago
  45. 5d96fda by Devang Patel · 15 years ago
  46. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  47. cbdbcb1 CMake: Documented how to cross-compile with CMake. by Oscar Fuentes · 15 years ago
  48. ffc0ab6 by David Greene · 15 years ago
  49. 0d97399 by David Greene · 15 years ago
  50. ccbfb8d by David Greene · 15 years ago
  51. 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 15 years ago
  52. 938c8ab by David Greene · 15 years ago
  53. 9d813df Move </pre> to column one to avoid an extra line of spaces in the example. by Nick Lewycky · 15 years ago
  54. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  55. 347c7bb --plugin is not needed for bfd anymore. Update docs. by Torok Edwin · 15 years ago
  56. 76941b2 CMake: Renamed LLVM_ENABLE_ASSERTS to by Oscar Fuentes · 15 years ago
  57. 4734ed8 lets not forget about c++! by Torok Edwin · 15 years ago
  58. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 15 years ago
  59. 5641f8d Document how easy it is to use the gold plugin and have LTO with autotooled projects. by Torok Edwin · 15 years ago
  60. d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 15 years ago
  61. 1e8c7a6 Metadata uses metadata type not empty struct. by Nick Lewycky · 15 years ago
  62. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  63. d80ddc0 Fix some typos by Bruno Cardoso Lopes · 15 years ago
  64. 86c4864 Remove border around table used for layout. by Nick Lewycky · 15 years ago
  65. f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 15 years ago
  66. c4c268b Add some missing steps to the sacred testing ritual scriptures. by Stuart Hastings · 15 years ago
  67. fb57f1c Test commit. by Cristian Cadar · 15 years ago
  68. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 15 years ago
  69. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 15 years ago
  70. 9bea7c8 by David Greene · 15 years ago
  71. 5f9f9ba by David Greene · 15 years ago
  72. beb31a5 by David Greene · 15 years ago
  73. 4afc509 by David Greene · 15 years ago
  74. e6c27de by David Greene · 15 years ago
  75. 06261cd clean up line-wrapping by Jim Grosbach · 15 years ago
  76. f957012 Update the names of the exception handling sjlj instrinsics to by Jim Grosbach · 15 years ago
  77. 587daed Change MachineInstrBuilder::addReg() to take a flag instead of a list of by Bill Wendling · 15 years ago
  78. 7f3b36d garbage allocation is not a good idea :) by Chris Lattner · 15 years ago
  79. 588764e Use llvm::raw_stream instead of llvm::Streams. by Bill Wendling · 15 years ago
  80. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  81. 60150a3 fix typo by Chris Lattner · 15 years ago
  82. 871eb0a Fix typo. by Bill Wendling · 15 years ago
  83. 7af1c78 Allow readonly functions to unwind exceptions. Teach by Duncan Sands · 15 years ago
  84. d6d2efc Regenerate documentation. by Mikhail Glushenkov · 15 years ago
  85. d26795a Add some more documentation for x86 special address spaces. by Dan Gohman · 15 years ago
  86. 1777d0c Add basic support for code generation of by Chris Lattner · 15 years ago
  87. fe095f3 Restore minor deletion. by Mike Stump · 15 years ago
  88. bdd7329 Remove obsolete wording, the only exception a readnone function can throw by Chris Lattner · 15 years ago
  89. 7a57c5b be very explicit that readnone/readonly functions can't throw exceptions. by Chris Lattner · 15 years ago
  90. 1af789f HTML-escape '>' as '&gt;' in sample C++ code. by Misha Brukman · 15 years ago
  91. 714257f Add a mention of TypeBuilder to the programmer's manual, and clean up the class by Jeffrey Yasskin · 15 years ago
  92. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  93. f044cff Fix some confusion in the Ada f-e build instructions between by Duncan Sands · 15 years ago
  94. 23c70f4 Now that any size of integer indices are allowed for sequential types, remove the unneccessary gyan about promoting them. by Sanjiv Gupta · 15 years ago
  95. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 15 years ago
  96. 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 15 years ago
  97. efdb3bc improve documentation on build configurations, patch by Josef Eisl! by Chris Lattner · 15 years ago
  98. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 15 years ago
  99. 4f4365e Update docs to not mention gcse/loadvn and mention memdep and by Chris Lattner · 15 years ago
  100. 9f805c2 Fixed the gep example for i16 type indices. by Sanjiv Gupta · 15 years ago