1. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 17 years ago
  2. f3480b9 Fix a malformed %gt; by Dan Gohman · 17 years ago
  3. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  4. 05d6709 Doc updates/edits, contributed by Terence Parr! by Chris Lattner · 17 years ago
  5. f4cde4e fix description of 'ret' to be more correct with multiple return by Chris Lattner · 17 years ago
  6. 1c406d7 Allow undef as an operand to getresult. by Chris Lattner · 17 years ago
  7. e0db56d free(null) -> noop by Chris Lattner · 17 years ago
  8. 72ed200 Some clarifications suggested by Jon Sargeant by Chris Lattner · 17 years ago
  9. 4316dec more edits from Jon Sargeant by Chris Lattner · 17 years ago
  10. 5a15814 add a dropped hunk from Jon Sargeant's patch. by Chris Lattner · 17 years ago
  11. a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 17 years ago
  12. 7a3ad1a void type is also a valid function return type. by Devang Patel · 17 years ago
  13. 3a5bff8 Fix typo. Clarify underlying message. by Devang Patel · 17 years ago
  14. a582f40 Update Function type documentation to clarify how multiple return values are supported. by Devang Patel · 17 years ago
  15. 726d45c Aliasing chains cleanups: update langref, add check into verifier by Anton Korobeynikov · 17 years ago
  16. 772fccf clean up and fix the call section. by Chris Lattner · 17 years ago
  17. 45c5e8b cleanups for the getresult section. by Chris Lattner · 17 years ago
  18. b7f0c08 Clarify the unwind attribute. Add assumption about sret made by the optimizers. by Duncan Sands · 17 years ago
  19. d703f65 Commit works on regular functions too. Fix the syntax to allow @foo. by Nick Lewycky · 17 years ago
  20. 0dbb4a1 fix grammer by Devang Patel · 17 years ago
  21. c3fc6df Document multiple return values. by Devang Patel · 17 years ago
  22. 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
  23. e26dec6 Clarify that 'sret' only applies to pointers, and by Duncan Sands · 17 years ago
  24. 117bbd3 Make the definition of the noalias attribute clearer. by Owen Anderson · 17 years ago
  25. 22c5c1b llvm.memory.barrier, and impl for x86 and alpha by Andrew Lenharth · 17 years ago
  26. 1acd2ee explain that NumElements in alloca and malloc defaults to one by Gabor Greif · 18 years ago
  27. 103e2d7 llvm.sqrt(-0.0) is defined. by Chris Lattner · 18 years ago
  28. 5ec8983 make handling of overflow and undefined results much more clear. by Chris Lattner · 18 years ago
  29. 4cb8618 Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. by Anton Korobeynikov · 18 years ago
  30. 0747baa clarify that byval is valid for any pointer argument. by Chris Lattner · 18 years ago
  31. 47507de document the byval parameter attribute. by Chris Lattner · 18 years ago
  32. a31d1d7 improve description of alignment, patch by Alain Frisch. by Chris Lattner · 18 years ago
  33. 4b2cbcf Fix typo noticed by 'Danny' in PR1901 by Chris Lattner · 18 years ago
  34. 8f8c7b7 fix nesting issues. by Chris Lattner · 18 years ago
  35. c7d3ab3 fix validation issues. by Chris Lattner · 18 years ago
  36. 4f69f46 improve the description of types, patch by Alain Frisch by Chris Lattner · 18 years ago
  37. 64910ee update to llvm 2.0 syntax. by Chris Lattner · 18 years ago
  38. e1433f2 Noting and enforcing that GC intrinsics are valid only within a by Gordon Henriksen · 18 years ago
  39. 23ff1f9 fix more table abuses. by Chris Lattner · 18 years ago
  40. b9488a6 avoid confusing terminology (what is a "word"?), fix scary markup, add section to TOC. by Chris Lattner · 18 years ago
  41. 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 · 18 years ago
  42. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 18 years ago
  43. 284d992 Add information on address space qualifiers for pointer types and global by Christopher Lamb · 18 years ago
  44. e754abe Fix a typo spotted by Nick Lewycky. by Gordon Henriksen · 18 years ago
  45. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  46. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  47. ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 18 years ago
  48. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 18 years ago
  49. f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 18 years ago
  50. e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 18 years ago
  51. 8017631 Add support for vector remainder operations. by Dan Gohman · 18 years ago
  52. 8c6c72d Put correct link in example by Bill Wendling · 18 years ago
  53. ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 18 years ago
  54. 91c284c Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback by Dan Gohman · 18 years ago
  55. 8ac04ff Fixing a typo. Found by Kevin André! by Gordon Henriksen · 18 years ago
  56. 6ccc2d5 Clarify that shifts that are too large are undefined. by Chris Lattner · 18 years ago
  57. cc68939 remove extraneous tag by Chris Lattner · 18 years ago
  58. 4ef2b76 remove misleading documentation: LLVM has no atomic support yet. by Chris Lattner · 18 years ago
  59. 408f9c1 Document new sqrt and powi handling. by Dale Johannesen · 18 years ago
  60. 03295ca Validation fixes by Bill Wendling · 18 years ago
  61. 8851904 fix bugs in the manual by Chris Lattner · 18 years ago
  62. d3989a8 Correct names. by Tanya Lattner · 18 years ago
  63. 91d0b88 Fix typo. by Tanya Lattner · 18 years ago
  64. e1a8da0 One last fix to get name correct. by Tanya Lattner · 18 years ago
  65. 0f5dbfb Fix silly typo. by Tanya Lattner · 18 years ago
  66. 39cfba6 Update annotation intrinsic with more details. by Tanya Lattner · 18 years ago
  67. b636788 Adding support for __builtin_annotation with an intrinsic called llvm.annotation. This is similar to llvm.var.annotation but is applied to expressions. by Tanya Lattner · 18 years ago
  68. 1df4f75 gcroot must take concrete types, not arbitrary types. by Chris Lattner · 18 years ago
  69. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 18 years ago
  70. db7e3c9 Fix description of the call instruction. There are two types, with one being by Nick Lewycky · 18 years ago
  71. c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 18 years ago
  72. 2c45228 Describe the global/local naming convention. by Reid Spencer · 18 years ago
  73. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  74. 1539a1c fp2uint -> fptoui by Reid Spencer · 18 years ago
  75. 50f19f5 Forget to add 'nest' to the list of parameter attributes. by Duncan Sands · 18 years ago
  76. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 18 years ago
  77. 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 18 years ago
  78. 1cff408 Silly HTML by Reid Spencer · 18 years ago
  79. 2067764 Fix validation errors. by Reid Spencer · 18 years ago
  80. 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 18 years ago
  81. 9445e9a For PR1553: by Reid Spencer · 18 years ago
  82. d6257fe Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior, by Dan Gohman · 18 years ago
  83. 744ff41 remove obsolete note by Chris Lattner · 18 years ago
  84. 3e63a9d fix some bugs in the manual by Chris Lattner · 18 years ago
  85. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 18 years ago
  86. d2e8442 Update docs for llvm.var.annotation intrinsic. by Tanya Lattner · 18 years ago
  87. 6d806e9 Add local var annotation intrinsic. by Tanya Lattner · 18 years ago
  88. 6c0955b one final bugfix by Chris Lattner · 18 years ago
  89. a89e5f1 modernize example by Chris Lattner · 18 years ago
  90. 4a3c901 wording fix noticed by Ivan Novick by Chris Lattner · 18 years ago
  91. a18a424 update to match latest changes by Chris Lattner · 18 years ago
  92. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 18 years ago
  93. cabc846 more fixes to C code. by Chris Lattner · 18 years ago
  94. aac388b Fixed some formatting. by Bill Wendling · 18 years ago
  95. 2f7a8b0 Fix for PR1452. Removed "define" keyword from the C code. Added "<div by Bill Wendling · 18 years ago
  96. d1d2517 remove contradiction owen noticed by Chris Lattner · 18 years ago
  97. 2b91631 Update for arbitrary precision integer types. by Reid Spencer · 18 years ago
  98. c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 18 years ago
  99. d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 18 years ago
  100. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 18 years ago