diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index ebbf7b3e72b..1a70dc84050 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -101,10 +101,6 @@ library and the stdio related functions... low-level system calls like daily report. It could use the following improvements:

    -
  1. Graphs - It would be great to have gnuplot graphs to keep track of how the - tree is changing over time. We already gather a several statistics, it - just necessary to add the script-fu to gnuplotize it.
  2. -
  3. Regression tests - We should run the regression tests in addition to the program tests...
@@ -166,11 +162,6 @@ all the back-ends: CBE, llc, and lli.

would also then have to implement the reader for this index in gccld. -
  • Improve the efficiency of the bytecode loader/writer
  • - -
  • Extend the FunctionPassManager to use a ModuleProvider to stream functions - in on demand. This would improve the efficiency of the JIT.
  • -
  • Rework the PassManager to be more flexible
  • Some transformations and analyses only work on reducible flow graphs. It @@ -266,8 +257,6 @@ The LLVM transformation itself shouldn't need to know how it is being used.

    1. Implement a Dependence Analysis Infrastructure
      - Design some way to represent and query dep analysis
    2. -
    3. Implement a faster Dominator Set Construction Algorithm
      - - A linear time or nearly so algorithm
    4. Implement a strength reduction pass
    5. Value range propagation pass
    6. Implement an unswitching pass