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

Michael Brukman brukman at cs.uiuc.edu
Tue May 20 16:02:08 PDT 2003


Changes in directory llvm/www/docs:

CommandLine.html updated: 1.6 -> 1.7
DSGraphStatus.html updated: 1.14 -> 1.15
GettingStarted.html updated: 1.9 -> 1.10

---
Log message:

Hopefully, the final fix for `[Pp]ropogate'.


---
Diffs of the changes:

Index: llvm/www/docs/CommandLine.html
diff -u llvm/www/docs/CommandLine.html:1.6 llvm/www/docs/CommandLine.html:1.7
--- llvm/www/docs/CommandLine.html:1.6	Wed Aug  7 13:27:04 2002
+++ llvm/www/docs/CommandLine.html	Tue May 20 16:01:22 2003
@@ -607,7 +607,7 @@
 <a href="#cl::list">cl::list</a><Opts> OptimizationList(<a href="#cl::desc">cl::desc</a>("<i>Available Optimizations:</i>"),
   <a href="#cl::values">cl::values</a>(
     clEnumVal(dce               , "<i>Dead Code Elimination</i>"),
-    clEnumVal(constprop         , "<i>Constant Propogation</i>"),
+    clEnumVal(constprop         , "<i>Constant Propagation</i>"),
    clEnumValN(inlining, "<i>inline</i>", "<i>Procedure Integration</i>"),
     clEnumVal(strip             , "<i>Strip Symbols</i>"),
   0));


Index: llvm/www/docs/DSGraphStatus.html
diff -u llvm/www/docs/DSGraphStatus.html:1.14 llvm/www/docs/DSGraphStatus.html:1.15
--- llvm/www/docs/DSGraphStatus.html:1.14	Sun Nov 17 16:19:10 2002
+++ llvm/www/docs/DSGraphStatus.html	Tue May 20 16:01:22 2003
@@ -600,7 +600,7 @@
 
 Same as the <a href="#20021108">previous run</a>, but with a huge bug fix:
 before, all of the call nodes (from the local pass) were being passed up in the
-BU pass, causing graph exposions.  Now these call sites are not propogated.  The
+BU pass, causing graph exposions.  Now these call sites are not propagated.  The
 times and sized of graphs are all much smaller now.<p>
 
 <pre>


Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.9 llvm/www/docs/GettingStarted.html:1.10
--- llvm/www/docs/GettingStarted.html:1.9	Sun May 11 16:50:06 2003
+++ llvm/www/docs/GettingStarted.html	Tue May 20 16:01:22 2003
@@ -297,7 +297,7 @@
 
       <dt><tt>llvm/lib/Transforms/</tt><dd> This directory contains the source
       code for the LLVM to LLVM program transformations, such as Aggressive Dead
-      Code Elimination, Sparse Conditional Constant Propogation, Inlining, Loop
+      Code Elimination, Sparse Conditional Constant Propagation, Inlining, Loop
       Invarient Code Motion, Dead Global Elimination, Pool Allocation, and many
       others...
 





More information about the llvm-commits mailing list