1. 3df241e Move the vector instructions to their own subsection. by Chris Lattner · 19 years ago
  2. 1eeeb0c Wrap long lines, fix verification error by Chris Lattner · 19 years ago
  3. 1bb8d30 use the right escapes by Chris Lattner · 19 years ago
  4. c198954 Description for the new shufflevector instruction I'm adding. by Chris Lattner · 19 years ago
  5. b3e7afd Fix a typo, thanks to Gabor Greif by Chris Lattner · 19 years ago
  6. 230bd09 Fixed a typo in the vsetfp examples. by Robert Bocchino · 19 years ago
  7. 8949de2 Split the 'vset' instruction into two instructions, 'vsetint' and by Robert Bocchino · 19 years ago
  8. 80626e9 Update this to match the documentation in the GC doc and to match actual by Chris Lattner · 19 years ago
  9. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  10. f0afc2c Spec change: the size of a memset/memcpy/memmove is not required to be aligned by Chris Lattner · 19 years ago
  11. 41edaa0 remove the read/write port/io intrinsics. by Chris Lattner · 19 years ago
  12. 5b310c3 Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split by Chris Lattner · 19 years ago
  13. 7b81c75 Added documentation for vset and vselect. by Robert Bocchino · 19 years ago
  14. e87d653 document the syntax of inline asm by Chris Lattner · 20 years ago
  15. 52599e1 minor syntax change by Chris Lattner · 20 years ago
  16. 4e9aba7 document module-level inline asm support. by Chris Lattner · 20 years ago
  17. ec6cb61 like bswap, the ct* intrinsics require unsigned operands by Chris Lattner · 20 years ago
  18. 8a886be Consistency by Chris Lattner · 20 years ago
  19. 7c89855 There is no llvm.bswap.i8, need at least 2 bytes to swap. by Reid Spencer · 20 years ago
  20. 0b11820 For PR411: by Reid Spencer · 20 years ago
  21. 05ccd70 Added spec for insertelement operation. by Robert Bocchino · 20 years ago
  22. 7e36c47 Make the bswap documentation more to sabre's liking! by Nate Begeman · 20 years ago
  23. fb6977d fix some minor errors by Chris Lattner · 20 years ago
  24. ed4ac95 Add documentation for the upcoming bswap intrinsics! by Nate Begeman · 20 years ago
  25. 57e1f39 Add llvm.stacksave and llvm.stackrestore. by Chris Lattner · 20 years ago
  26. fcf39d4 void* is not legal in LLVM. by Chris Lattner · 20 years ago
  27. 9fbe145 Expanded the documentation for constant expressions to cover select by Robert Bocchino · 20 years ago
  28. 3a55866 Added the spec for the new "extractelement" instruction. by Robert Bocchino · 20 years ago
  29. d07c3f4 Fix some typos noticed by Gabor Greif! by Chris Lattner · 20 years ago
  30. 88f6c46 document sections by Chris Lattner · 20 years ago
  31. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 20 years ago
  32. 25d4f7e Fix some typos. by Jeff Cohen · 20 years ago
  33. b8d172f Packed elements must be a power of two in size by Chris Lattner · 20 years ago
  34. 2cbdc45 document alignment on globals, functions, and allocation instructions. by Chris Lattner · 20 years ago
  35. 0ec250c Grammar and punctuation fixes. by John Criswell · 20 years ago
  36. a4d7414 llvm.sqrt somehow escaped documentation. by Chris Lattner · 20 years ago
  37. e67a951 add a note about variable length array by Chris Lattner · 20 years ago
  38. d0a4c62 SelectionDAG is very unhappy when the argument to an intrinsic is a struct by Andrew Lenharth · 20 years ago
  39. 8bf607a OK, after checking the backwards compatibility code on X86 and the new code by Andrew Lenharth · 20 years ago
  40. fc6b895 Added a note about how the type can be omitted in call instructions. by John Criswell · 20 years ago
  41. eff29ab ctlz = most signficant bits, cttz = least sig by Chris Lattner · 20 years ago
  42. c1f786c Minor fixup of typos. by John Criswell · 20 years ago
  43. dae2e93 Correct a detail with the alloca instruction. by John Criswell · 20 years ago
  44. e4c57cc Fixed some typos. by John Criswell · 20 years ago
  45. 590cff3 don't duplicate information, particularly when it's out of date! by Chris Lattner · 20 years ago
  46. cfe6b37 fix bugs in my previous commit clarify the return type of the bit ops by Chris Lattner · 20 years ago
  47. 8cdc5bc add a couple of notes by Chris Lattner · 20 years ago
  48. bad10ee document calling convention extensions by Chris Lattner · 20 years ago
  49. 2bff524 Add info on new 'tail' marker by Chris Lattner · 20 years ago
  50. 7ba1ea5 fixup argument by Andrew Lenharth · 20 years ago
  51. ec370fd initial descriptions of count intrinsics by Andrew Lenharth · 20 years ago
  52. a7e302a Mention that arguments to functions must be first class types. by Reid Spencer · 20 years ago
  53. a8d451e Convert the remainder of the intrinsic function prototypes to "declare" by Reid Spencer · 20 years ago
  54. d462235 Use the declare syntax not the call syntax for intrinsic prototypes so by Reid Spencer · 20 years ago
  55. 69c11bb document 'opaque' types by Chris Lattner · 20 years ago
  56. cfa87bc Hyphenate the adjective `n-bit' when used to describe values and processors by Misha Brukman · 20 years ago
  57. 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 20 years ago
  58. d4f6b17 Various cleanups and clarifications, thanks to Gabor Greif for contributing this patch! by Chris Lattner · 20 years ago
  59. aeffb4a fix another typo by Chris Lattner · 20 years ago
  60. b40bb38 fix typeo that Gabor Greif noticed! by Chris Lattner · 20 years ago
  61. 2a61536 cleanup my miswording by Chris Lattner · 20 years ago
  62. 9a9d7ac Document llvm.prefetch, patch contributed by Justin Wick! by Chris Lattner · 20 years ago
  63. a977c48 Fix a bug. by Chris Lattner · 20 years ago
  64. 3689a34 Document the newly generalized model for constant globals. by Chris Lattner · 21 years ago
  65. 9e2485c Merged in RELEASE_14 changes. by John Criswell · 21 years ago
  66. 2dc45b8 More grammaro's fixed. by Reid Spencer · 21 years ago
  67. cc16dc3 Clean up some grammaro's. by Reid Spencer · 21 years ago
  68. c3f5976 Fully document the LLVM constants. This should go into LLVM 1.4 by Chris Lattner · 21 years ago
  69. e5d947b Reflow and clean up some of the HTML in the initial section, split linkage by Chris Lattner · 21 years ago
  70. fa73021 Move the "High Level Structure" to before "Type System" by Chris Lattner · 21 years ago
  71. d3f876c Minor format tweask for tables. by Reid Spencer · 21 years ago
  72. 35eca58 Document unreachable instruction by Chris Lattner · 21 years ago
  73. e19d7a7 Patch contributed by Patrick Meredith: by Chris Lattner · 21 years ago
  74. 3921c74 Provide some meta tags for this document. by Reid Spencer · 21 years ago
  75. c24b758 Wrap long lines and try to fill the 80 chars per line so that we don't have too by Misha Brukman · 21 years ago
  76. a58561b Add description of packed type support. by Chris Lattner · 21 years ago
  77. 7283e7c Modernize example, so that you can paste it right into llvm-as by Brian Gaeke · 21 years ago
  78. f507613 Removed the interrupt_handler instrinsic section that I accidently added by John Criswell · 21 years ago
  79. 8411475 Grammar and punctuation fixes. by John Criswell · 21 years ago
  80. fa08187 Added missing quote. by John Criswell · 21 years ago
  81. fcd3725 Fix some broken links by Chris Lattner · 21 years ago
  82. ee98bf5 llvm.isnan is dead, long live llvm.isunordered! by Chris Lattner · 21 years ago
  83. 26bbe93 Really add the docs this time :-) by Alkis Evlogimenos · 21 years ago
  84. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 21 years ago
  85. 3200628 Document the llvm.isnan intrinsic by Chris Lattner · 21 years ago
  86. e53e508 Fix some broken links by Chris Lattner · 21 years ago
  87. d792391 Describe the new garbage collector intrinsics by Chris Lattner · 21 years ago
  88. 96db6fc Corrected the descriptions of the llvm.writeport and llvm.writeio intrinsics. by John Criswell · 21 years ago
  89. 183402a Added initial design for the llvm.readio and llvm.writeio intrinsics. by John Criswell · 21 years ago
  90. 4457dc9 Fixed some spelling. by John Criswell · 21 years ago
  91. 7123e27 Modified the prototypes of the llvm.readport and llvm.writeport intrinsics by John Criswell · 21 years ago
  92. cfd3bac Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
  93. f74d5c7 Update getelementptr instruction description by Chris Lattner · 21 years ago
  94. 6794d92 Fixed grammar typo. by John Criswell · 21 years ago
  95. cc37aae Cleanup the cast section, add the select instruction by Chris Lattner · 21 years ago
  96. 9ee5d22 Remove the comment "Constants must always have an initial value.", which by Chris Lattner · 21 years ago
  97. daa4cb0 HTML 4.01 Strict compliance. by Misha Brukman · 21 years ago
  98. 6e4ca61 Fixed minor typos. by John Criswell · 21 years ago
  99. c88c17b Wow, the description of the 'switch' instruction was out of date. by Chris Lattner · 21 years ago
  100. 50c372b fix typeo by Chris Lattner · 22 years ago