[llvm-commits] CVS: llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html

Chris Lattner lattner at cs.uiuc.edu
Wed Apr 20 21:59:03 PDT 2005



Changes in directory llvm-www/pubs:

2005-05-21-PLDI-PoolAlloc.html updated: 1.1 -> 1.2
---
Log message:

make this valid html and add the buttons


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

 2005-05-21-PLDI-PoolAlloc.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


Index: llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html
diff -u llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html:1.1 llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html:1.2
--- llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html:1.1	Wed Apr 20 23:46:11 2005
+++ llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html	Wed Apr 20 23:58:46 2005
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-  <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen">
   <title>Automatic Pool Allocation: Improving Performance by Controlling  
          Data Structure Layout in the Heap</title>
 </head>
@@ -71,5 +71,12 @@
   }
 </pre>
 
+<!-- *********************************************************************** -->
+<hr>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+  <a href="http://validator.w3.org/check/referer"><img
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+
 </body>
 </html>






More information about the llvm-commits mailing list