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

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 29 22:43:01 PST 2003


Changes in directory llvm-www:

www-index.html updated: 1.82 -> 1.83

---
Log message:

Bulleted lists must go in containers


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

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.82 llvm-www/www-index.html:1.83
--- llvm-www/www-index.html:1.82	Tue Oct 28 18:18:44 2003
+++ llvm-www/www-index.html	Wed Oct 29 22:42:31 2003
@@ -191,6 +191,7 @@
                 <td>
 		Our group is participating in several ongoing research
 		projects, all of which are based on LLVM:
+                <ul>
 		    <li><em><strong><a href="pubs/2003-10-01-LLVA.html">
 			Low Level Virtual Architecture (LLVA)</a></strong>:</em>
 			A Virtual Instruction Set Computer (VISC) architecture
@@ -233,6 +234,7 @@
 			in the section titled <em><a href="#subprojects">
 			Current Development</a></em>.
 		      </li>
+                  </ul>
                 </td>
             </tr>
         </table>
@@ -418,6 +420,7 @@
                 research projects in our group.  Some key additional
 		components of the system that are being developed in these
 		projects include:
+              <ul>
 		<li><em><strong>Automatic Pool Allocation</strong>:</em>
 		A fully automatic program transformation that introduces
 	        <i>region-based memory management</i> in a novel manner:
@@ -437,6 +440,7 @@
 		optimization system that operates on LLVM traces at runtime,
 		using the software tracing mechanism and trace cache above.
 		</li>
+                </ul>
                 </td>
             </tr>
 





More information about the llvm-commits mailing list