From c5d1d20e2859d631bc65160726e7a656d1da4277 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 26 Nov 2001 18:42:55 +0000 Subject: [PATCH] Implement stuff, remove todos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1361 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ChrisNotes.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 158c5be9867..38269754ef5 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 , %L1, %L1 so that it can optimize the main of @@ -11,10 +6,6 @@ * fix the constprop br 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)