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:
@@ -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)