From 590c6cf7329490e8d49967f27ec97ddd02df545f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Dec 2003 23:04:17 +0000 Subject: What do you know, we actually do accomplish some things around here :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10637 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/OpenProjects.html | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/OpenProjects.html') diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index ebbf7b3..1a70dc8 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
    7. -- cgit v1.1