[llvm-commits] CVS: llvm/docs/Stacker.html

Reid Spencer reid at x10sys.com
Sat Sep 4 13:30:12 PDT 2004



Changes in directory llvm/docs:

Stacker.html updated: 1.16 -> 1.17
---
Log message:

Take one item off the "to do" list: implemented -O1 .. -O5 options for
optimization in stkrc instead of depending on "opt"


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

Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.16 llvm/docs/Stacker.html:1.17
--- llvm/docs/Stacker.html:1.16	Mon Aug  2 19:17:21 2004
+++ llvm/docs/Stacker.html	Sat Sep  4 15:30:01 2004
@@ -1379,8 +1379,6 @@
     <li>Write an LLVM pass to optimize the use of the global stack. The code
     emitted currently is somewhat wasteful. It gets cleaned up a lot by existing
     passes but more could be done.</li>
-    <li>Add -O -O1 -O2 and -O3 optimization switches to the compiler driver to
-    allow LLVM optimization without using "opt."</li>
     <li>Make the compiler driver use the LLVM linking facilities (with IPO)
     before depending on GCC to do the final link.</li>
     <li>Clean up parsing. It doesn't handle errors very well.</li>
@@ -1407,7 +1405,7 @@
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/08/03 00:17:21 $
+  Last modified: $Date: 2004/09/04 20:30:01 $
 </address>
 
 </body>






More information about the llvm-commits mailing list