1. e8714af note HP-UX support by Duraid Madina · 19 years ago
  2. 7516255 Updated the list of code generators for LLVM 1.5. by John Criswell · 19 years ago
  3. 838bce5 Little corrections. by John Criswell · 19 years ago
  4. 2dedcf5 Document the --enable-targets= feature of the configure script. by Reid Spencer · 19 years ago
  5. 8e64f15 SuSE 3.3.3 is also borken. by Chris Lattner · 20 years ago
  6. 25e7b16 Add note about broken GCC by Chris Lattner · 20 years ago
  7. 27ae027 This will be moved elsewhere. by Chris Lattner · 20 years ago
  8. 6d8e153 * Use an HTML list <ol> instead of custom superscripts in the platform notes by Misha Brukman · 20 years ago
  9. 7db3f52 Turn footnotes into links, make the page validate. by Chris Lattner · 20 years ago
  10. 4e06a39 If needed, this should be in the 'how to compile the cfe' doc. by Chris Lattner · 20 years ago
  11. e1a53a5 this should be incorporated into the build by Chris Lattner · 20 years ago
  12. a892ead * Separate superscript footnotes with a comma, otherwise it's a 2-digit number by Misha Brukman · 20 years ago
  13. 8ccb87f Add instructions for MINGW, contributed by Henrik Bach by Chris Lattner · 20 years ago
  14. 9106eca * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVS by Misha Brukman · 20 years ago
  15. 8f0cad1 * Clearly mark LLVM_LIB_SEARCH_PATH as being optional by Misha Brukman · 20 years ago
  16. 3ce1103 * Instead of fixing the version numbers before every release, mark them as x.y by Misha Brukman · 20 years ago
  17. fef93b7 Describe the --with-llvmgccdir option to configure. by Reid Spencer · 20 years ago
  18. 65e8f5b Be specific about version of GCC and binutils on Cygwin since it matters. by Reid Spencer · 20 years ago
  19. c155a0a LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet by Misha Brukman · 20 years ago
  20. d4694f9 For PR432: by Reid Spencer · 20 years ago
  21. 6caa5ec Revert last patch until we can figure out how to build executables named by Reid Spencer · 20 years ago
  22. 4b04f53 Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE by Reid Spencer · 20 years ago
  23. f96eb57 Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the by Reid Spencer · 20 years ago
  24. 201ddef Correct documentation to reflect the change in location of the CFE runtime by Reid Spencer · 20 years ago
  25. 9e2485c Merged in RELEASE_14 changes. by John Criswell · 20 years ago
  26. 200d93b Correct the version numbers for automake, Perl, and CVS. by Reid Spencer · 20 years ago
  27. d9eceee Mention in the exposition that lli can JIT on PowerPC now. by John Criswell · 20 years ago
  28. 079e945 Add llvm-ld tool Note that both llvmc and llvm-ld are experimental in 1.4 by Reid Spencer · 20 years ago
  29. 3d8ba51 Minor fixups. by John Criswell · 20 years ago
  30. 8f18724 Removed QMTest referrences. Updated ordering of notes. by Tanya Lattner · 20 years ago
  31. c4ef3f2 Fix spell'os. by John Criswell · 20 years ago
  32. 66db92e Various 1.4ish corrections and additions. by Reid Spencer · 20 years ago
  33. 687d5e5 Update the version numbers of the pre-built LLVM GCC frontends. by John Criswell · 20 years ago
  34. 129f94e * Change version numbers of tarballs from 1.3 to 1.4 by Reid Spencer · 20 years ago
  35. c4b09ba Add descriptions of missing top level directories. by Reid Spencer · 20 years ago
  36. 5e9a501 Suggest people run cvs up -P -d after checking out the tree so they don't by Chris Lattner · 20 years ago
  37. 294ba02 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 20 years ago
  38. 8f9e6d6 We also provide a source distribution of the GCC front-end by Misha Brukman · 20 years ago
  39. ea3065f Fixed typo. by John Criswell · 20 years ago
  40. 616bd05 If we're going to mention mv and cp, clearly, we also need `rm' by Misha Brukman · 20 years ago
  41. 69def74 * Remove disk space requirements, they vary wildly, depend on the number of by Misha Brukman · 20 years ago
  42. e12215f * Change test/projects => projects/llvm-test by Misha Brukman · 20 years ago
  43. 748d82e Merge content of RequiredSoftware.html into GettingStarted.html by Reid Spencer · 20 years ago
  44. 0011769 * Add entry for Linux/PowerPC by Misha Brukman · 20 years ago
  45. 14ab537 Replace the textual description with table specifying disk space requirements by Misha Brukman · 20 years ago
  46. 7863c40 Fix documentation for Makefile target name change. install-bytecode is now by Reid Spencer · 20 years ago
  47. 9f54791 Recommend that new users read the documentation before they get started, by Reid Spencer · 20 years ago
  48. d3f876c Minor format tweask for tables. by Reid Spencer · 20 years ago
  49. 77d9019 HTML 4.01 STRICT compliance. by Reid Spencer · 20 years ago
  50. e51c356 Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) by Misha Brukman · 20 years ago
  51. ad38e96 Bytecode libraries are installed with `make install-bytecode' by Misha Brukman · 20 years ago
  52. 18b7464 Merged in release_13 branch. by John Criswell · 20 years ago
  53. 22e9e33 Add note about AIX/PowerPC with disk space requirements. Wrap long line. by Misha Brukman · 20 years ago
  54. 1d3a8b0 Refer would-be llvm-gcc source users/hackers to the compilation guide. by Misha Brukman · 20 years ago
  55. 95e9258 Add note about GCC 3.3.2 being completely broken by Chris Lattner · 20 years ago
  56. 604fdc1 Add a link to the CFE build instrs next to the CFE download instructions by Chris Lattner · 20 years ago
  57. f089cdf Mention a note about having gccas and gccld in the path when running llvm-gcc. by Misha Brukman · 20 years ago
  58. fcd3725 Fix some broken links by Chris Lattner · 20 years ago
  59. b3707ba Fix relative link to the CVS mirrors. by Misha Brukman · 20 years ago
  60. 883bcbe Add link to the CVS mirror hosted by Reid by Chris Lattner · 20 years ago
  61. b3bbcba Update to include llc on x86 and other systems by Chris Lattner · 20 years ago
  62. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  63. b9be2bf Make file standard-compliant once again. by Misha Brukman · 20 years ago
  64. a19a3db Add comment about optimizations by Chris Lattner · 20 years ago
  65. d179961 Merged in RELEASE_12. by John Criswell · 20 years ago
  66. a553f62 Add note about setting up linux systems to directly execute LLVM bytecode files by Chris Lattner · 20 years ago
  67. 364cec4 Updated to LLVM 1.2. by John Criswell · 20 years ago
  68. 036e639 Updates for the C backend's movement by Chris Lattner · 21 years ago
  69. 5c681b6 Document automake as a build dependency because we use aclocal by Brian Gaeke · 21 years ago
  70. 54111c4 Now with HTML 4.01 comliance flavor. by Misha Brukman · 21 years ago
  71. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  72. 142207b Switch to the standard footer. This page is not yet W3C-compliant. by Misha Brukman · 21 years ago
  73. 00c73d2 Completely hacked apart the file and put it back together using stylesheets. by Misha Brukman · 21 years ago
  74. e9660e0 No wonder noone can set up LLVMGCCDIR correctly! by Chris Lattner · 21 years ago
  75. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
  76. 70bb09b Recommend using -z3 by Chris Lattner · 21 years ago
  77. e04c263 Added the name of the public CVS repository. by John Criswell · 21 years ago
  78. 3ab7136 Made the Requirements information its own major section and moved it by John Criswell · 21 years ago
  79. b5ca43e Fixed the name of a hyperlink. by John Criswell · 21 years ago
  80. b96646f Removed information on common build problems. That is now documented in by John Criswell · 21 years ago
  81. 623e594 Fixed spelling. by John Criswell · 21 years ago
  82. abb1b58 Removed information about compiling the GCC front end. This will be in a by John Criswell · 21 years ago
  83. 20d2d3e Re-did some of the text wrapping (sorry). by John Criswell · 21 years ago
  84. ef0ad41 * Alphabetized order of tools by Misha Brukman · 21 years ago
  85. a0a0a03 Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  86. e0db815 * Added pointers to the README files in emacs/ and vim/ directories. by Misha Brukman · 21 years ago
  87. a8f5de3 Geez, this misha guy is a _horrible_ speller. :) by Chris Lattner · 21 years ago
  88. c103adf * Added a section describing the hidden gems in llvm/utils by Misha Brukman · 21 years ago
  89. 0c4dccc Removed information on the Pool Allocator as it is no longer available. by John Criswell · 21 years ago
  90. 3c852b6 Added a FAQ about how to clean the directory if it fails to build after an by John Criswell · 21 years ago
  91. ef0096f Updated for the 1.1 pre-release. by John Criswell · 21 years ago
  92. 0b45920 Corrected the Table of Contents. by John Criswell · 21 years ago
  93. 3cbfd77 Fixed the directions for building the C front end. by John Criswell · 21 years ago
  94. 312a68c Added information about how to unpack the distribution for those who do not by John Criswell · 21 years ago
  95. a27028b Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot by John Criswell · 21 years ago
  96. 6dd90d2 Added information on software requirements for unpacking the archives that we by John Criswell · 21 years ago
  97. c56e582 * Reworded a bit about JITs (I don't like acronyms followed by 's) by Misha Brukman · 21 years ago
  98. 6e0a667 Added another remark on how building the C front end is optional. by John Criswell · 21 years ago
  99. ce760f6 Performed a major update for the pre-release. by John Criswell · 21 years ago
  100. cb27f1e Fixed a broken hyperlink. by John Criswell · 21 years ago