From: Chris Lattner Date: Fri, 1 Oct 2004 22:25:28 +0000 (+0000) Subject: Add project X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c2a5730118acf727032271221398ea1cb903dd3f;p=oota-llvm.git Add project git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16631 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index da5639eac6a..b4050819d1b 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -283,6 +283,8 @@ profiling code to work with the generic profiling interfaces.
    +
  1. Implement GVN-PRE, a + powerful and simple Partial Redundancy Elimination algorithm for SSA form
  2. Implement a Dependence Analysis Infrastructure
    - Design some way to represent and query dep analysis
  3. Implement a strength reduction pass