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

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 1 10:49:01 PDT 2003


Changes in directory llvm/www:

www-index.html updated: 1.41 -> 1.42

---
Log message:

Web page update


---
Diffs of the changes:

Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.41 llvm/www/www-index.html:1.42
--- llvm/www/www-index.html:1.41	Thu Jun 26 23:20:30 2003
+++ llvm/www/www-index.html	Fri Aug  1 10:48:17 2003
@@ -70,8 +70,9 @@
                         infrastructure are a GCC-based C front-end, a link-time
                         optimization framework with a growing set of global and
                         interprocedural analyses and transformations, static
-                        back-ends for the SPARC v9 architecture and for C, and a
-                        Just-In-Time compiler for X86 processors. See "<a
+                        back-ends for the SPARC v9 and X86 architectures, a
+                        back-end which emits C, and a Just-In-Time compiler for
+                        X86 and SPARC v9 processors. See "<a
                         href="#subprojects">Current Projects</a>" for
                         information about other components under
                         development.<p></li>
@@ -210,11 +211,11 @@
                         pass </li>
                     <li>Cameron Buschardt - Author of the <tt>mem2reg</tt>
                         pass </li>
-                    <li><a href="http://uiuc.edu/~brukman/">Misha Brukman</a>
-                        & <a
-                        href="http://www.students.uiuc.edu/~gaeke/">Brian
+                    <li><a href="http://uiuc.edu/~brukman/">Misha Brukman</a> -
+                        Portions of the X86 and Sparc Just-In-Time compilers</li>
+                    <li><a href="http://www.students.uiuc.edu/~gaeke/">Brian
                         Gaeke</a> - Portions of the X86 Just-In-Time
-                        compiler</li>
+                        and static compilers</li>
                 </ul>
                 </td>
             </tr>





More information about the llvm-commits mailing list