diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index 898bb84c7e2..9b50d23b433 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -149,9 +149,7 @@ all the back-ends: CBE, llc, and lli.
- Improve the efficiency of the bytecode loader/writer, allow streaming lazy
loading of functions from the bytecode (for use by the JIT, for example)
- - Rework the PassManager
-
- Do not encode zero intializers for large arrays into the bytecode
-
+
- Rework the PassManager to be more flexible
- 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:
- Implement a global register allocator
- Implement a better instruction selector
- Implement a static compiler in addition to the JIT (easy project)
+
- Implement support for the "switch" instruction without requiring the
+ lower-switches pass.