1. 9a9d7ac Document llvm.prefetch, patch contributed by Justin Wick! by Chris Lattner · 20 years ago
  2. a977c48 Fix a bug. by Chris Lattner · 20 years ago
  3. 3689a34 Document the newly generalized model for constant globals. by Chris Lattner · 20 years ago
  4. 9e2485c Merged in RELEASE_14 changes. by John Criswell · 20 years ago
  5. 2dc45b8 More grammaro's fixed. by Reid Spencer · 20 years ago
  6. cc16dc3 Clean up some grammaro's. by Reid Spencer · 20 years ago
  7. c3f5976 Fully document the LLVM constants. This should go into LLVM 1.4 by Chris Lattner · 20 years ago
  8. e5d947b Reflow and clean up some of the HTML in the initial section, split linkage by Chris Lattner · 20 years ago
  9. fa73021 Move the "High Level Structure" to before "Type System" by Chris Lattner · 20 years ago
  10. d3f876c Minor format tweask for tables. by Reid Spencer · 20 years ago
  11. 35eca58 Document unreachable instruction by Chris Lattner · 20 years ago
  12. e19d7a7 Patch contributed by Patrick Meredith: by Chris Lattner · 20 years ago
  13. 3921c74 Provide some meta tags for this document. by Reid Spencer · 20 years ago
  14. c24b758 Wrap long lines and try to fill the 80 chars per line so that we don't have too by Misha Brukman · 20 years ago
  15. a58561b Add description of packed type support. by Chris Lattner · 20 years ago
  16. 7283e7c Modernize example, so that you can paste it right into llvm-as by Brian Gaeke · 20 years ago
  17. f507613 Removed the interrupt_handler instrinsic section that I accidently added by John Criswell · 20 years ago
  18. 8411475 Grammar and punctuation fixes. by John Criswell · 20 years ago
  19. fa08187 Added missing quote. by John Criswell · 20 years ago
  20. fcd3725 Fix some broken links by Chris Lattner · 20 years ago
  21. ee98bf5 llvm.isnan is dead, long live llvm.isunordered! by Chris Lattner · 20 years ago
  22. 26bbe93 Really add the docs this time :-) by Alkis Evlogimenos · 20 years ago
  23. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  24. 3200628 Document the llvm.isnan intrinsic by Chris Lattner · 20 years ago
  25. e53e508 Fix some broken links by Chris Lattner · 20 years ago
  26. d792391 Describe the new garbage collector intrinsics by Chris Lattner · 20 years ago
  27. 96db6fc Corrected the descriptions of the llvm.writeport and llvm.writeio intrinsics. by John Criswell · 21 years ago
  28. 183402a Added initial design for the llvm.readio and llvm.writeio intrinsics. by John Criswell · 21 years ago
  29. 4457dc9 Fixed some spelling. by John Criswell · 21 years ago
  30. 7123e27 Modified the prototypes of the llvm.readport and llvm.writeport intrinsics by John Criswell · 21 years ago
  31. cfd3bac Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
  32. f74d5c7 Update getelementptr instruction description by Chris Lattner · 21 years ago
  33. 6794d92 Fixed grammar typo. by John Criswell · 21 years ago
  34. cc37aae Cleanup the cast section, add the select instruction by Chris Lattner · 21 years ago
  35. 9ee5d22 Remove the comment "Constants must always have an initial value.", which by Chris Lattner · 21 years ago
  36. daa4cb0 HTML 4.01 Strict compliance. by Misha Brukman · 21 years ago
  37. 6e4ca61 Fixed minor typos. by John Criswell · 21 years ago
  38. c88c17b Wow, the description of the 'switch' instruction was out of date. by Chris Lattner · 21 years ago
  39. 50c372b fix typeo by Chris Lattner · 21 years ago
  40. 1061064 Document new intrinsics by Chris Lattner · 21 years ago
  41. 3301ced Be a bit more specific about what the alignment value means and the restrictions on it by Chris Lattner · 21 years ago
  42. 0eb51b4 Add support for the llvm.memmove intrinsic. by Chris Lattner · 21 years ago
  43. 33aec9e Document the llvm.memcpy intrinsic. Clean up some of the formatting of other by Chris Lattner · 21 years ago
  44. 8ff7590 Add links to SLD from the LangRef.html doc by Chris Lattner · 21 years ago
  45. 009900b Fixed a small grammatical error. by John Criswell · 21 years ago
  46. 261efe9 checkin reid's docpatch by Chris Lattner · 21 years ago
  47. 23e1492 Fixed another minor grammatical error. by John Criswell · 21 years ago
  48. 2436eda Minor grammatical and punctuation corrections. by John Criswell · 21 years ago
  49. 9d0919f First pass at cleaning up LangRef.html: stylesheet-ification, consistent by Misha Brukman · 21 years ago
  50. c7f1cfb Fix typo by Chris Lattner · 21 years ago
  51. 478921b Clarify that all manipulatable values must be of first class type, and specifically by Chris Lattner · 21 years ago
  52. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
  53. 2c1bbd8 Hrm, for some reason, my fingers like typing va_begin. Weird by Chris Lattner · 21 years ago
  54. 8d1a81d Update for new varargs support by Chris Lattner · 21 years ago
  55. 25839f0 Add documentation for weak variables by Chris Lattner · 21 years ago
  56. f065107 Add info about volatile loads/stores by Chris Lattner · 21 years ago
  57. 43c2eb7 Final cleanups, document is good to go by Chris Lattner · 21 years ago
  58. 27f71f2 Add a WHOLE lot of updates clarifications and fixes. This is not done but getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. by Chris Lattner · 21 years ago
  59. fde246a hyphenation police visited here by Chris Lattner · 21 years ago
  60. b3ceec2 Document the llvm.unwind intrinsic. by Chris Lattner · 21 years ago
  61. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  62. 8c6bb90 Diversify examples by Chris Lattner · 21 years ago
  63. b5561ff fix incorrect anchor by Chris Lattner · 21 years ago
  64. a1a2097 va_start only takes on argument now. by Chris Lattner · 21 years ago
  65. c29b125 Update information about the switch instruction by Chris Lattner · 22 years ago
  66. d9ad5b3 * Add information about LLVM intrinsics by Chris Lattner · 22 years ago
  67. 3dfa10b getelementptr uses long instead of uint indexes by Chris Lattner · 22 years ago
  68. a0ff4aa Add a note about the switch instruction by Chris Lattner · 22 years ago
  69. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 22 years ago
  70. e6fe671 Fixed grammar. by Misha Brukman · 22 years ago
  71. eaee9e1 Add distinction between integer and integral types. by Chris Lattner · 22 years ago
  72. d816bcf Add "written by" note by Chris Lattner · 22 years ago
  73. 690d99b Comment out broken link by Chris Lattner · 22 years ago
  74. f31860b Fix typeo noticed by Bryan by Chris Lattner · 22 years ago
  75. 2b4dcbb Add a note mentioning that bools promote to 0 or 1 by Chris Lattner · 22 years ago
  76. e489aa5 Remove information about dead 'not' instruction by Chris Lattner · 22 years ago
  77. f8856bc Add a note that specifies that the whether or not sign extension is done by by Chris Lattner · 22 years ago
  78. b7c6c2a Avoid calling LLVM "Strongly typed" by Chris Lattner · 22 years ago
  79. c98cbbc Add borders to truth tables by Chris Lattner · 22 years ago
  80. 7bae395 Minor tuning and fleshing out of the language reference. by Chris Lattner · 22 years ago
  81. 6536cfe Finish up the updates to the language reference by Chris Lattner · 23 years ago
  82. 2b7d320 Updated documentation a _LOT_ by Chris Lattner · 23 years ago
  83. 7faa883 Update documentation a LOT, make it more accurate and match current model by Chris Lattner · 23 years ago
  84. 33ba0d9 Updated documentation for load, store & getelementptr by Chris Lattner · 23 years ago
  85. db09262 Update documentation to reflect: by Chris Lattner · 23 years ago
  86. 0095054 Initial revision by Chris Lattner · 23 years ago