Implement stuff, remove todos
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:42:55 +0000 (18:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:42:55 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1361 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ChrisNotes.txt

index 158c5be9867f1c021e2138a046c9c947f1360fe8..38269754ef5a2d80c21e8f048ec89ffffc634bae 100644 (file)
@@ -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)