aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-26 18:42:55 +0000
committerChris Lattner <sabre@nondot.org>2001-11-26 18:42:55 +0000
commitc5d1d20e2859d631bc65160726e7a656d1da4277 (patch)
tree21f0df8f6475a554484012ba78dae4efa9182e72
parent30474bb92912b5097d8a515fae1ce1f53676c2b2 (diff)
Implement stuff, remove todos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1361 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ChrisNotes.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt
index 158c5be986..38269754ef 100644
--- a/docs/ChrisNotes.txt
+++ b/docs/ChrisNotes.txt
@@ -1,8 +1,3 @@
-* grep '[A-Za-z][A-Za-z]*\*)' `./getsrcs.sh ` | & less
-
-
-* Need to implement getelementptr, load, and store for indirection through
- arrays and multidim arrays
* Rewrite the llvm parser/lexer in http://www.antlr.org when time permits.
They actually do C++. Imagine that.
* Fix DCE to elminate br <c>, %L1, %L1 so that it can optimize the main of
@@ -11,10 +6,6 @@
* fix the constprop br <x> <dst1> <dst1> case. Must handle PHI nodes correctly
* Fix DCE to work better, so that SCCP can show it's true value.
* Implement ADCE
-* Fix the const pool printer to print out constants in some sort of "sorted"
- order. Then enable TestOptimizer.sh to diff -sccp output. Currently it
- doesn't work because the diff fails because of ordering of the constant
- pool. :(
* Think about whether edge split SSA form would be useful to do.
* Inlining should attempt to give block names the same name in the inlined
method (using SymbolTable::getUniqueName)