[llvm-commits] CVS: llvm-www/OpenProjects.html

Owen Anderson resistor at mac.com
Wed Apr 4 20:55:39 PDT 2007



Changes in directory llvm-www:

OpenProjects.html updated: 1.24 -> 1.25
---
Log message:

Fix formatting and typoes.


---
Diffs of the changes:  (+6 -3)

 OpenProjects.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.24 llvm-www/OpenProjects.html:1.25
--- llvm-www/OpenProjects.html:1.24	Wed Apr  4 22:54:01 2007
+++ llvm-www/OpenProjects.html	Wed Apr  4 22:55:22 2007
@@ -299,13 +299,16 @@
 </div>
 
 <div class="www_text">
-LLVM aggressively optimizes for performace, but does not yet optimize for code size.
+<p>LLVM aggressively optimizes for performance, but does not yet optimize for code size.
 With a new ARM backend, there is increasing interest in using LLVM for embedded systems
 where code size is more of an issue.
+</p>
 
-Someone interested in working on implementing code compaction in LLVM might want to read
+<p>Someone interested in working on implementing code compaction in LLVM might want to read
 <a href="http://citeseer.ist.psu.edu/425696.html">this</a> article, describing using
 link-time optimizations for code size optimization.
+</p>
+
 </div>
 
 <!-- ======================================================================= -->
@@ -403,7 +406,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/04/05 03:54:01 $
+  Last modified: $Date: 2007/04/05 03:55:22 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list