From: Chris Lattner Date: Wed, 25 Jun 2003 14:31:06 +0000 (+0000) Subject: Remove completed tasks X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f56703b608afc60430ea99ed5a688c52952d472b;p=oota-llvm.git Remove completed tasks git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6899 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index a15ca2eb7fc..556fc44958c 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -130,7 +130,6 @@ all the back-ends: CBE, llc, and lli.

  • Transform setjmp and longjmp calls to use the LLVM invoke mechanism.
  • Add support for a volatile attribute on loads and stores -
  • Support for variable argument functions
  • Add a new conditional move instruction: X = select bool Cond, Y, Z
  • Add support for platform independent prefetch support. The GCC prefetch project page @@ -192,7 +191,7 @@ to take advantage of this...

  • Implement a flow-sensitive context-sensitive alias analysis algorithm
    - Pick one of the somewhat efficient algorithms, but strive for maximum precision -
  • Implement a flow-sensitive context-insensitive alias anlaysis algorithm
    +
  • 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 @@ -200,15 +199,6 @@ to take advantage of this...

  • Implement alias analysis based optimizations: @@ -290,6 +280,6 @@ Ideas for profile guided transformations:

    Chris Lattner
    -Last modified: Tue May 6 15:46:48 CDT 2003 +Last modified: Wed Jun 25 09:30:27 CDT 2003