[llvm-commits] CVS: llvm-www/www-index.html
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 28 13:07:02 PST 2003
Changes in directory llvm-www:
www-index.html updated: 1.79 -> 1.80
---
Log message:
* Specify HTML 4.01 strict
* Use a stylesheet (at least for the page title, the rest needs to be cleaned)
* Fix a double-colon (::) in the document
---
Diffs of the changes: (+8 -6)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.79 llvm-www/www-index.html:1.80
--- llvm-www/www-index.html:1.79 Sun Oct 26 07:52:59 2003
+++ llvm-www/www-index.html Tue Oct 28 13:06:13 2003
@@ -1,16 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>The LLVM Compiler Infrastructure Project</title>
+ <link rel="stylesheet" href="llvm.css" type="text/css">
</head>
-<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" marginwidth="0">
+<body leftmargin="0" marginwidth="0">
-<p align="center"><br>
-<font size="7" face="Georgia,Palatino,Times,Roman">The <strong>LLVM</strong>
-Compiler Infrastructure</font> </p>
+<div class="www_title">
+ The <strong>LLVM</strong> Compiler Infrastructure
+</div>
-<p align="center"><!-- 721 --> </p>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="95%"
@@ -415,7 +417,7 @@
research projects in our group. Some key additional
components of the system that are being developed in these
projects include:
- <li><em><strong>Automatic Pool Allocation</strong>:</em>:
+ <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:
it partitions the heap into separate regions for distinct
More information about the llvm-commits
mailing list