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

Chris Lattner sabre at nondot.org
Sat Mar 1 12:04:45 PST 2008



Changes in directory llvm-www:

OpenProjects.html updated: 1.34 -> 1.35
---
Log message:

move some stuff around.


---
Diffs of the changes:  (+20 -23)

 OpenProjects.html |   43 ++++++++++++++++++++-----------------------
 1 files changed, 20 insertions(+), 23 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.34 llvm-www/OpenProjects.html:1.35
--- llvm-www/OpenProjects.html:1.34	Tue Feb 26 15:17:40 2008
+++ llvm-www/OpenProjects.html	Sat Mar  1 14:03:58 2008
@@ -9,13 +9,13 @@
     <li><a href="#code-cleanups">Implementing Code Cleanup bugs</a></li>
     <li><a href="#programs">Compile programs with the LLVM Compiler</a></li>
     <li><a href="#llvmtest">Add programs to the llvm-test suite</a></li>
-    <li><a href="#llvm_ir">Extend the LLVM intermediate representation</a></li>
     <li><a href="#benchmark">Benchmark the LLVM compiler</a></li>
     <li><a href="#misc_imp">Miscellaneous Improvements</a></li>
   </ol></li>
 
   <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>
@@ -144,19 +144,6 @@
 
 </div>
 
-<!-- ======================================================================= -->
-<div class="www_subsubsection">
-  <a name="llvm_ir">Extend the LLVM intermediate representation</a>
-</div>
-
-<div class="www_text">
-
-<ol>
-<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>
 
 <!-- ======================================================================= -->
 <div class="www_subsubsection">
@@ -187,14 +174,8 @@
 
 <ol>
 
-<li>Some transformations and analyses only work on reducible flow graphs.  It
-would be nice to have a transformation which could be "required" by these passes
-which makes irreducible graphs reducible.  This can easily be accomplished
-through code duplication.  See <a
-href="http://citeseer.ist.psu.edu/janssen97making.html">Making Graphs Reducible
-with Controlled Node Splitting</a> and perhaps <a
-href="http://doi.acm.org/10.1145/262004.262005">Nesting of Reducible and
-Irreducible Loops</a>.</li>
+<li><a href="http://llvm.org/bugs/show_bug.cgi?id=2116">Add support for
+transactions to the PassManager</a> for improved bugpoint.</li>
 
 </ol>
 
@@ -219,6 +200,22 @@
 
 </div>
 
+<!-- ======================================================================= -->
+<div class="www_subsubsection">
+  <a name="llvm_ir">Extend the LLVM intermediate representation</a>
+</div>
+
+<div class="www_text">
+
+<p>Many proposed <a href="http://nondot.org/sabre/LLVMNotes/">extensions and
+improvements to LLVM core</a> are awaiting design and implementation.</p>
+
+<ol>
+<li><a href="http://llvm.org/PR1269">EH support for non-call exceptions</a></li>
+<li><a href="http://llvm.org/PR2095">Support for multiple return values</a></li>
+</ol>
+
+</div>
 
 <!-- ======================================================================= -->
 <div class="www_subsubsection">
@@ -424,7 +421,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/02/26 21:17:40 $
+  Last modified: $Date: 2008/03/01 20:03:58 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list