[llvm-commits] CVS: llvm-www/releases/download.html

John Criswell criswell at cs.uiuc.edu
Wed Oct 15 15:01:01 PDT 2003


Changes in directory llvm-www/releases:

download.html added (r1.1)

---
Log message:

Adding template for the LLVM download page.



---
Diffs of the changes:  (+46 -0)

Index: llvm-www/releases/download.html
diff -c /dev/null llvm-www/releases/download.html:1.1
*** /dev/null	Wed Oct 15 15:00:15 2003
--- llvm-www/releases/download.html	Wed Oct 15 15:00:05 2003
***************
*** 0 ****
--- 1,46 ----
+ <html>
+ <title>
+ LLVM Download Page
+ </title>
+ 
+ <body>
+ 
+ <center>
+ <h1>
+ LLVM Download Page
+ </h1>
+ </center>
+ 
+ <hr>
+ 
+ If you signed up for the LLVM Announcements list, you should receive a
+ confirmation email.  If you don't, you can register for the mailing list at
+ <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
+ http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce
+ </a>.
+ 
+ <hr>
+ 
+ <h3>
+ LLVM 1.0
+ </h3>
+ 
+ Please read the <a href="1.0/ReleaseNotes.html">Release Notes</a> before
+ downloading:
+ <p>
+ 
+ <ul>
+ <!-- COMMENTED OUT
+ 	<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>
+ -->
+ </ul>
+ 
+ 	<li> LLVM
+ 	<li> GCC Front End for x86
+ 	<li> GCC Front End for Sparc
+ 
+ </body>
+ </html>
+ 





More information about the llvm-commits mailing list