[llvm-commits] CVS: llvm-www/releases/download.html
John Criswell
criswell at cs.uiuc.edu
Thu Oct 23 21:06:01 PDT 2003
Changes in directory llvm-www/releases:
download.html updated: 1.2 -> 1.3
---
Log message:
Clarified the name of components.
Added the source for the GCC front end.
---
Diffs of the changes: (+11 -3)
Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1.2 llvm-www/releases/download.html:1.3
--- llvm-www/releases/download.html:1.2 Thu Oct 23 14:43:52 2003
+++ llvm-www/releases/download.html Thu Oct 23 21:05:34 2003
@@ -30,9 +30,17 @@
<p>
<ul>
- <li> <a href="1.0/llvm.tar.gz">LLVM</a>
- <li> <a href="1.0/cfrontend.x86.tar.gz">GCC Front End for x86</a>
- <li> <a href="1.0/cfrontend.sparc.tar.gz">GCC Front End for Sparc</a>
+ <li>
+ <a href="1.0/llvm.tar.gz">LLVM</a>
+
+ <li>
+ <a href="1.0/cfrontend.x86.tar.gz">GCC Front End Binaries for Linux/x86</a>
+
+ <li>
+ <a href="1.0/cfrontend.sparc.tar.gz">GCC Front End Binaries for Solaris/Sparc</a>
+
+ <li>
+ <a href="1.0/cfrontend-src.tar.gz">GCC Front End Source Code</a>
</ul>
</body>
More information about the llvm-commits
mailing list