From 0b3def4d4915fd9443fbdbc16da0aa01edf1e22d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 25 Jun 2003 14:31:06 +0000 Subject: [PATCH] Remove completed tasks llvm-svn: 6899 --- llvm/docs/OpenProjects.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index a15ca2eb7fc8..556fc44958cc 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/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