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

Misha Brukman brukman at cs.uiuc.edu
Mon Dec 15 15:36:02 PST 2003


Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.4 -> 1.5

---
Log message:

* Wrap text at 80 columns
* Fix grammar "know as" => "known as"


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

Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.4 llvm-www/ProjectsWithLLVM/index.html:1.5
--- llvm-www/ProjectsWithLLVM/index.html:1.4	Mon Dec 15 14:55:29 2003
+++ llvm-www/ProjectsWithLLVM/index.html	Mon Dec 15 15:34:53 2003
@@ -72,7 +72,15 @@
 </div>
 
 <p>
-"In this report we present implementation details, empirical performance data, and notable modifications to an algorithm for PRE based on [the 1999 TOPLAS SSAPRE paper].  In [the 1999 TOPLAS SSAPRE paper], a particular realization of PRE, known as SSAPRE, is described, which is more efficient than traditional PRE implementations because it relies on useful properties of Static Single-Assignment (SSA) form to perform dataflow analysis in a much more sparse manner than the traditional bit-vector-based approach.  Our implementation is specific to a SSA-based compiler infrastructure know as LLVM (Low-Level Virtual Machine)."
+"In this report we present implementation details, empirical performance data,
+and notable modifications to an algorithm for PRE based on [the 1999 TOPLAS
+SSAPRE paper].  In [the 1999 TOPLAS SSAPRE paper], a particular realization of
+PRE, known as SSAPRE, is described, which is more efficient than traditional PRE
+implementations because it relies on useful properties of Static
+Single-Assignment (SSA) form to perform dataflow analysis in a much more sparse
+manner than the traditional bit-vector-based approach.  Our implementation is
+specific to a SSA-based compiler infrastructure known as LLVM (Low-Level Virtual
+Machine)."
 </p>
 
 <p>





More information about the llvm-commits mailing list