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

Misha Brukman brukman at cs.uiuc.edu
Fri Mar 11 13:18:07 PST 2005



Changes in directory llvm-www:

OpenProjects.html updated: 1.1 -> 1.2
---
Log message:

* LLVM prefetch support has been committed
* Link to Chris' list of LLVM core extensions


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

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


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.1 llvm-www/OpenProjects.html:1.2
--- llvm-www/OpenProjects.html:1.1	Fri Jan  7 12:55:28 2005
+++ llvm-www/OpenProjects.html	Fri Mar 11 15:17:56 2005
@@ -136,11 +136,8 @@
 <div class="www_text">
 
 <ol>
-<li>Add support for platform-independent prefetch support.  The GCC <a
-    href="http://gcc.gnu.org/projects/prefetch.html">prefetch project</a> page
-    has a good survey of the prefetching capabilities of a variety of modern
-    processors.</li>
-
+<li>Many proposed <a href="http://nondot.org/sabre/LLVMNotes/">extensions and
+improvements to LLVM core</a> are awaiting design and implementation.</li>
 </ol>
 
 </div>
@@ -373,7 +370,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/01/07 18:55:28 $
+  Last modified: $Date: 2005/03/11 21:17:56 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list