From 5064581ca6c2ba509fd2a65f9f224a17753380b6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Apr 2003 03:42:31 +0000 Subject: Remove implemented project, add a new one llvm-svn: 5970 --- llvm/docs/OpenProjects.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/docs/OpenProjects.html') diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index 898bb84c7e2..9b50d23b433 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -149,9 +149,7 @@ all the back-ends: CBE, llc, and lli.

  1. Improve the efficiency of the bytecode loader/writer, allow streaming lazy loading of functions from the bytecode (for use by the JIT, for example)
    -
  2. Rework the PassManager -
  3. Do not encode zero intializers for large arrays into the bytecode - +
  4. Rework the PassManager to be more flexible
  5. Some transformations and analyses only work on reducible flow graphs. It would be nice to have a transformation which could be "required" by these passes which makes irreducible graphs reducible. This can easily be accomplished @@ -262,6 +260,8 @@ Ideas for profile guided transformations:

  6. Implement a global register allocator
  7. Implement a better instruction selector
  8. Implement a static compiler in addition to the JIT (easy project) +
  9. Implement support for the "switch" instruction without requiring the + lower-switches pass.
-- cgit v1.2.3