[llvm-commits] [www] r137454 - /www/trunk/OpenProjects.html
Duncan Sands
baldrick at free.fr
Fri Aug 12 05:59:45 PDT 2011
Author: baldrick
Date: Fri Aug 12 07:59:44 2011
New Revision: 137454
URL: http://llvm.org/viewvc/llvm-project?rev=137454&view=rev
Log:
Missed some mentions of TBAA - thanks to Frits for pointing this out.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=137454&r1=137453&r2=137454&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Fri Aug 12 07:59:44 2011
@@ -242,8 +242,6 @@
<li><a href="http://nondot.org/sabre/LLVMNotes/DebugInfoImprovements.txt">Improvements
for Debug Information Generation</a></li>
<li><a href="http://llvm.org/PR1269">EH support for non-call exceptions</a></li>
-<li>Add support for representing Type Based Alias Analysis (TBAA) in the
-LLVM IR.</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&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=new-feature&bug_status=UNCONFIRMED&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=All+PRs&newqueryname=&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">search for bugs with a "new-feature" keyword</a>.</li>
</ol>
@@ -269,9 +267,6 @@
arguments. This can be really important for C++ methods, which spend
lots of time accessing pointers off 'this'.</li>
-<li>Implement support for representing language-specific Type Based Alias
-Analysis information in the LLVM IR.</li>
-
<li>The alias analysis API supports the getModRefBehavior method, which
allows the implementation to give details analysis of the functions.
For example, we could implement <a href="http://llvm.org/PR1604">full knowledge
More information about the llvm-commits
mailing list