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

Vikram Adve vadve at cs.uiuc.edu
Sat Oct 25 12:14:02 PDT 2003


Changes in directory llvm-www:

www-index.html updated: 1.72 -> 1.73

---
Log message:

License links should point to our license, not the UI license template.
Add a link to license explanations in the FAQ.


---
Diffs of the changes:  (+9 -7)

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.72 llvm-www/www-index.html:1.73
--- llvm-www/www-index.html:1.72	Sat Oct 25 11:42:55 2003
+++ llvm-www/www-index.html	Sat Oct 25 12:12:52 2003
@@ -27,7 +27,7 @@
             <tr>
                 <td>
                 Low Level Virtual Machine (LLVM) is:<ol>
-                    <li><a href="pubs/2002-08-09-LLVMCompilationStrategy.html">
+                    <li><a href="pubs/2003-09-30-LifelongOptimizationTR.html">
 		        A compilation strategy</a> - Fundamentally, LLVM is a
 		        compilation strategy designed to enable effective
 		        program optimization across the entire lifetime of a
@@ -41,8 +41,8 @@
                     <li><a href="docs/LangRef.html"><u>A virtual
                         instruction set</u></a> - LLVM is a low-level object
                         code representation that uses simple RISC-like
-                        instructions, but provides rich (but
-			language-independent) type and dataflow
+                        instructions, but provides rich, language-independent,
+			type information and dataflow
                         (SSA) information about operands. This combination
                         enables sophisticated transformations on object code,
                         while remaining light-weight enough to be attached to
@@ -181,7 +181,7 @@
 
             <tr>
                 <td align="center" background="img/sidebars.gif"
-                height="34"><a name="subprojects"></a><font
+                height="34"><a name="research"></a><font
                 color="#000000" size="5"><b>Ongoing Research</b></font>
                 </td>
             </tr>
@@ -247,9 +247,11 @@
                 <td>
                 The current version of LLVM is 1.0 is now <a
                 href="releases/"><b>available for download</b></a>!  LLVM is
-                publically available under the <a
-                href="http://www.opensource.org/licenses/UoI-NCSA.php">University
-                of Illinois Open-Source License</a>.<br><p><p></td>
+                publicly available under the OSI-certified <a
+                href="1.0/LICENSE.txt">University of Illinois Open-Source
+                License</a>.  See <a
+                href="docs/FAQ.html#license">explanations</a> for common
+                licensing questions.</a><br><p><p></td>
             </tr>
 
             <tr>





More information about the llvm-commits mailing list