diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-25 18:05:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-25 18:05:38 +0000 |
commit | 4cd484f5625bed597aec106295539eefe76777ae (patch) | |
tree | 0611d55062407d45f6fe99bc0b2e510ac7553fb9 /llvm/docs/OpenProjects.html | |
parent | 29e525a33fff4ef4d9cd0235a0d3f0cec3b396a4 (diff) | |
download | bcm5719-llvm-4cd484f5625bed597aec106295539eefe76777ae.tar.gz bcm5719-llvm-4cd484f5625bed597aec106295539eefe76777ae.zip |
Brian implemented the static compiler, take it off the list
llvm-svn: 7316
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index 556fc44958c..b24f195beba 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -183,9 +183,9 @@ very rewarding.<p> <a name="pointeranalysis">Pointer and Alias Analysis </b></font></td></tr></table><ul> -We have a strong base for development of both pointer analysis based -optimizations as well as pointer analyses themselves. It seems natural to want -to take advantage of this...<p> +We have a <a href="AliasAnalysis.html">strong base for development</a> of both +pointer analysis based optimizations as well as pointer analyses themselves. It +seems natural to want to take advantage of this...<p> <ol> <li>Implement a flow-sensitive context-sensitive alias analysis algorithm<br> @@ -254,7 +254,6 @@ Ideas for profile guided transformations:<p> <ol> <li>Implement a global register allocator <li>Implement a better instruction selector -<li>Implement a static compiler in addition to the JIT (easy project) <li>Implement support for the "switch" instruction without requiring the lower-switches pass. </ol> @@ -280,6 +279,6 @@ Ideas for profile guided transformations:<p> <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> -Last modified: Wed Jun 25 09:30:27 CDT 2003 +Last modified: Fri Jul 25 13:04:03 CDT 2003 <!-- hhmts end --> </font></body></html> |