From 88eed81802c777552b5e77a2331d3ae0cadaaf72 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Sat, 4 Sep 2004 20:30:01 +0000
Subject: [PATCH] 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
---
docs/Stacker.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/Stacker.html b/docs/Stacker.html
index 82f511bb1e6..5fb5fe39d71 100644
--- a/docs/Stacker.html
+++ b/docs/Stacker.html
@@ -1379,8 +1379,6 @@ interested, here are some things that could be implemented better:
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.
- Add -O -O1 -O2 and -O3 optimization switches to the compiler driver to
- allow LLVM optimization without using "opt."
Make the compiler driver use the LLVM linking facilities (with IPO)
before depending on GCC to do the final link.
Clean up parsing. It doesn't handle errors very well.