diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-24 16:15:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-24 16:15:36 +0000 |
commit | ab608564c5f671fd0ddb74ee6418a3081cba05d3 (patch) | |
tree | 5024bdcf5b8eb6f94f682c4084d26b2513aa5a7d /docs | |
parent | 04b9d2903e1e960d2d203896373d70796b6187d1 (diff) | |
download | external_llvm-ab608564c5f671fd0ddb74ee6418a3081cba05d3.zip external_llvm-ab608564c5f671fd0ddb74ee6418a3081cba05d3.tar.gz external_llvm-ab608564c5f671fd0ddb74ee6418a3081cba05d3.tar.bz2 |
A lot of this stuff has been done. Remove the done items
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChrisNotes.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 94fdcd9..6c214bd 100644 --- a/docs/ChrisNotes.txt +++ b/docs/ChrisNotes.txt @@ -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 |