summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-10 21:15:48 +0000
committerChris Lattner <sabre@nondot.org>2002-06-10 21:15:48 +0000
commit8bed246b1f0e2f400c3b38fd6c7f20cb6f428eab (patch)
tree0032e4361c8a1d44a5d3b6bef805e7f763ddd188 /docs
parent23e07e73a8d05902278d506eba34b321e2302bb6 (diff)
downloadllvm-8bed246b1f0e2f400c3b38fd6c7f20cb6f428eab.tar.gz
llvm-8bed246b1f0e2f400c3b38fd6c7f20cb6f428eab.tar.bz2
llvm-8bed246b1f0e2f400c3b38fd6c7f20cb6f428eab.tar.xz
Mark some stuff as done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ChrisNotes.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt
index 38269754ef..db80f93834 100644
--- a/docs/ChrisNotes.txt
+++ b/docs/ChrisNotes.txt
@@ -4,13 +4,8 @@
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
-* Fix DCE to work better, so that SCCP can show it's true value.
-* Implement ADCE
* 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)
* The dropAllReferences code can be a noop when NDEBUG!!!
-* Finish xvcg output
* pred/succ iterators on basic blocks don't handle switch statements correctly
* Provide a pass that eliminates critical edges from the CFG
* I need to provide an option to the bytecode loader to ignore memory