From 05bcca95e974a7120cd758770ea53363f903727a Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 6 Sep 2004 22:35:43 +0000 Subject: [PATCH] * 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 --- docs/OpenProjects.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)
  2. -- 2.34.1