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

John Criswell criswell at cs.uiuc.edu
Fri Mar 19 16:00:01 PST 2004


Changes in directory llvm/docs:

GettingStarted.html updated: 1.51.2.1 -> 1.51.2.2

---
Log message:

Updated code and source sizes.
Fixed some minor typos.



---
Diffs of the changes:  (+12 -12)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.51.2.1 llvm/docs/GettingStarted.html:1.51.2.2
--- llvm/docs/GettingStarted.html:1.51.2.1	Wed Mar 17 14:07:32 2004
+++ llvm/docs/GettingStarted.html	Fri Mar 19 15:59:23 2004
@@ -182,10 +182,10 @@
 
   <li>Linux on x86 (Pentium and above)
   <ul>
-    <li>Approximately 918 MB of Free Disk Space
+    <li>Approximately 1.02 GB of Free Disk Space
     <ul>
-      <li>Source code: 28 MB</li>
-      <li>Object code: 850 MB</li>
+      <li>Source code: 45 MB</li>
+      <li>Object code: 956 MB</li>
       <li>GCC front end: 40 MB</li>
     </ul></li>
   </ul>
@@ -193,10 +193,10 @@
 
   <li>Solaris on SparcV9 (Ultrasparc)
   <ul>
-    <li>Approximately 1.52 GB of Free Disk Space
+    <li>Approximately 1.75 GB of Free Disk Space
       <ul>
-        <li>Source code: 28 MB</li>
-        <li>Object code: 1470 MB</li>
+        <li>Source code: 45 MB</li>
+        <li>Object code: 1705 MB</li>
         <li>GCC front end: 50 MB</li>
       </ul></li>
   </ul>
@@ -204,9 +204,9 @@
 
   <li>FreeBSD on x86 (Pentium and above)
   <ul>
-    <li>Approximately 918 MB of Free Disk Space
+    <li>Approximately 935 MB of Free Disk Space
     <ul>
-      <li>Source code: 28 MB</li>
+      <li>Source code: 45 MB</li>
       <li>Object code: 850 MB</li>
       <li>GCC front end: 40 MB</li>
     </ul></li>
@@ -216,9 +216,9 @@
   <li>MacOS X on PowerPC
   <ul>
     <li>No native code generation
-    <li>Approximately 1.20 GB of Free Disk Space
+    <li>Approximately 1.25 GB of Free Disk Space
       <ul>
-        <li>Source code: 28 MB</li>
+        <li>Source code: 45 MB</li>
         <li>Object code: 1160 MB</li>
         <li>GCC front end: 40 MB</li>
       </ul></li>
@@ -871,7 +871,7 @@
 
   <dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that
   describe various target architectures for code generation.  For example,
-  the llvm/lib/Target/Sparc directory holds the Sparc machine
+  the llvm/lib/Target/SparcV9 directory holds the Sparc machine
   description.<br>
     
   <dt><tt>llvm/lib/CodeGen/</tt><dd> This directory contains the major parts
@@ -1183,7 +1183,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/03/17 20:07:32 $
+  Last modified: $Date: 2004/03/19 21:59:23 $
 </address>
 
 </body>





More information about the llvm-commits mailing list