1. f2b5e6e GCC4 + IA64 = badnews by Chris Lattner · 19 years ago
  2. eff29ab ctlz = most signficant bits, cttz = least sig by Chris Lattner · 19 years ago
  3. 98a493c add a sparcv8 section, make this validate by Chris Lattner · 19 years ago
  4. b38da0f more edits, add anchors by Chris Lattner · 19 years ago
  5. 1b592f0 edits to the simplify-libcalls element, move it higher in the list. by Chris Lattner · 19 years ago
  6. a4faa4a add generated code by Chris Lattner · 19 years ago
  7. 5934de7 Make note of the -simplify-libcalls pass. by Reid Spencer · 19 years ago
  8. 8a45876 Substantial edits for the release notes. by Chris Lattner · 19 years ago
  9. f5a5a6c add x86-64 abi by Chris Lattner · 19 years ago
  10. 50ffe0c * Truncate a long line. by Reid Spencer · 19 years ago
  11. 01f40b3 mention the C++ exception problems on alpha by Andrew Lenharth · 19 years ago
  12. 2e36d6e add a bit about the known problems on IA64 by Duraid Madina · 19 years ago
  13. 120bc6d minor changes by Chris Lattner · 19 years ago
  14. a5a4f26 user ops are not encoded in the bc format by Chris Lattner · 19 years ago
  15. a568177 Document the pseudo-instruction opcodes in opcode range 56-63. These are by Reid Spencer · 19 years ago
  16. c1f786c Minor fixup of typos. by John Criswell · 19 years ago
  17. 678cfa9 Removed PPC Linux support, as no one seems to have used it yet. by John Criswell · 19 years ago
  18. af94d58 Add a note about SPARC V8. by John Criswell · 19 years ago
  19. d0c4a76 Minor fixes. by John Criswell · 19 years ago
  20. 9321fa8 Added some missing platforms. Fixed some wording to be more accurate (I hope). by John Criswell · 19 years ago
  21. 0c8a9a1 More typo and wording fixes. by John Criswell · 19 years ago
  22. dbb8585 Add reassociation, minor cleanups. by Chris Lattner · 19 years ago
  23. 0159698 close off B< tag by Chris Lattner · 19 years ago
  24. f2b0a90 remove htmlisms by Chris Lattner · 19 years ago
  25. ebb9fef fix typo by Chris Lattner · 19 years ago
  26. f494e72 note how to disable inlining by Chris Lattner · 19 years ago
  27. 0a3aac2 fix link to llvm-ar by Chris Lattner · 19 years ago
  28. a6bf38a these don't use passes by Chris Lattner · 19 years ago
  29. 4abf2fe this detail is not needed here by Chris Lattner · 19 years ago
  30. 1e6df2e update this manual by Chris Lattner · 19 years ago
  31. c6e32eb Minor corrections and clarifications. by John Criswell · 19 years ago
  32. b0aad7a Shameless update of copyright years. by John Criswell · 19 years ago
  33. dae2e93 Correct a detail with the alloca instruction. by John Criswell · 19 years ago
  34. e4c57cc Fixed some typos. by John Criswell · 19 years ago
  35. 5eb9f0d update this to reflect the new selection daggy world by Chris Lattner · 19 years ago
  36. 590cff3 don't duplicate information, particularly when it's out of date! by Chris Lattner · 19 years ago
  37. c74fd7a Remove vim modeline; this should go into ~/.vimrc by Misha Brukman · 19 years ago
  38. bff8cc4 Remove vim modeline, this belongs in ~/.vimrc by Misha Brukman · 19 years ago
  39. c43d914 Consistently surround `cl::' code structures with <b> and <tt> to make them by Misha Brukman · 19 years ago
  40. e8714af note HP-UX support by Duraid Madina · 20 years ago
  41. 7516255 Updated the list of code generators for LLVM 1.5. by John Criswell · 20 years ago
  42. 838bce5 Little corrections. by John Criswell · 20 years ago
  43. e0c1317 Fix bug noticed by Tzu-Chien Chiu, thanks! by Chris Lattner · 20 years ago
  44. 7939b78 add note about bit builtins newly supported by Chris Lattner · 20 years ago
  45. cfe6b37 fix bugs in my previous commit clarify the return type of the bit ops by Chris Lattner · 20 years ago
  46. 8cdc5bc add a couple of notes by Chris Lattner · 20 years ago
  47. bad10ee document calling convention extensions by Chris Lattner · 20 years ago
  48. 2bff524 Add info on new 'tail' marker by Chris Lattner · 20 years ago
  49. 68fb553 Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins by Reid Spencer · 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. 30a1f8f note the vararg change, and other stuff by Andrew Lenharth · 20 years ago
  53. a7e302a Mention that arguments to functions must be first class types. by Reid Spencer · 20 years ago
  54. c915108 no parens by Chris Lattner · 20 years ago
  55. 695b78b update some paths by Chris Lattner · 20 years ago
  56. a8d451e Convert the remainder of the intrinsic function prototypes to "declare" by Reid Spencer · 20 years ago
  57. d462235 Use the declare syntax not the call syntax for intrinsic prototypes so by Reid Spencer · 20 years ago
  58. 14fc5c1 Added question about turning off all optimizations. I think this has been asked once or twice. by Tanya Lattner · 20 years ago
  59. 69c11bb document 'opaque' types by Chris Lattner · 20 years ago
  60. 0f876db Add feedback from Vikram by Chris Lattner · 20 years ago
  61. fd84c2d fix some bugs by Chris Lattner · 20 years ago
  62. ad1f0cd Make this readable for newbies and those who can only understand one set of by Reid Spencer · 20 years ago
  63. 4e8458d extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  64. 55f9501 Types.def is going away by Chris Lattner · 20 years ago
  65. f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 20 years ago
  66. d9d6e10 make an advanced topics section, move symtab to it by Chris Lattner · 20 years ago
  67. 61cba49 This is not needed by Chris Lattner · 20 years ago
  68. 86d9b4c add a search box for the documentation by Chris Lattner · 20 years ago
  69. 2ebdb53 Mention the --enable-targets= option to configure. by Reid Spencer · 20 years ago
  70. cfa87bc Hyphenate the adjective `n-bit' when used to describe values and processors by Misha Brukman · 20 years ago
  71. 2dedcf5 Document the --enable-targets= feature of the configure script. by Reid Spencer · 20 years ago
  72. 53f72b3 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 20 years ago
  73. 94c8fb4 There is no =head3. Convert to =head2. by Reid Spencer · 20 years ago
  74. d9dd326 Correct the documentation to match the program. by Reid Spencer · 20 years ago
  75. 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 20 years ago
  76. 4c376ea update to match build changes. by Chris Lattner · 20 years ago
  77. f79e57e Bug fixed by Chris Lattner · 20 years ago
  78. 109d9e8 * Put command-line switches and function names in <tt> by Misha Brukman · 20 years ago
  79. 81dbf44 Add section for Itanium by Duraid Madina · 20 years ago
  80. 2c5b1d2 * Add section for Alpha * Remove extraneous subsections by Misha Brukman · 20 years ago
  81. 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 20 years ago
  82. 89976ff We shall have IA64 as a new experimental backend released with LLVM 1.5 by Misha Brukman · 20 years ago
  83. 77d6924 methods removed. by Chris Lattner · 20 years ago
  84. 89cc265 switch from a* to arg_* and g* to global_* for argument/global var iterators by Chris Lattner · 20 years ago
  85. 38d3828 Move link to GCC prefetch info here, since it's gone from Open Projects page by Misha Brukman · 20 years ago
  86. d03b3bc prefetch is now supported. by Chris Lattner · 20 years ago
  87. f75c4b4 Sprinkle code examples and command-line interaction examples with some style by Misha Brukman · 20 years ago
  88. fc1a27b * Add directions to send output of nightly test script to llvm-testresults@cs by Misha Brukman · 20 years ago
  89. ca0a909 Clarify inability to generate assembly, and note that VC++ Express works. by Jeff Cohen · 20 years ago
  90. d4f6b17 Various cleanups and clarifications, thanks to Gabor Greif for contributing this patch! by Chris Lattner · 20 years ago
  91. aeffb4a fix another typo by Chris Lattner · 20 years ago
  92. b40bb38 fix typeo that Gabor Greif noticed! by Chris Lattner · 20 years ago
  93. 55c0461 cleanup some html by Chris Lattner · 20 years ago
  94. 7fd5dee These methods are removed. by Chris Lattner · 20 years ago
  95. 00b95c3 Fix HTML-4.01 Strict compliance by Misha Brukman · 20 years ago
  96. 98558ae Use a colon instead of a period since we're introducing a command list by Misha Brukman · 20 years ago
  97. 2a61536 cleanup my miswording by Chris Lattner · 20 years ago
  98. 9a9d7ac Document llvm.prefetch, patch contributed by Justin Wick! by Chris Lattner · 20 years ago
  99. d793454 Adam Treat implemented this :) by Chris Lattner · 20 years ago
  100. f8b235d A few small steps toward HTML 4.01 Strict compliance. by Reid Spencer · 20 years ago