From: Misha Brukman Date: Mon, 6 Sep 2004 22:35:43 +0000 (+0000) Subject: * Profile-guided needs a hyphen X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=05bcca95e974a7120cd758770ea53363f903727a;p=oota-llvm.git * Profile-guided needs a hyphen * Dead store elimination has been implemented git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16202 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index cc0f133d9a2..4b68694c92b 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -26,7 +26,7 @@
  1. Implementing new feature PRs
  2. Pointer and Alias Analysis
  3. -
  4. Profile Guided Optimization
  5. +
  6. Profile-Guided Optimization
  7. New Transformations and Analyses
  8. X86 Back-end Improvements
  9. Miscellaneous Additions
  10. @@ -227,7 +227,6 @@ themselves. It seems natural to want to take advantage of this...

  11. Implement alias-analysis-based optimizations:
      -
    • Dead store elimination
    • ...
@@ -236,7 +235,7 @@ themselves. It seems natural to want to take advantage of this...

- Profile Guided Optimization + Profile-Guided Optimization
@@ -247,7 +246,7 @@ but we don't have many transformations. We would welcome new profile-guided transformations as well as improvements to the current profiling system.

-

Ideas for profile guided transformations:

+

Ideas for profile-guided transformations:

  1. Superblock formation (with many optimizations)