summaryrefslogtreecommitdiff
path: root/docs/Stacker.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-04 20:30:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-04 20:30:01 +0000
commit88eed81802c777552b5e77a2331d3ae0cadaaf72 (patch)
tree73462933f6447ddd1320a21a2618041bb5e497d2 /docs/Stacker.html
parent39dcf0e0168ed3c77ddc62c119814e3a2e4c9d74 (diff)
downloadllvm-88eed81802c777552b5e77a2331d3ae0cadaaf72.tar.gz
llvm-88eed81802c777552b5e77a2331d3ae0cadaaf72.tar.bz2
llvm-88eed81802c777552b5e77a2331d3ae0cadaaf72.tar.xz
Take one item off the "to do" list: implemented -O1 .. -O5 options for
optimization in stkrc instead of depending on "opt" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Stacker.html')
-rw-r--r--docs/Stacker.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Stacker.html b/docs/Stacker.html
index 82f511bb1e..5fb5fe39d7 100644
--- a/docs/Stacker.html
+++ b/docs/Stacker.html
@@ -1379,8 +1379,6 @@ interested, here are some things that could be implemented better:</p>
<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>