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

Reid Spencer reid at x10sys.com
Fri Mar 23 16:49:34 PDT 2007



Changes in directory llvm-www:

OpenProjects.html updated: 1.22 -> 1.23
---
Log message:

Add a link to slow-compile bugs.


---
Diffs of the changes:  (+8 -4)

 OpenProjects.html |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.22 llvm-www/OpenProjects.html:1.23
--- llvm-www/OpenProjects.html:1.22	Sun Mar 18 19:45:40 2007
+++ llvm-www/OpenProjects.html	Fri Mar 23 18:49:13 2007
@@ -83,10 +83,14 @@
 <p>
 The <a href="http://llvm.org/bugs/">LLVM bug tracker</a> occasionally
 has <a
-  href="http://llvm.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=code-cleanup&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">"code-cleanup" bugs</a> filed in it.  Taking one of these and fixing it is a good
-way to get your feet wet in the LLVM code and discover how some of its components
-work.
+  href="http://llvm.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=code-cleanup&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">"code-cleanup" bugs</a> filed in it.  
+Taking one of these and fixing it is a good way to get your feet wet in the 
+LLVM code and discover how some of its components work.
 </p>
+<p>Additionally, there are performance improvements in LLVM that need to get
+fixed. These are marked with the <tt>slow-compile</tt> keyword. Use 
+<a href="http://llvm.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=slow-compile&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=Bugs+I+Fixed&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">this Bugzilla query</a>
+to find them.</p>
 
 </div>
 
@@ -383,7 +387,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/03/19 00:45:40 $
+  Last modified: $Date: 2007/03/23 23:49:13 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list