From: Misha Brukman Date: Wed, 1 Dec 2004 21:07:40 +0000 (+0000) Subject: Reid has implemented llvm-ranlib. Thanks, Reid! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b755d2ee78ace743923eb7389f16984d84e5d9f9;p=oota-llvm.git Reid has implemented llvm-ranlib. Thanks, Reid! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 2acb7279c21..bc574e53434 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -183,11 +183,6 @@ all the back-ends: CBE, llc, and lli.

    -
  1. Someone needs to look into getting the ranlib tool to index LLVM - bytecode files, so that linking in .a files is not hideously slow. They - would also then have to implement the reader for this index in - gccld.
  2. -
  3. Rework the PassManager to be more flexible
  4. Some transformations and analyses only work on reducible flow graphs. It