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

Tanya Lattner tonic at nondot.org
Mon Dec 4 11:19:03 PST 2006



Changes in directory llvm-www/releases/1.8:

index.html added (r1.1)
---
Log message:

Auto redirect


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

 index.html |   94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 94 insertions(+)


Index: llvm-www/releases/1.8/index.html
diff -c /dev/null llvm-www/releases/1.8/index.html:1.1
*** /dev/null	Mon Dec  4 13:19:00 2006
--- llvm-www/releases/1.8/index.html	Mon Dec  4 13:18:50 2006
***************
*** 0 ****
--- 1,94 ----
+ <html>
+ <head>
+   <title>Download LLVM releases</title>
+   <link rel="stylesheet" type="text/css" href="../llvm.css">
+ </head>
+ <body>
+ 
+ <div class="rel_title">
+   LLVM Download Page
+ </div>
+ 
+ <div class="rel_container">
+ 
+ <div class="rel_section">License</div>
+ 
+ <div class="rel_boxtext">
+ 
+ <p>LLVM is distributed under the <a href="1.9/LICENSE.TXT">University of
+ Illinois Open Source License</a>, an <a
+ href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
+ license.</p>
+ 
+ </div>
+ 
+ <div class="rel_section">Mailing list</div>
+ 
+ <div class="rel_boxtext">
+ If you are interested in LLVM, we strongly encourage you to sign up for the
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce">
+ LLVM announcements mailing list</a>.  This list is an extremely low volume
+ list (less than one email per month) that is a good way to keep track of the
+ high-level happenings in the LLVM community.
+ </div>
+ 
+ <div class="rel_section">Download</div>
+ 
+ <div class="rel_boxtext">
+ 
+ <ul>
+ <li>Always - <a href="download.html#cvs">Anonymous CVS access</a>; <a
+ href="../docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>19 Nov 2006 - 1.9 release <a href="download.html#1.9">download</a>; <a
+ href="1.9/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>9 Aug 2006 - 1.8 release <a href="download.html#1.8">download</a>; <a
+ href="1.8/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>20 Apr 2006 - 1.7 release <a href="download.html#1.7">download</a>; <a
+ href="1.7/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>08 Nov 2005 - 1.6 release <a href="download.html#1.6">download</a>; <a
+ href="1.6/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>18 May 2005 - 1.5 release <a href="download.html#1.5">download</a>; <a
+ href="1.5/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>09 Dec 2004 - 1.4 release <a href="download.html#1.4">download</a>; <a
+ href="1.4/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>13 Aug 2004 - 1.3 release <a href="download.html#1.3">download</a>; <a
+ href="1.3/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>19 Mar 2004 - 1.2 release <a href="download.html#1.2">download</a>; <a
+ href="1.2/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>17 Dec 2003 - 1.1 release <a href="download.html#1.1">download</a>; <a
+ href="1.1/docs/ReleaseNotes.html">release notes</a>.</li>
+ <li>24 Oct 2003 - 1.0 release <a href="download.html#1.0">download</a>; <a
+ href="1.0/docs/ReleaseNotes.html">release notes</a>.</li>
+ </ul>
+ 
+ </div>
+ 
+ <div class="rel_section">Documentation</div>
+ 
+ <div class="rel_boxtext">
+ 
+ <p>LLVM provides extensive documentation in HTML form, which is available in the
+ source download and online:</p>
+ 
+ <ul>
+ <li><a href="http://llvm.org">Current LLVM documentation</a></li>
+ <li><a href="1.9/docs/index.html">Documentation for LLVM 1.9</a></li>
+ <li><a href="1.8/docs/index.html">Documentation for LLVM 1.8</a></li>
+ <li><a href="1.7/docs/index.html">Documentation for LLVM 1.7</a></li>
+ <li><a href="1.6/docs/index.html">Documentation for LLVM 1.6</a></li>
+ <li><a href="1.5/docs/index.html">Documentation for LLVM 1.5</a></li>
+ <li><a href="1.4/docs/index.html">Documentation for LLVM 1.4</a></li>
+ <li><a href="1.3/docs/index.html">Documentation for LLVM 1.3</a></li>
+ <li><a href="1.2/docs/index.html">Documentation for LLVM 1.2</a></li>
+ <li><a href="1.1/docs/index.html">Documentation for LLVM 1.1</a></li>
+ <li><a href="1.0/docs/index.html">Documentation for LLVM 1.0</a></li>
+ </ul>
+ 
+ </div>
+ 
+ </div> <!-- rel_container -->
+ 
+ <!--#include virtual="/attrib.incl" -->
+ 
+ </body>
+ </html>






More information about the llvm-commits mailing list