[llvm-commits] CVS: llvm/docs/DSGraphStatus.html

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 31 12:14:12 PST 2003


Changes in directory llvm/docs:

DSGraphStatus.html updated: 1.16 -> 1.17

---
Log message:

Use some style(sheets).


---
Diffs of the changes:  (+43 -28)

Index: llvm/docs/DSGraphStatus.html
diff -u llvm/docs/DSGraphStatus.html:1.16 llvm/docs/DSGraphStatus.html:1.17
--- llvm/docs/DSGraphStatus.html:1.16	Mon Oct 27 12:18:16 2003
+++ llvm/docs/DSGraphStatus.html	Fri Oct 31 12:01:30 2003
@@ -1,26 +1,37 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><title>Data Structure Graph Analysis Status Page</title></head>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                      "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <title>Data Structure Graph Analysis Status Page</title>
+  <link rel="stylesheet" href="llvm.css" type="text/css">
+</head>
+<body>
+
+<div class="doc_title">
+  Data Structure Graph Analysis Status Page
+</div>
 
-<body><h1>Data Structure Graph Analysis Status Page</h1>
 
-This page records information and the progress the data structure analysis
+<div class="doc_text">
+
+<p>This page records information and the progress the data structure analysis
 passes have been making.  Times are in seconds, sizes are #bytes allocated for a
 particular pass.  Runs that are all '*'d out were not completed because they
-were taking too long (time listed show how long I waited).<p>
+were taking too long (time listed show how long I waited).</p>
 
-Fields that appear in bold have changes from the last entry on the page.
+<p>Fields that appear in bold have changes from the last entry on the page.
 Floating point entries are only highlighted if they change significantly from
-their previous value.<p>
+their previous value.</p>
 
 <hr>
-<a name="20021113"><h2>Nov 14, 2002:</h2>
+<a name="20021113"><h2>Nov 14, 2002:</h2></a>
 
-Some fine tuning happened here.  The DSNode object was shrunk by a little bit,
-lowering memory consumption.  The type merging code now ignores access to
+<p>Some fine tuning happened here.  The DSNode object was shrunk by a little
+bit, lowering memory consumption.  The type merging code now ignores access to
 structure fields when checking compatibility, reducing node collapses and
 increasing memory consumption in some cases.  This table also includes data for
 the number of indirect call sites, and the number of indirect call targets.  The
-final column is the average number of call targets per indirect call site.<p>
+final column is the average number of call targets per indirect call site.</p>
 
 <pre>
 Name:                Anlyz: LocTm: BUTim: TDTim: TimeSum: BCTime:      LocSize: BUSize:  TDSize:  BUTDSz:  BCSize:    NumFold  NumNodes   MaxSz  GlobGr MaxSCC | Loads Store Calls Allca Mallc Sum   | num/ind indcallee ratio
@@ -70,14 +81,14 @@
 matrixTranspose.llvm 0.0001 0.0002 0.0001 0.0001 0.0004   0.0013   |   1392     4128     736      4864     69720    |    *     8+1        5      0+0    1      | 6     5     4     *     *     15    | *       *         n/a   
 indvars.llvm         0.0001 0.0002 0.0001 0.0001 0.0004   0.0010   |   4752     1072     1024     2096     31536    |    *     13+1       8      0+0    1      | 2     6     3     1     *     12    | *       *         n/a   
 hello.llvm           0.0000 0.0001 0.0000 0.0000 0.0001   0.0006   |   752      472      472      944      14112    |    *     2+0        2      0+0    1      | 3     *     4     *     *     7     | *       *         n/a   
-</pre><p>
+</pre>
 
 <hr>
-<a name="20021113"><h2>Nov 13, 2002:</h2>
+<a name="20021113"><h2>Nov 13, 2002:</h2></a>
 
-New numbers, same as last time, just some extra columns on the end:<p>
+<p>New numbers, same as last time, just some extra columns on the end:</p>
 
-This data set also includes new data for the ptrdist benchmark.<p>
+<p>This data set also includes new data for the ptrdist benchmark.</p>
 
 <pre>
 Name:                Anlyz: LocTime: BUTime:  TDTime:  TimeSum: BCTime:      LocSize: BUSize:  TDSize:  BUTDSz:  BCSize:    NumFold  NumNodes   MaxSz  GlobGr MaxSCC | Loads Store Calls Allca Mallc Sum  
@@ -819,14 +830,13 @@
 treeadd.llvm.lib            0.03 0.0010   0.0011   0.0009   0.0085   |    7928     6424     2088       28432      |    *     27+0       1+0    1+0    
 matrix.llvm.lib             0.02 0.0020   0.0013   0.0014   0.0090   |    7856     10416    2200       36232      |    *     32+0       0+0    0+0    
 sumarraymalloc.llvm.lib     0.02 0.0006   0.0007   0.0005   0.0056   |    2032     5984     1368       23472      |    *     17+0       0+0    0+0    
-</pre><p>
-
+</pre>
 
 
 <hr>
-<a name="20021106"><h2>Nov 6, 2002:</h2>
+<a name="20021106"><h2>Nov 6, 2002:</h2></a>
 
-Notes: Debug build, no globals graph, no array collapsing.<p>
+<p>Notes: Debug build, no globals graph, no array collapsing.</p>
 
 <pre>
 Name:                         LocTime:  BUTime:   TDTime:   TotTime:  AnlzTime:      LocSize:  BUSize:   TDSize:   TotSize:    NumFold NumNodes  main    __main  
@@ -873,13 +883,18 @@
 burg.llvm.lib                 analyze: ../../../include/llvm/Analysis/DSNode.h:74: DSNode::~DSNode(): Assertion `Referrers.empty() && "Referrers to dead node exist!"' failed.
 </pre>
 
-    <hr>
-    <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
-    <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-    <br>
-<!-- Created: Wed Nov  6 19:57:57 CST 2002 -->
-<!-- hhmts start -->
-Last modified: Thu Nov 14 20:00:50 CST 2002
-<!-- hhmts end -->
-  </body>
+</div>
+
+<!-- *********************************************************************** -->
+
+<hr>
+
+<div class="doc_footer">
+  <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
+  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
+  <br>
+  Last modified: $Date: 2003/10/31 18:01:30 $
+</div>
+
+</body>
 </html>





More information about the llvm-commits mailing list