1. eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 15 years ago
  2. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  3. 434ca80 Clarify that if the alignment is zero then an alignment by Duncan Sands · 15 years ago
  4. 7ed5d56 Remove the "llvm.umul.with.overflow is broken" warning; it should be by Eli Friedman · 15 years ago
  5. 125473b Rewrite the noredzone description, attempting to avoid confusing language. by Dan Gohman · 15 years ago
  6. 2185f9e Reword the description of the noredzone attribute. by Dan Gohman · 15 years ago
  7. 5d96fda by Devang Patel · 15 years ago
  8. 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 15 years ago
  9. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  10. d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 15 years ago
  11. 1e8c7a6 Metadata uses metadata type not empty struct. by Nick Lewycky · 15 years ago
  12. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  13. 86c4864 Remove border around table used for layout. by Nick Lewycky · 15 years ago
  14. f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 15 years ago
  15. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  16. 60150a3 fix typo by Chris Lattner · 15 years ago
  17. 871eb0a Fix typo. by Bill Wendling · 15 years ago
  18. 7af1c78 Allow readonly functions to unwind exceptions. Teach by Duncan Sands · 15 years ago
  19. bdd7329 Remove obsolete wording, the only exception a readnone function can throw by Chris Lattner · 15 years ago
  20. 7a57c5b be very explicit that readnone/readonly functions can't throw exceptions. by Chris Lattner · 15 years ago
  21. 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
  22. 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
  23. 9f805c2 Fixed the gep example for i16 type indices. by Sanjiv Gupta · 15 years ago
  24. 16ffa80 Fixed spaces and the getelementpointer example with i16 type indices. by Sanjiv Gupta · 15 years ago
  25. 7787d4a Allow i16 type indices to gep. by Sanjiv Gupta · 15 years ago
  26. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 15 years ago
  27. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  28. 19527c6 Add some explanations of how apint loads and stores work. by Duncan Sands · 15 years ago
  29. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 15 years ago
  30. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 15 years ago
  31. 8c0e62c Clarify wording, patch by Stefanus Du Toit! by Chris Lattner · 15 years ago
  32. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  33. 0a4bbbf Fix grammaro. by Bill Wendling · 15 years ago
  34. 7088279 don't use the word 'aggregate' with constants, it is confusing. by Chris Lattner · 15 years ago
  35. 03bbad6 don't redescribe bitcast constraints in two places. It is not valid to by Chris Lattner · 15 years ago
  36. 6cd7498 Update this text for first-class aggregates. by Nick Lewycky · 15 years ago
  37. b6a7d25 Demonstrate the act of including multiple space-separated parameter attributes, by Nick Lewycky · 15 years ago
  38. bd5e5a8 Edit description of floating point constants to by Dale Johannesen · 15 years ago
  39. 3060f5b fix typo, patch by Jonathan Brandmeyer! by Chris Lattner · 16 years ago
  40. 41b485c Document llvm.umul.with.overflow indicating that it's badly broken and not intended for use. by Bill Wendling · 16 years ago
  41. e220e8c I can't type today apparently. by Chris Lattner · 16 years ago
  42. 0562029 fix typo by Chris Lattner · 16 years ago
  43. 0fd4a27 document pointer type constraints, PR3513 by Chris Lattner · 16 years ago
  44. da01af7 Fixes from feedback. by Bill Wendling · 16 years ago
  45. ac1df8e Document the 'llvm.OP.with.overflow' intrinsics. by Bill Wendling · 16 years ago
  46. ce459b1 PR3485, document alignment on byref. by Chris Lattner · 16 years ago
  47. ef56ce1 validation error fix. by Chris Lattner · 16 years ago
  48. 242d61d Document type upreferences (PR3380), patch by Stein Roger Skafløtten by Chris Lattner · 16 years ago
  49. d8791e5 Add more documentation mentioning the limitations due to PR2660. by Dan Gohman · 16 years ago
  50. c766f72 Add a few more notes about LLVM IR features that codegen doesn't yet support. by Dan Gohman · 16 years ago
  51. 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
  52. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  53. f3e60bd Document several current CodeGen limitations in LangRef.html. by Dan Gohman · 16 years ago
  54. 7956412 The LLVM Assembly Language Reference incorrectly stated that the by Dan Gohman · 16 years ago
  55. e7886e4 Implement PR3313, and while I'm at it address a very FAQ. by Chris Lattner · 16 years ago
  56. 398873c Fix the example syntax for named sections. by Dan Gohman · 16 years ago
  57. 81e2167 A few more whitespace tidyments. by Dan Gohman · 16 years ago
  58. 2a08c53 Tidy whitespace. by Dan Gohman · 16 years ago
  59. 0c7b39f new non-ambiguous syntax. by Chris Lattner · 16 years ago
  60. f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 16 years ago
  61. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  62. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
  63. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  64. 01f8d09 Added a little more information that vector shifts require vector shift amount. by Mon P Wang · 16 years ago
  65. e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 16 years ago
  66. b0a57aa Fixed HTML closing tag, cleaned up some spacing. by Misha Brukman · 16 years ago
  67. baa39d8 Small formatting change. by Bill Wendling · 16 years ago
  68. fbaa7ed Update to explain how ssp and sspreq attributes override each other. by Bill Wendling · 16 years ago
  69. f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
  70. 9682607 NULL, unique pointers from malloc(0), and freed pointers are legal values for by Torok Edwin · 16 years ago
  71. b2b32fd Seriously strengthen the guarantee offered by noalias on a function's return by Nick Lewycky · 16 years ago
  72. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  73. dccb025 Fixed named anchor for llvm.stackprotector intrinsic. by Misha Brukman · 16 years ago
  74. 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
  75. dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
  76. 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
  77. 69e4adb - Move the stackprotector intrinsic to the general section. by Bill Wendling · 16 years ago
  78. 3c44f5b Documentation for the llvm.stackprotector intrinsic. by Bill Wendling · 16 years ago
  79. 31359ba Update docs for ssp and sspreq function attributes. by Bill Wendling · 16 years ago
  80. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 16 years ago
  81. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  82. 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
  83. 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
  84. 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
  85. e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
  86. 85a350f fix typo by Chris Lattner · 16 years ago
  87. 307e8ab Improve function definition, call and invoke instruction docs. by Devang Patel · 16 years ago
  88. cb73d19 Add two forgotten </i>'s. by Matthijs Kooijman · 16 years ago
  89. f642f47 Update function attributes docs. by Devang Patel · 16 years ago
  90. edb05df Clarify the relationship between byval and readonly/ by Duncan Sands · 16 years ago
  91. 94b5f7d A word got optimized out, thanks to Duncan for pointing this out by Chris Lattner · 16 years ago
  92. b1e6b96 Update the documentation for first-class aggregates changes, by Dan Gohman · 16 years ago
  93. 4f99335 add a note about inline asm by Chris Lattner · 16 years ago
  94. 66d922c improve description of param/ret attrs by Chris Lattner · 16 years ago
  95. 88d4b59 improve descriptions of function attrs by Chris Lattner · 16 years ago
  96. 0c46a7d notes are gone. by Chris Lattner · 16 years ago
  97. 66c6c65 Fix grammar. by Devang Patel · 16 years ago
  98. 1260205 Fix sentence. by Devang Patel · 16 years ago
  99. 2c9c3e7 Implement function notes as function attributes. by Devang Patel · 16 years ago
  100. c9c6da6 Accept 'inreg' attribute on x86 functions as by Dale Johannesen · 16 years ago