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

Chris Lattner sabre at nondot.org
Tue Mar 18 00:54:26 CDT 2008



Changes in directory llvm-www:

OpenProjects.html updated: 1.41 -> 1.42
---
Log message:

add a note.


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

 OpenProjects.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.41 llvm-www/OpenProjects.html:1.42
--- llvm-www/OpenProjects.html:1.41	Thu Mar 13 00:16:35 2008
+++ llvm-www/OpenProjects.html	Tue Mar 18 00:53:38 2008
@@ -221,6 +221,8 @@
 <li><a href="http://llvm.org/PR2095">Support for multiple return values</a></li>
 <li>Add support for representing Type Based Alias Analysis (TBAA) in the 
 LLVM IR.</li>
+<li>Eliminate <a href="http://llvm.org/bugs/show_bug.cgi?id=2162">
+Value::getName()</a> for a faster compiler.</li>
 <li>Many ideas for feature requests are stored in LLVM bugzilla.  Just <a
   href="http://llvm.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=new-feature&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;namedcmd=All+PRs&amp;newqueryname=&amp;order=Bug+Number&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">search for bugs with a "new-feature" keyword</a>.</li>
 </ol>
@@ -474,7 +476,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: 2008/03/13 05:16:35 $
+  Last modified: $Date: 2008/03/18 05:53:38 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list