A lot of this stuff has been done. Remove the done items
authorChris Lattner <sabre@nondot.org>
Tue, 24 Sep 2002 16:15:36 +0000 (16:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Sep 2002 16:15:36 +0000 (16:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3915 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ChrisNotes.txt

index 94fdcd9fb077f00e59a51f1e1f38f1dbb4a394c9..6c214bdfc69b1c147e689fe7d21aecbf27a7a005 100644 (file)
@@ -1,13 +1,6 @@
 * 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
-  fib.ll better.  Currently I have to do this to get best results:
-     as < fib.ll | opt -inline -sccp -dce -sccp -dce |dis
-* fix the constprop   br <x> <dst1> <dst1> case.  Must handle PHI nodes correctly
-* Think about whether edge split SSA form would be useful to do.
-* The dropAllReferences code can be a noop when NDEBUG!!!
 * pred/succ iterators on basic blocks don't handle switch statements correctly
-* Provide a pass that eliminates critical edges from the CFG
 * Need a way to attach bytecode block info at various levels of asm code.
 * Recognize and save comments in assembly and bytecode format
 * Encode line number table in bytecode (like #line), optional table