1. fe095f3 Restore minor deletion. by Mike Stump · 15 years ago
  2. efdb3bc improve documentation on build configurations, patch by Josef Eisl! by Chris Lattner · 15 years ago
  3. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 15 years ago
  4. dc22376 Make it clearer that llvm-gcc is not needed for building llvm. by Duncan Sands · 15 years ago
  5. 5bea822 Update information on canadian cross builds by Jim Grosbach · 15 years ago
  6. b357f04 fix typo, patch by Shlomi Fish! by Chris Lattner · 16 years ago
  7. bb2b521 This bug's been fixed but a version with the fix hasn't been released yet. by Nick Lewycky · 16 years ago
  8. d9f66e6 Recommend against using Gold to build LLVM. by Nick Lewycky · 16 years ago
  9. 01bb8b0 lex and bison aren't needed to build llvm anymore. by Chris Lattner · 16 years ago
  10. ccd0295 Cleanup: clarify llvm-gcc version and package name. by Misha Brukman · 16 years ago
  11. 9474d01 Added mention of the RELEASE_24 tag for the 2.4 release. by Misha Brukman · 16 years ago
  12. f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
  13. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  14. f82242d fix typo. thanks Baldrick for noticing by Nuno Lopes · 16 years ago
  15. 58dc0b5 add gcc 4.1.2 from redhat to the list of broken compilers by Nuno Lopes · 16 years ago
  16. 28ea4f6 Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! by Nick Lewycky · 16 years ago
  17. 83aad64 LLVM can generate native code for amd64 on "Linux". by Dan Gohman · 16 years ago
  18. 22b91d7 fix validation problem. by Chris Lattner · 16 years ago
  19. b7dfaf9 Add GCC 4.1.2 from Debian to known bad GCC list. by Daniel Dunbar · 16 years ago
  20. d074398 remove reference to really really old tree by Chris Lattner · 16 years ago
  21. 4630e4d the stacker doc is way out of date. by Chris Lattner · 16 years ago
  22. 2d4c215 Fix grammar. by Bill Wendling · 16 years ago
  23. b37ef51 Update with new release. by Tanya Lattner · 16 years ago
  24. 148df15 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 17 years ago
  25. 050bc81 Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if compiling by Scott Michel · 17 years ago
  26. 8655b15 Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. by Duncan Sands · 17 years ago
  27. 82f0a09 gcc 3.2.3 is also bad. by Chris Lattner · 17 years ago
  28. dd50f0f Add 2.2 release tag. by Tanya Lattner · 17 years ago
  29. 64270d5 lli -trace was removed back in 2003. by Nick Lewycky · 17 years ago
  30. 269f80c add a broken gcc version, thanks to P. Durante for pointing this out. by Chris Lattner · 17 years ago
  31. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  32. 7638565 Update how to release document. Add release version to getting started guide. by Tanya Lattner · 17 years ago
  33. ff37adc Couple of fixes to mention bunzip2 and make instructions more clear. by Tanya Lattner · 17 years ago
  34. 18bf0d0 Fix validation errors by Bill Wendling · 17 years ago
  35. 22e37c3 Clean up some formatting by Bill Wendling · 17 years ago
  36. 77f7469 Clean up some formatting. Add some doc_code div tags. by Bill Wendling · 17 years ago
  37. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  38. 303d602 Make the GSG actually work. by Chris Lattner · 17 years ago
  39. d724dc8 Remove labels again by Anton Korobeynikov · 17 years ago
  40. d933fa9 Change CVS-style 'labels' to SVN 'tags' directory. by Anton Korobeynikov · 17 years ago
  41. 96734d7 Another typo by Anton Korobeynikov · 17 years ago
  42. 98044e4 Fix a typo by Anton Korobeynikov · 17 years ago
  43. 9c29bfb Applied Reid's patch. Long live Subversion! by John Criswell · 17 years ago
  44. defb9fb don't use binutils 2.17 by Chris Lattner · 17 years ago
  45. 7a857dd NightlyTest.pl does not exist. by Tanya Lattner · 17 years ago
  46. 1dcadec Adding 2.0 release by Tanya Lattner · 17 years ago
  47. 36117ac gar. GCC 3.4.2 also miscompiles llvm at -O3. :( by Chris Lattner · 17 years ago
  48. 3213a3a another version of gcc that miscompiles llvm. by Chris Lattner · 17 years ago
  49. 72f92f0 Add Scott's note about GCC 4.1.2 on OpenSUSE. by Reid Spencer · 18 years ago
  50. 77c2af6 gcc 3.4.4 is known-bad on x86-64 by Chris Lattner · 18 years ago
  51. 82ad9f1 llvm-gcc 3.4 is dead. by Chris Lattner · 18 years ago
  52. f76e7bb remove obsolete warning by Chris Lattner · 18 years ago
  53. bcb38cf There is no circular dependency between llvm and llvm-gcc anymore. stop by Chris Lattner · 18 years ago
  54. 434262a Remove references to gccld and gccas, adjusting the documentation to by Reid Spencer · 18 years ago
  55. 8cea37b Updating documentation: by Anton Korobeynikov · 18 years ago
  56. 5907588 ding dong llvm-gcc3 is dead by Chris Lattner · 18 years ago
  57. 78ce3b8 gcc 4.1.1 on amd64 is broken by Chris Lattner · 18 years ago
  58. 134693a Fixed typo by Tanya Lattner · 18 years ago
  59. f7b6be0 Adding 1.9 release and removing references to cfrontend by Tanya Lattner · 18 years ago
  60. 7a11908 Add a note about warnings from the GNU ld 2.16.X linker. by Reid Spencer · 18 years ago
  61. c40eb5e Warn people not to use GCC 4.1.1. by Chris Lattner · 18 years ago
  62. 9abd8af cleanups and updates to the GSG, patch by B Scott Michel, thanks! This is PR899 by Chris Lattner · 18 years ago
  63. 84f82f7 Excise references to the now defunct "analyze" tool. Merge descriptions by Reid Spencer · 18 years ago
  64. 6e3b7c2 Fix more validation issues by Chris Lattner · 18 years ago
  65. 5907d40 Update the example to work with llvm-gcc4. Fix validation errors. by Chris Lattner · 18 years ago
  66. c75a04b updated CVS server location by Chris Lattner · 18 years ago
  67. 6c3acb7 Changed to a new directory for opensource checkout. by Jim Laskey · 18 years ago
  68. d30a971 Correct a misunderstanding about cross-compiling. Anton's changes don't by Reid Spencer · 18 years ago
  69. 2d4ed2d Fix section title to use lower case. by Reid Spencer · 18 years ago
  70. 17850ef Add instructions for building a cross-compiler. Patch contributed by by Reid Spencer · 18 years ago
  71. 6947e55 Add some notes about mingw, patch contributed by Anton Korobeynikov. by Chris Lattner · 18 years ago
  72. 3261f0b Include information about svn repository for llvm-gcc4. by Jim Laskey · 18 years ago
  73. dd19791 Document known xcode 2.3 issue by Chris Lattner · 18 years ago
  74. 6557f18 apple's compiler works too by Chris Lattner · 18 years ago
  75. 572a76f Remove more references to Burg. by Reid Spencer · 18 years ago
  76. 2a60703 Remove V9 by Chris Lattner · 18 years ago
  77. 1ef81af Update llvmgcc4 tarball names by Chris Lattner · 18 years ago
  78. 993b980 Minor fixes for the release. by Tanya Lattner · 18 years ago
  79. 004ba03 Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
  80. d465126 Document ENABLE_ASSERTIONS=1 by Chris Lattner · 19 years ago
  81. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  82. 4896c5d Update list of supported bisons. by Jeff Cohen · 19 years ago
  83. 9d57b4d Document the new --enable-debug-runtime configure option. by Reid Spencer · 19 years ago
  84. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  85. c5851d4 Add more bison versions, thanks to Vladimir by Chris Lattner · 19 years ago
  86. f2be124 Per bug 655, give people more options in case 1.35 doesn't build on their by Chris Lattner · 19 years ago
  87. 2286cab Add a requirement, patch contributed by Henrik Bach. by Chris Lattner · 19 years ago
  88. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  89. f2b5e6e GCC4 + IA64 = badnews by Chris Lattner · 19 years ago
  90. e8714af note HP-UX support by Duraid Madina · 19 years ago
  91. 7516255 Updated the list of code generators for LLVM 1.5. by John Criswell · 19 years ago
  92. 838bce5 Little corrections. by John Criswell · 19 years ago
  93. 2dedcf5 Document the --enable-targets= feature of the configure script. by Reid Spencer · 19 years ago
  94. 8e64f15 SuSE 3.3.3 is also borken. by Chris Lattner · 20 years ago
  95. 25e7b16 Add note about broken GCC by Chris Lattner · 20 years ago
  96. 27ae027 This will be moved elsewhere. by Chris Lattner · 20 years ago
  97. 6d8e153 * Use an HTML list <ol> instead of custom superscripts in the platform notes by Misha Brukman · 20 years ago
  98. 7db3f52 Turn footnotes into links, make the page validate. by Chris Lattner · 20 years ago
  99. 4e06a39 If needed, this should be in the 'how to compile the cfe' doc. by Chris Lattner · 20 years ago
  100. e1a53a5 this should be incorporated into the build by Chris Lattner · 20 years ago