1. 7120107 Update list of supported bisons. by Jeff Cohen · 20 years ago
  2. 294adbb Document the new --enable-debug-runtime configure option. by Reid Spencer · 20 years ago
  3. 3bdbd30 Merged from RELEASE_16. by John Criswell · 20 years ago
  4. e33f18e Add more bison versions, thanks to Vladimir by Chris Lattner · 20 years ago
  5. 6b5e263 Per bug 655, give people more options in case 1.35 doesn't build on their by Chris Lattner · 20 years ago
  6. f1705fd Add a requirement, patch contributed by Henrik Bach. by Chris Lattner · 20 years ago
  7. e1a8120 Merged in release_15. by John Criswell · 21 years ago
  8. 7caf6f6 GCC4 + IA64 = badnews by Chris Lattner · 21 years ago
  9. 332b16a note HP-UX support by Duraid Madina · 21 years ago
  10. 05990f3 Updated the list of code generators for LLVM 1.5. by John Criswell · 21 years ago
  11. cfdeb5c Little corrections. by John Criswell · 21 years ago
  12. 1e195bd Document the --enable-targets= feature of the configure script. by Reid Spencer · 21 years ago
  13. 5824762 SuSE 3.3.3 is also borken. by Chris Lattner · 21 years ago
  14. e254e2f Add note about broken GCC by Chris Lattner · 21 years ago
  15. 38de952 This will be moved elsewhere. by Chris Lattner · 21 years ago
  16. 0c4b8b6 * Use an HTML list <ol> instead of custom superscripts in the platform notes by Misha Brukman · 21 years ago
  17. ac648f5 Turn footnotes into links, make the page validate. by Chris Lattner · 21 years ago
  18. 59a486a If needed, this should be in the 'how to compile the cfe' doc. by Chris Lattner · 21 years ago
  19. 09cc355 this should be incorporated into the build by Chris Lattner · 21 years ago
  20. 7772309 * Separate superscript footnotes with a comma, otherwise it's a 2-digit number by Misha Brukman · 21 years ago
  21. 093ffb0 Add instructions for MINGW, contributed by Henrik Bach by Chris Lattner · 21 years ago
  22. 20b8a656 * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVS by Misha Brukman · 21 years ago
  23. cd67325 * Clearly mark LLVM_LIB_SEARCH_PATH as being optional by Misha Brukman · 21 years ago
  24. d4528ea * Instead of fixing the version numbers before every release, mark them as x.y by Misha Brukman · 21 years ago
  25. 6bfa7a4 Describe the --with-llvmgccdir option to configure. by Reid Spencer · 21 years ago
  26. a8acd82 Be specific about version of GCC and binutils on Cygwin since it matters. by Reid Spencer · 21 years ago
  27. 5ac308f LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet by Misha Brukman · 21 years ago
  28. 788b0fd For PR432: by Reid Spencer · 21 years ago
  29. 5fb7160 Revert last patch until we can figure out how to build executables named by Reid Spencer · 21 years ago
  30. 0953cfc Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE by Reid Spencer · 21 years ago
  31. 360d6b7 Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the by Reid Spencer · 21 years ago
  32. 79e49cf Correct documentation to reflect the change in location of the CFE runtime by Reid Spencer · 21 years ago
  33. dfe6a86 Merged in RELEASE_14 changes. by John Criswell · 21 years ago
  34. 098fce4 Correct the version numbers for automake, Perl, and CVS. by Reid Spencer · 21 years ago
  35. 945f802 Mention in the exposition that lli can JIT on PowerPC now. by John Criswell · 21 years ago
  36. 92815e5 Add llvm-ld tool Note that both llvmc and llvm-ld are experimental in 1.4 by Reid Spencer · 21 years ago
  37. 6ab273c Minor fixups. by John Criswell · 21 years ago
  38. c31724b Removed QMTest referrences. Updated ordering of notes. by Tanya Lattner · 21 years ago
  39. 33e0f06 Fix spell'os. by John Criswell · 21 years ago
  40. dfcf790 Various 1.4ish corrections and additions. by Reid Spencer · 21 years ago
  41. c8808f5 Update the version numbers of the pre-built LLVM GCC frontends. by John Criswell · 21 years ago
  42. 3991dce * Change version numbers of tarballs from 1.3 to 1.4 by Reid Spencer · 21 years ago
  43. 5be4f04 Add descriptions of missing top level directories. by Reid Spencer · 21 years ago
  44. db33247 Suggest people run cvs up -P -d after checking out the tree so they don't by Chris Lattner · 21 years ago
  45. fd76945 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 21 years ago
  46. c318444 We also provide a source distribution of the GCC front-end by Misha Brukman · 21 years ago
  47. 3249e3e Fixed typo. by John Criswell · 21 years ago
  48. 29d3d46 If we're going to mention mv and cp, clearly, we also need `rm' by Misha Brukman · 21 years ago
  49. 1ed0fa5 * Remove disk space requirements, they vary wildly, depend on the number of by Misha Brukman · 21 years ago
  50. b4bd8de * Change test/projects => projects/llvm-test by Misha Brukman · 21 years ago
  51. 38fcf30 Merge content of RequiredSoftware.html into GettingStarted.html by Reid Spencer · 21 years ago
  52. dca7238 * Add entry for Linux/PowerPC by Misha Brukman · 21 years ago
  53. b068167 Replace the textual description with table specifying disk space requirements by Misha Brukman · 21 years ago
  54. 45dc139 Fix documentation for Makefile target name change. install-bytecode is now by Reid Spencer · 21 years ago
  55. 3fbf26a Recommend that new users read the documentation before they get started, by Reid Spencer · 21 years ago
  56. c3c4c4f Minor format tweask for tables. by Reid Spencer · 21 years ago
  57. 075de23 HTML 4.01 STRICT compliance. by Reid Spencer · 21 years ago
  58. 62a2c1f Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) by Misha Brukman · 21 years ago
  59. 5d41391 Bytecode libraries are installed with `make install-bytecode' by Misha Brukman · 21 years ago
  60. 1e87b97 Merged in release_13 branch. by John Criswell · 21 years ago
  61. 876d5f1 Add note about AIX/PowerPC with disk space requirements. Wrap long line. by Misha Brukman · 21 years ago
  62. 288b211 Refer would-be llvm-gcc source users/hackers to the compilation guide. by Misha Brukman · 21 years ago
  63. e0050f0 Add note about GCC 3.3.2 being completely broken by Chris Lattner · 21 years ago
  64. 3337c82 Add a link to the CFE build instrs next to the CFE download instructions by Chris Lattner · 21 years ago
  65. 6c2cf08 Mention a note about having gccas and gccld in the path when running llvm-gcc. by Misha Brukman · 21 years ago
  66. 53e5e2a Fix some broken links by Chris Lattner · 21 years ago
  67. 0bca699 Fix relative link to the CVS mirrors. by Misha Brukman · 21 years ago
  68. 8c47018 Add link to the CVS mirror hosted by Reid by Chris Lattner · 21 years ago
  69. 0379351 Update to include llc on x86 and other systems by Chris Lattner · 22 years ago
  70. 020e1fc Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 22 years ago
  71. c1aac03 Make file standard-compliant once again. by Misha Brukman · 22 years ago
  72. 15a041c Add comment about optimizations by Chris Lattner · 22 years ago
  73. fa2f368 Merged in RELEASE_12. by John Criswell · 22 years ago
  74. 998c067 Add note about setting up linux systems to directly execute LLVM bytecode files by Chris Lattner · 22 years ago
  75. 64f13ab Updated to LLVM 1.2. by John Criswell · 22 years ago
  76. a9c61b3 Updates for the C backend's movement by Chris Lattner · 22 years ago
  77. 8613f13c Document automake as a build dependency because we use aclocal by Brian Gaeke · 22 years ago
  78. d3de5c6 Now with HTML 4.01 comliance flavor. by Misha Brukman · 22 years ago
  79. 86a3a48 Merged in RELEASE_11. by John Criswell · 22 years ago
  80. 74d4df8 Switch to the standard footer. This page is not yet W3C-compliant. by Misha Brukman · 22 years ago
  81. 560e989 Completely hacked apart the file and put it back together using stylesheets. by Misha Brukman · 22 years ago
  82. 2a09659 No wonder noone can set up LLVMGCCDIR correctly! by Chris Lattner · 22 years ago
  83. f531f31 Merged in RELEASE_1. by John Criswell · 22 years ago
  84. 0e18c62 Recommend using -z3 by Chris Lattner · 22 years ago
  85. 9d60531 Added the name of the public CVS repository. by John Criswell · 22 years ago
  86. ca342f5 Made the Requirements information its own major section and moved it by John Criswell · 22 years ago
  87. 55a0c88 Fixed the name of a hyperlink. by John Criswell · 22 years ago
  88. c41e7a8 Removed information on common build problems. That is now documented in by John Criswell · 22 years ago
  89. 4d142db Fixed spelling. by John Criswell · 22 years ago
  90. e285b41 Removed information about compiling the GCC front end. This will be in a by John Criswell · 22 years ago
  91. 38cc2b5 Re-did some of the text wrapping (sorry). by John Criswell · 22 years ago
  92. 994d7e8 * Alphabetized order of tools by Misha Brukman · 22 years ago
  93. abe1ece Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 22 years ago
  94. 8efaeb3 * Added pointers to the README files in emacs/ and vim/ directories. by Misha Brukman · 22 years ago
  95. 264ee89 Geez, this misha guy is a _horrible_ speller. :) by Chris Lattner · 22 years ago
  96. efe54be * Added a section describing the hidden gems in llvm/utils by Misha Brukman · 22 years ago
  97. 8aba798 Removed information on the Pool Allocator as it is no longer available. by John Criswell · 22 years ago
  98. 6274b71 Added a FAQ about how to clean the directory if it fails to build after an by John Criswell · 22 years ago
  99. 4135b21 Updated for the 1.1 pre-release. by John Criswell · 22 years ago
  100. 71139f2 Corrected the Table of Contents. by John Criswell · 22 years ago