From: Chris Lattner Date: Sun, 23 May 2004 21:06:21 +0000 (+0000) Subject: Remove implemented stuff X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=97d49ef58f9bec9dae80ea68c0e4de085d8ef7ea;p=oota-llvm.git Remove implemented stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13673 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index ddc6720d3fe..48c27161029 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -32,6 +32,11 @@ +
+

Written by the LLVM Team

+
+ +
What is this? @@ -209,9 +214,6 @@ themselves. It seems natural to want to take advantage of this...

  • Implement a flow-sensitive context-insensitive alias analysis algorithm
    - Just an efficient local algorithm perhaps?
  • -
  • Implement an interface to update analyses in response to common code motion - transformations
  • -
  • Implement alias-analysis-based optimizations:
    • Dead store elimination
    • @@ -275,8 +277,6 @@ profiling code to work with the generic profiling interfaces. - Design some way to represent and query dep analysis
    • Implement a strength reduction pass
    • Value range propagation pass
    • -
    • Implement an unswitching pass
    • -
    • Write a loop unroller, with a simple heuristic for when to unroll