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

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 6 10:41:01 PDT 2003


Changes in directory llvm/www/docs:

OpenProjects.html updated: 1.8 -> 1.9

---
Log message:

Loop unroller doesn't necessarily need to be profile driven


---
Diffs of the changes:

Index: llvm/www/docs/OpenProjects.html
diff -u llvm/www/docs/OpenProjects.html:1.8 llvm/www/docs/OpenProjects.html:1.9
--- llvm/www/docs/OpenProjects.html:1.8	Fri Jul 25 13:05:38 2003
+++ llvm/www/docs/OpenProjects.html	Wed Aug  6 10:40:37 2003
@@ -242,6 +242,7 @@
 <li>Value range propagation pass
 <li>Implement a tail recursion elimination pass
 <li>Implement an unswitching pass
+<li>Write a loop unroller, with a simple heuristic for when to unroll
 </ol>
 
 <!-- ======================================================================= -->
@@ -279,6 +280,6 @@
 <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Aug  6 15:00:33 CDT 2002 -->
 <!-- hhmts start -->
-Last modified: Fri Jul 25 13:04:03 CDT 2003
+Last modified: Wed Aug  6 10:40:05 CDT 2003
 <!-- hhmts end -->
 </font></body></html>





More information about the llvm-commits mailing list