1. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  2. 69bf8a9 Lots of minor cleanups and clarifications by Chris Lattner · 20 years ago
  3. 97d49ef Remove implemented stuff by Chris Lattner · 20 years ago
  4. d792391 Describe the new garbage collector intrinsics by Chris Lattner · 20 years ago
  5. 4129b2a Lots of minor fixes and formatting improvements by Chris Lattner · 20 years ago
  6. 999cf09 Update the coding standards, removign the bit about avoiding exceptions and by Chris Lattner · 20 years ago
  7. ccc8065 Substantially expand and update the alias analysis documentation, including by Chris Lattner · 20 years ago
  8. 88c595f Various changes to make the docs look nicer. Add a new doc_author class. by Chris Lattner · 20 years ago
  9. 0d8c2db Add a new document describing the LLVM accurate garbage collection support. by Chris Lattner · 20 years ago
  10. aab56d4 Fix a couple misplaced div tags by Chris Lattner · 20 years ago
  11. 9f57b18 Revert back to the previous version, as it doesn't work with mozilla, and people REALLY CAN just click the link. :) by Chris Lattner · 20 years ago
  12. 8e0262f Added a "Miscellaneous Improvements" section to cover things like the by Reid Spencer · 20 years ago
  13. 6f1d699 Make the file HTML 4.01 (Strict) clean. by Reid Spencer · 20 years ago
  14. b39021b Additional content describing variable bit rate encoding, correcting the by Reid Spencer · 20 years ago
  15. 3ca836a Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01 by Alkis Evlogimenos · 20 years ago
  16. 939290f Some additional data added to the bytecode specification. by Reid Spencer · 20 years ago
  17. 5002661 Added an initial template/overview for documentation of the LLVM Bytecode by Reid Spencer · 20 years ago
  18. f90ce9e Removed the 64-bit fix from the "to do" list since the bug is fixed. by Reid Spencer · 20 years ago
  19. e5ad10a Bug fixed by Chris Lattner · 20 years ago
  20. 93763c3 Rename "User's Guide" to "Command Guide" to be consistent with current scheme. by Misha Brukman · 20 years ago
  21. 5a256b4 Ignore generated ps files. by Misha Brukman · 20 years ago
  22. 43c8e40 Ignore generated man files. by Misha Brukman · 20 years ago
  23. 3f8f569 Ignore generated HTML files. by Misha Brukman · 20 years ago
  24. 8d9d79d This is the stylesheet used by perldoc.com; we shall modify it as we see fit. by Misha Brukman · 20 years ago
  25. 9ff1a93 Put outputs of each type into a separate subdirectory. by Misha Brukman · 20 years ago
  26. e993d20 More pods... work in progress by Brian Gaeke · 20 years ago
  27. 3c687a0 Use <pre> instead of <p><tt> combo to decrease space used for code blocks. by Misha Brukman · 20 years ago
  28. 1e4ae2b Mention the --tool-args option that Brian and Chris added. by Misha Brukman · 20 years ago
  29. f0c71d4 Make link to HowToSubmitABug.html local instead of to LLVM website. by Misha Brukman · 20 years ago
  30. bfd1ce3 NAME section is supposed to have a brief description, for apropos(1) & whatis(1) by Brian Gaeke · 20 years ago
  31. 25ab104 This seems like as good a place as any to keep POD files. by Brian Gaeke · 20 years ago
  32. d1fbc8a Specify units in padding length. by Misha Brukman · 20 years ago
  33. 5538d83 Make page HTML-4.01 compliant (& => &amp; in URL). by Misha Brukman · 20 years ago
  34. 0428962 Reduce line length to about 80 chars. by Reid Spencer · 20 years ago
  35. fd90f88 Insert spacing between the table and the next section. by Misha Brukman · 20 years ago
  36. f39d5d6 * Use stylesheets for table borders so we factor out the formatting and can by Misha Brukman · 20 years ago
  37. 6df9e2c Break lines at 80 cols; eliminate extra space caused by a single <p> tag on a by Misha Brukman · 20 years ago
  38. 5f4d473 Make the subsubsections stand out a bit more by Chris Lattner · 20 years ago
  39. 54dfb2a These images have been moved to img/ by Misha Brukman · 20 years ago
  40. e849a1a Use the images in the img/ directory. by Misha Brukman · 20 years ago
  41. b9e41eb Finally, switch to a stylesheet that makes the documentation easier on the eyes by Misha Brukman · 20 years ago
  42. db8d5b2 Centralize images in this dir; add lines.gif from website for consistent by Misha Brukman · 20 years ago
  43. f6a0407 Make file use stylesheets and be HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  44. 3669299 Made document HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  45. b9be2bf Make file standard-compliant once again. by Misha Brukman · 20 years ago
  46. 8287373 Made file comply with HTML-4.01 (Strict) by Misha Brukman · 20 years ago
  47. 836db50 Made file HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  48. 6a2b310 Made to be HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  49. c53aefb Made to be HTML-4.01 (Strict) -compliant. by Misha Brukman · 20 years ago
  50. 6c16c4b Add proper footer since this file is HTML-4.01 compliant. by Misha Brukman · 20 years ago
  51. 85234ac Make document HTML-4.01 (Strict) compliant. by Misha Brukman · 20 years ago
  52. f6acb51 Fix grammar: remove `the' before LLVM. by Misha Brukman · 20 years ago
  53. b69715e * Make the document format follow the stringent purple standards (like the rest by Misha Brukman · 20 years ago
  54. 300e74b Add link to Valgrind. by Misha Brukman · 20 years ago
  55. 8436c21 Add a note to make sure the program is memory correct by Chris Lattner · 20 years ago
  56. 3699e05 Bug fixed by Chris Lattner · 20 years ago
  57. 44ff57a Bug 178 Fixed by Reid Spencer · 20 years ago
  58. b0fd761 Bug fixed. Rewrite portability intro. by Brian Gaeke · 20 years ago
  59. add68af PR implemented by Chris Lattner · 20 years ago
  60. 581dc80 Bug fixed by Chris Lattner · 20 years ago
  61. 4d8d49f Bug fixed. by John Criswell · 20 years ago
  62. be801bf Add a new cl::PositionalEatsArgs flag by Chris Lattner · 20 years ago
  63. 43be311 Bugs fixed by Brian Gaeke · 20 years ago
  64. cbc796e update command guide to have --tool-args by Brian Gaeke · 20 years ago
  65. d4594dc Bug fixed by Chris Lattner · 20 years ago
  66. 6e1ef19 Add some stuff to the release notes. by Chris Lattner · 20 years ago
  67. a19a3db Add comment about optimizations by Chris Lattner · 20 years ago
  68. 4b538b9 Fix broken link, again. by Chris Lattner · 20 years ago
  69. eeddcdc Fix a broken link by Chris Lattner · 20 years ago
  70. 6df29c6 bug fixed by Chris Lattner · 20 years ago
  71. 21a710a Add some PRs which were fixed, but not previously mentioned in the rel. notes. by Brian Gaeke · 20 years ago
  72. f6f7ec1 * Remove note about "UNSUPPORTED: " feature that just became supported by Misha Brukman · 20 years ago
  73. e8cad78 Display sample bugpoint output with the `code' stylesheet class. by Misha Brukman · 20 years ago
  74. cb00336 Add notes about PRs 38 and 290 being fixed. by Misha Brukman · 20 years ago
  75. a7aadf1 Wrap (some) lines to 80 cols. by Misha Brukman · 20 years ago
  76. dec8cfb Add idea about a disassembler. by Misha Brukman · 20 years ago
  77. fe22af6 * Fix capitalization of PICk * Wrap long lines to 80 cols by Misha Brukman · 20 years ago
  78. 180e8af Add note about easier way to debug tests in the llvm tree. by Misha Brukman · 20 years ago
  79. f4e4feb Add note about passing arguments to program being debugged. by Misha Brukman · 20 years ago
  80. f804e2c Removed obsolete doxygen options (they were blank anyway). by Misha Brukman · 20 years ago
  81. d828bc6 Add a note by Chris Lattner · 20 years ago
  82. 6491340 Add notes about some of the code quality improvements that have gone in by Chris Lattner · 20 years ago
  83. 96db6fc Corrected the descriptions of the llvm.writeport and llvm.writeio intrinsics. by John Criswell · 20 years ago
  84. 183402a Added initial design for the llvm.readio and llvm.writeio intrinsics. by John Criswell · 20 years ago
  85. 0190fdb Add note by Chris Lattner · 20 years ago
  86. 3636540 Expand on adding an intrinsic. Move section to before adding an instruction by Chris Lattner · 20 years ago
  87. 4457dc9 Fixed some spelling. by John Criswell · 20 years ago
  88. 7123e27 Modified the prototypes of the llvm.readport and llvm.writeport intrinsics by John Criswell · 20 years ago
  89. cfd3bac Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  90. 2d26135 We have a global reg. allocator now -- thanks to Alkis. by Brian Gaeke · 20 years ago
  91. acd85c5 Bugs fixed new features implemented by Chris Lattner · 20 years ago
  92. f701069 Document new option by Chris Lattner · 20 years ago
  93. 1c62355 Update docs a bit by Chris Lattner · 20 years ago
  94. e5109fa Remove some options that don't really have anything to do with bugpoint by Chris Lattner · 20 years ago
  95. 1e07e0c * Added link to newly written ExtendingLLVM.html document by Misha Brukman · 20 years ago
  96. b3b2827 Incorporated Chris' comments. by Misha Brukman · 20 years ago
  97. a3ce429 Added notes on extending LLVM with new instructions, intrinsics, types, etc. by Misha Brukman · 20 years ago
  98. ce8492d PR82 is finally fixed! by Chris Lattner · 20 years ago
  99. f74d5c7 Update getelementptr instruction description by Chris Lattner · 20 years ago
  100. 89c6048 PR305 is now fixed by Chris Lattner · 20 years ago