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

Chris Lattner lattner at cs.uiuc.edu
Wed Jun 2 01:51:01 PDT 2004


Changes in directory llvm-www:

CurrentWork.html updated: 1.2 -> 1.3

---
Log message:

Add note that there is a lot of development work going on.


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

Index: llvm-www/CurrentWork.html
diff -u llvm-www/CurrentWork.html:1.2 llvm-www/CurrentWork.html:1.3
--- llvm-www/CurrentWork.html:1.2	Thu Jan  1 20:33:41 2004
+++ llvm-www/CurrentWork.html	Wed Jun  2 01:47:00 2004
@@ -1,8 +1,23 @@
 <!--#include virtual="header.incl" -->
-<div class="www_sectiontitle">Near-term LLVM Development</div>
+
+<div class="www_sectiontitle">Ongoing Development</div>
+
+<p>LLVM is always being improved and extended.  The abstractions used in the 
+source base constantly evolve to be more powerful, it aquires new features,
+and it is being used for new and different applications.</p>
+
+<p>In addition, the LLVM optimizers and code generators are <b>constantly</b> being
+extended and improved (see the status updates for history of progress).  If 
+you have a code snippet that is not being compiled to very nice code, or
+have a suggestion for a new optimization to implement, please let us know 
+by sending mail to the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev 
+mailing list</a> or <a href="/bugs">filing an enhancment request bug</a> 
+in bugzilla.</p>
+
+<div class="www_sectiontitle">Near-term LLVM Research</div>
 
                 The LLVM infrastructure underlies many ongoing
-                research projects in our group.  Some key additional
+                research projects in our group and others.  Some key additional
 		components of the system that are being developed in these
 		projects include:
               <ul>





More information about the llvm-commits mailing list