[llvm-commits] CVS: llvm/docs/GettingStarted.html

Reid Spencer reid at x10sys.com
Wed Dec 8 08:25:36 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.83 -> 1.84
---
Log message:

* Change version numbers of tarballs from 1.3 to 1.4
* Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module
* Highlight the tarball name a little.


---
Diffs of the changes:  (+17 -18)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.83 llvm/docs/GettingStarted.html:1.84
--- llvm/docs/GettingStarted.html:1.83	Wed Dec  8 10:18:26 2004
+++ llvm/docs/GettingStarted.html	Wed Dec  8 10:25:25 2004
@@ -571,28 +571,27 @@
 
 <p> The files are as follows:
 <dl>
-    <dt>llvm-1.3.tar.gz
-    <dd>This is the source code to the LLVM suite.
-    <p>
+  <dt><tt>llvm-1.4.tar.gz</tt></dt>
+  <dd>This is the source code for the LLVM libraries and tools.<br/></dd>
 
-    <dt>cfrontend-1.3.source.tar.gz
-    <dd>This is the source release of the GCC front end.
-    <p>
+  <dt><tt>llvm-test-1.4.tar.gz</tt></dt>
+  <dd>This is the source code for the LLVM test suite</tt></dd>
 
-    <dt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz
-    <dd>This is the binary release of the GCC front end for Solaris/Sparc.
-    <p>
+  <dt><tt>cfrontend-1.4.source.tar.gz</tt></dt>
+  <dd>This is the source release of the GCC front end.<br/></dd>
 
-    <dt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz
-    <dd>This is the binary release of the GCC front end for Linux/x86.
-    <p>
+  <dt><tt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz</tt></dt>
+  <dd>This is the binary release of the GCC front end for Solaris/Sparc.
+  <br/></dd>
 
-    <dt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz
-    <dd>This is the binary release of the GCC front end for FreeBSD/x86.
-    <p>
+  <dt><tt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz</tt></dt>
+  <dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd>
+
+  <dt><tt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz</tt></dt>
+  <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd>
 
-    <dt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz
-    <dd>This is the binary release of the GCC front end for MacOS X/PPC.
+  <dt><tt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz</tt></dt>
+  <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd>
 </dl>
 
 </div>
@@ -1468,7 +1467,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/08 16:18:26 $
+  Last modified: $Date: 2004/12/08 16:25:25 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list