[llvm-commits] CVS: llvm-www/OpenProjects.html
Chris Lattner
sabre at nondot.org
Sat Mar 1 12:17:57 PST 2008
Changes in directory llvm-www:
OpenProjects.html updated: 1.37 -> 1.38
---
Log message:
merge away a section.
---
Diffs of the changes: (+3 -22)
OpenProjects.html | 25 +++----------------------
1 files changed, 3 insertions(+), 22 deletions(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.37 llvm-www/OpenProjects.html:1.38
--- llvm-www/OpenProjects.html:1.37 Sat Mar 1 14:16:03 2008
+++ llvm-www/OpenProjects.html Sat Mar 1 14:17:38 2008
@@ -16,7 +16,6 @@
<li><a href="#new">Adding new capabilities to LLVM</a>
<ol>
<li><a href="#llvm_ir">Extend the LLVM intermediate representation</a></li>
- <li><a href="#newfeaturebugs">Implementing new feature PRs</a></li>
<li><a href="#pointeranalysis">Pointer and Alias Analysis</a></li>
<li><a href="#profileguided">Profile-Guided Optimization</a></li>
<li><a href="#compaction">Code Compaction</a></li>
@@ -219,24 +218,14 @@
<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>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>
</div>
<!-- ======================================================================= -->
<div class="www_subsubsection">
- <a name="newfeaturebugs">Implementing new feature PRs</a>
-</div>
-
-<div class="www_text">
-
-<p>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>.</p>
-
-</div>
-
-<!-- ======================================================================= -->
-<div class="www_subsubsection">
<a name="pointeranalysis">Pointer and Alias Analysis</a>
</div>
@@ -452,14 +441,6 @@
href="/docs/CommandGuide/html/bugpoint.html">bugpoint</a></tt> to reduce the
test case and post it to a website or mailing list. Repeat ad infinitum.</li>
<li>Design a simple, recognizable logo.</li>
-<li>Make QEMU use LLVM:<br>
- QEMU currently uses 'dyngen' to produce 'ops', which are executed during
- disassembling of binary.<br>
- It will be interesting to teach 'dyngen' emit LLVM code for 'ops' and
- use approach similar to LLVM usage in Apple's OpenGL stack: emit LLVM
- code for big chunks of input code, optimize it, translate to native code
- and execute. It will be also interesting to see speed comparison between
- original approach and LLVM-based one.</li>
</ol>
</div>
@@ -474,7 +455,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/01 20:16:03 $
+ Last modified: $Date: 2008/03/01 20:17:38 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list