1. 31359ba Update docs for ssp and sspreq function attributes. by Bill Wendling · 16 years ago
  2. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 16 years ago
  3. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  4. 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
  5. 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
  6. 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
  7. e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
  8. 85a350f fix typo by Chris Lattner · 16 years ago
  9. 307e8ab Improve function definition, call and invoke instruction docs. by Devang Patel · 16 years ago
  10. cb73d19 Add two forgotten </i>'s. by Matthijs Kooijman · 16 years ago
  11. f642f47 Update function attributes docs. by Devang Patel · 16 years ago
  12. edb05df Clarify the relationship between byval and readonly/ by Duncan Sands · 16 years ago
  13. 94b5f7d A word got optimized out, thanks to Duncan for pointing this out by Chris Lattner · 16 years ago
  14. b1e6b96 Update the documentation for first-class aggregates changes, by Dan Gohman · 16 years ago
  15. 4f99335 add a note about inline asm by Chris Lattner · 16 years ago
  16. 66d922c improve description of param/ret attrs by Chris Lattner · 16 years ago
  17. 88d4b59 improve descriptions of function attrs by Chris Lattner · 16 years ago
  18. 0c46a7d notes are gone. by Chris Lattner · 16 years ago
  19. 66c6c65 Fix grammar. by Devang Patel · 16 years ago
  20. 1260205 Fix sentence. by Devang Patel · 16 years ago
  21. 2c9c3e7 Implement function notes as function attributes. by Devang Patel · 16 years ago
  22. c9c6da6 Accept 'inreg' attribute on x86 functions as by Dale Johannesen · 16 years ago
  23. 0b23ac1 The "alias" keyword comes first. by Duncan Sands · 16 years ago
  24. f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
  25. 500233a Bitcasting two or from aggregate types is not permitted. Update by Dan Gohman · 16 years ago
  26. c7e4c4d Clean up CSS validator errors: 'Property align doesn't exist : center' by Bill Wendling · 16 years ago
  27. e36dccc Formatting changes. to make the information cleaner. by Bill Wendling · 16 years ago
  28. cdc0669 update. by Devang Patel · 16 years ago
  29. f8b9481 Document function notes. by Devang Patel · 16 years ago
  30. fb224a2 use the more precise 'op1' instead of 'var1' since the latter can be misunderstood to not encompass constants by Gabor Greif · 16 years ago
  31. 837f39b It's "a static", not "an static" by Bill Wendling · 16 years ago
  32. d3eda89 Expand acronyms, suggested by Walter Pawley by Chris Lattner · 16 years ago
  33. ebec678 Capitalize LLVM, suggested by Walt Pawley by Chris Lattner · 16 years ago
  34. e3b3a72 Added support for overloading intrinsics (atomics) based on pointers by Mon P Wang · 16 years ago
  35. 5bc1ea0 Add vector shifts to the IR, patch by Eli Friedman. by Nate Begeman · 16 years ago
  36. 0789b8b Note that 'nest' only applies to pointers. by Duncan Sands · 16 years ago
  37. 2887310 Added MemOperands to Atomic operations since Atomics touches memory. by Mon P Wang · 16 years ago
  38. 52bb2db Fix the syntax of insertvalue in the example. by Dan Gohman · 16 years ago
  39. 4eaac9b integer types are not primitive, they are derived. by Chris Lattner · 16 years ago
  40. 0066db6 Fix a missing comma spotted by Bram Geron. by Dan Gohman · 16 years ago
  41. 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
  42. 2307a7f Document common linkage. by Dale Johannesen · 16 years ago
  43. ade5faa label is a first-class type. by Dan Gohman · 16 years ago
  44. c4b49eb Update the description of first-class types to reflect that by Dan Gohman · 16 years ago
  45. 5568e94 Clarify that and/or/xor/sdiv etc all allow vectors. by Chris Lattner · 16 years ago
  46. 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
  47. c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
  48. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
  49. f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
  50. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
  51. 05d6709 Doc updates/edits, contributed by Terence Parr! by Chris Lattner · 16 years ago
  52. f4cde4e fix description of 'ret' to be more correct with multiple return by Chris Lattner · 16 years ago
  53. 1c406d7 Allow undef as an operand to getresult. by Chris Lattner · 16 years ago
  54. e0db56d free(null) -> noop by Chris Lattner · 16 years ago
  55. 72ed200 Some clarifications suggested by Jon Sargeant by Chris Lattner · 16 years ago
  56. 4316dec more edits from Jon Sargeant by Chris Lattner · 16 years ago
  57. 5a15814 add a dropped hunk from Jon Sargeant's patch. by Chris Lattner · 16 years ago
  58. a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 16 years ago
  59. 7a3ad1a void type is also a valid function return type. by Devang Patel · 16 years ago
  60. 3a5bff8 Fix typo. Clarify underlying message. by Devang Patel · 16 years ago
  61. a582f40 Update Function type documentation to clarify how multiple return values are supported. by Devang Patel · 16 years ago
  62. 726d45c Aliasing chains cleanups: update langref, add check into verifier by Anton Korobeynikov · 17 years ago
  63. 772fccf clean up and fix the call section. by Chris Lattner · 17 years ago
  64. 45c5e8b cleanups for the getresult section. by Chris Lattner · 17 years ago
  65. b7f0c08 Clarify the unwind attribute. Add assumption about sret made by the optimizers. by Duncan Sands · 17 years ago
  66. d703f65 Commit works on regular functions too. Fix the syntax to allow @foo. by Nick Lewycky · 17 years ago
  67. 0dbb4a1 fix grammer by Devang Patel · 17 years ago
  68. c3fc6df Document multiple return values. by Devang Patel · 17 years ago
  69. ab0b949 Atomic op support. If any gcc test uses __sync builtins, it might start failing on archs that haven't implemented them yet by Andrew Lenharth · 17 years ago
  70. e26dec6 Clarify that 'sret' only applies to pointers, and by Duncan Sands · 17 years ago
  71. 117bbd3 Make the definition of the noalias attribute clearer. by Owen Anderson · 17 years ago
  72. 22c5c1b llvm.memory.barrier, and impl for x86 and alpha by Andrew Lenharth · 17 years ago
  73. 1acd2ee explain that NumElements in alloca and malloc defaults to one by Gabor Greif · 17 years ago
  74. 103e2d7 llvm.sqrt(-0.0) is defined. by Chris Lattner · 17 years ago
  75. 5ec8983 make handling of overflow and undefined results much more clear. by Chris Lattner · 17 years ago
  76. 4cb8618 Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. by Anton Korobeynikov · 17 years ago
  77. 0747baa clarify that byval is valid for any pointer argument. by Chris Lattner · 17 years ago
  78. 47507de document the byval parameter attribute. by Chris Lattner · 17 years ago
  79. a31d1d7 improve description of alignment, patch by Alain Frisch. by Chris Lattner · 17 years ago
  80. 4b2cbcf Fix typo noticed by 'Danny' in PR1901 by Chris Lattner · 17 years ago
  81. 8f8c7b7 fix nesting issues. by Chris Lattner · 17 years ago
  82. c7d3ab3 fix validation issues. by Chris Lattner · 17 years ago
  83. 4f69f46 improve the description of types, patch by Alain Frisch by Chris Lattner · 17 years ago
  84. 64910ee update to llvm 2.0 syntax. by Chris Lattner · 17 years ago
  85. e1433f2 Noting and enforcing that GC intrinsics are valid only within a by Gordon Henriksen · 17 years ago
  86. 23ff1f9 fix more table abuses. by Chris Lattner · 17 years ago
  87. b9488a6 avoid confusing terminology (what is a "word"?), fix scary markup, add section to TOC. by Chris Lattner · 17 years ago
  88. 303dae9 Make it clear in the LangRef that allocation instructions only operated on the generic address space. Implement support in the verifier for ensuring this is true. by Christopher Lamb · 17 years ago
  89. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
  90. 284d992 Add information on address space qualifiers for pointer types and global by Christopher Lamb · 17 years ago
  91. e754abe Fix a typo spotted by Nick Lewycky. by Gordon Henriksen · 17 years ago
  92. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  93. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  94. ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 17 years ago
  95. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
  96. f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 17 years ago
  97. e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 17 years ago
  98. 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
  99. 8c6c72d Put correct link in example by Bill Wendling · 17 years ago
  100. ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 17 years ago