1. 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 20 years ago
  2. 294ba02 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 20 years ago
  3. 8f9e6d6 We also provide a source distribution of the GCC front-end by Misha Brukman · 20 years ago
  4. e55cb54 Add a note about the JIT changes. by Chris Lattner · 20 years ago
  5. ccbc9cf Add a note about the name change of libraries. by Reid Spencer · 20 years ago
  6. ea3065f Fixed typo. by John Criswell · 20 years ago
  7. 28e8e42 First version of manual page for llvm-ld. by Reid Spencer · 20 years ago
  8. 8b88b46 Fixed another typo. by John Criswell · 20 years ago
  9. 98d0636 Corrected spelling mistakes. by John Criswell · 20 years ago
  10. c24d482 It looks like I'm fixing a spelling mistake, but I'm really trying to by John Criswell · 20 years ago
  11. 616bd05 If we're going to mention mv and cp, clearly, we also need `rm' by Misha Brukman · 20 years ago
  12. e9adf92 Ignore files generated by pod2html by Misha Brukman · 20 years ago
  13. 69def74 * Remove disk space requirements, they vary wildly, depend on the number of by Misha Brukman · 20 years ago
  14. 05f8d5f Fixed a typo. by Tanya Lattner · 20 years ago
  15. d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 20 years ago
  16. f67fb19 Line numbers are go for 1.4! :) by Chris Lattner · 20 years ago
  17. 6454ed3 Add notes about makefile changes and llvm-ar. by Reid Spencer · 20 years ago
  18. a1c15bd Add a standards section. by Reid Spencer · 20 years ago
  19. 7c8dd7f Make this more accurate by Chris Lattner · 20 years ago
  20. 9bbba09 Per code review: by Reid Spencer · 20 years ago
  21. e12215f * Change test/projects => projects/llvm-test by Misha Brukman · 20 years ago
  22. ced6222 Update to reflect recent change by Chris Lattner · 20 years ago
  23. 748d82e Merge content of RequiredSoftware.html into GettingStarted.html by Reid Spencer · 20 years ago
  24. 0011769 * Add entry for Linux/PowerPC by Misha Brukman · 20 years ago
  25. b2cdcad Be less verbose when `The' and `command' just aren't necessary by Misha Brukman · 20 years ago
  26. 98fcc88 No need for the verbose `the llvm-link command' when simply `llvm-link' will do by Misha Brukman · 20 years ago
  27. 55157ff Force a short link to gccld's man page by Misha Brukman · 20 years ago
  28. bae412a Fix syntax within a B<> tag by Misha Brukman · 20 years ago
  29. bd26475 Remove personal email address. by Reid Spencer · 20 years ago
  30. 0d65a1f Add the PowerPC 32-bit ABI output option by Misha Brukman · 20 years ago
  31. 998cd67 Bump version. Shouldn't this come from somewhere else?? by Chris Lattner · 20 years ago
  32. bbcb10f * Add an entry for llvm-ranlib * Add missing dashes by Misha Brukman · 20 years ago
  33. e2ca54f This is llvm-ar, not llvm-as. by Misha Brukman · 20 years ago
  34. f0f21fe Remove reference to llvm-ld. by Reid Spencer · 20 years ago
  35. e8ae2d7 Terminate a list. Remove reference to llvm-ld by Reid Spencer · 20 years ago
  36. bd33619 Changes/corrections suggested from Chris Lattner's review. by Reid Spencer · 20 years ago
  37. 14ab537 Replace the textual description with table specifying disk space requirements by Misha Brukman · 20 years ago
  38. 37d813d Document the new llvm-ranlib command. by Reid Spencer · 20 years ago
  39. 2152cca Correctly terminate a list. by Reid Spencer · 20 years ago
  40. 742ecbc Document the modifiers and the file format. by Reid Spencer · 20 years ago
  41. 0aa1899 Add llvm-ar to the index. by Reid Spencer · 20 years ago
  42. e26ed7a First attempt at llvm-ar documentation. Modifiers need a little more by Reid Spencer · 20 years ago
  43. 7863c40 Fix documentation for Makefile target name change. install-bytecode is now by Reid Spencer · 20 years ago
  44. cceed9f Implement and document the TOOL_VERBOSE option that asks each tool invoked by Reid Spencer · 20 years ago
  45. a4213b2 Fix typo. by Reid Spencer · 20 years ago
  46. da794e7 Document compressed bytecode details. by Reid Spencer · 20 years ago
  47. e3c803c First draft of compendium of documents relevant to writers of LLVM machine by Misha Brukman · 20 years ago
  48. 9f54791 Recommend that new users read the documentation before they get started, by Reid Spencer · 20 years ago
  49. 52afa7e Correct and Explain the first rule of thumb better. by Reid Spencer · 20 years ago
  50. 347e288 Fix typo. by Reid Spencer · 20 years ago
  51. 6fb5166 Fix grammar: use commas in a list of entities by Misha Brukman · 20 years ago
  52. 3fecb44 * Fix file-relative links: they need '#' prepended to the target name by Misha Brukman · 20 years ago
  53. 1b6ab59 First version of this document listing the required software. Might need by Reid Spencer · 20 years ago
  54. f32a5f5 Add a section for PPC, though it's empty for now by Chris Lattner · 20 years ago
  55. 8bf7c28 * Add note about benchmarking programs and submitting reduced test cases by Misha Brukman · 20 years ago
  56. a36b6e5 Replace llvm.org => llvm.cs.uiuc.edu by Misha Brukman · 20 years ago
  57. 31f841b List the individual tools for easier reference. by Reid Spencer · 20 years ago
  58. d206bc9 Add compliant header. by Reid Spencer · 20 years ago
  59. a81d8fc Add missing tag. by Reid Spencer · 20 years ago
  60. 1f92301 Update table to llvm.css standards. by Reid Spencer · 20 years ago
  61. 11d45b6 Get rid of bogus entity references. by Reid Spencer · 20 years ago
  62. 936e5ca Attempt CSS 2 compliance. by Reid Spencer · 20 years ago
  63. 41b34ff Attempt CSS 2 validation. by Reid Spencer · 20 years ago
  64. 0a4e8b3 HTML 4.01 Strict compliance. by Reid Spencer · 20 years ago
  65. cbadf80 Correct the document type declaration. by Reid Spencer · 20 years ago
  66. bd72241 Add the HTML 4.01 and CSS icons with links to validators. by Reid Spencer · 20 years ago
  67. c7d1d82 Attempt HTML 4.01 Strict compliance. by Reid Spencer · 20 years ago
  68. fe8f4ff Cleanup the constants section. by Reid Spencer · 20 years ago
  69. 820e247 Remove spurious end tag, fix indentation. by Reid Spencer · 20 years ago
  70. 376d7ac Make HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
  71. 97510e7 Fix tag placement to make HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
  72. d3f876c Minor format tweask for tables. by Reid Spencer · 20 years ago
  73. 0922172 Add layout classes for table elements so tables can be used for layouts. by Reid Spencer · 20 years ago
  74. 632bd06 Configuration -> BuildMode by Reid Spencer · 20 years ago
  75. 4148266 Wrap to 80 cols by Reid Spencer · 20 years ago
  76. 0a727fc Add UsingLibraries.html link. by Reid Spencer · 20 years ago
  77. 448a4af Give table headers the striped background. by Reid Spencer · 20 years ago
  78. 341d714 * Moved from ObjectFiles.html by Reid Spencer · 20 years ago
  79. 9113b98 Renamed UsingLibraries.html by Reid Spencer · 20 years ago
  80. e190786 Add the preconditions target per suggestion by Henrik Bach. by Reid Spencer · 20 years ago
  81. 15e4f74 One more missing end tag. by Reid Spencer · 20 years ago
  82. 0b166c4 Correct tag usage for HTML 4.01 Strict compliance by Reid Spencer · 20 years ago
  83. 2734bf7 Add a tutorial and some more general concepts. by Reid Spencer · 20 years ago
  84. a07e0b5 Add a few more terms. by Reid Spencer · 20 years ago
  85. a79e58c Complete the description of public variables. Internal variables are listed by Reid Spencer · 20 years ago
  86. b0e7e45 * Add spaces between function names for readability by Misha Brukman · 20 years ago
  87. f1ccf1a Add a couple of new features by Chris Lattner · 20 years ago
  88. 91d64af Use <tt> around "#include" and "std::endl" by Misha Brukman · 20 years ago
  89. 84d17fe Use <tt> around header names by Misha Brukman · 20 years ago
  90. edcc78a * Fix spelling and grammar errors by Misha Brukman · 20 years ago
  91. a2a394f Bug fixed by Chris Lattner · 20 years ago
  92. 4c871b5 add a link to the makefile guide, eliminate redundant link to coding stds by Chris Lattner · 20 years ago
  93. 23da730 Make a sentence easier to parse by Chris Lattner · 20 years ago
  94. 72f0891 Fix spellos by Chris Lattner · 20 years ago
  95. 714b52b First draft. More to come. by Reid Spencer · 20 years ago
  96. 504b21a First cut at the LLVM Makefile Guide. There's lots to correct and lots more by Reid Spencer · 20 years ago
  97. a04d0a1 * Add a space between words * Wrap at 80 cols by Misha Brukman · 20 years ago
  98. 9b3b04f Update release notes by Chris Lattner · 20 years ago
  99. 35eca58 Document unreachable instruction by Chris Lattner · 20 years ago
  100. a1dad81 Add missing 'Instruction Opcodes' bullet to TOC by Chris Lattner · 20 years ago