[llvm-commits] CVS: llvm-www/OpenProjects.html

Chris Lattner sabre at nondot.org
Sun Jan 6 19:43:25 PST 2008



Changes in directory llvm-www:

OpenProjects.html updated: 1.32 -> 1.33
---
Log message:

add a project.


---
Diffs of the changes:  (+6 -1)

 OpenProjects.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.32 llvm-www/OpenProjects.html:1.33
--- llvm-www/OpenProjects.html:1.32	Sun Jan  6 14:07:10 2008
+++ llvm-www/OpenProjects.html	Sun Jan  6 21:42:46 2008
@@ -212,6 +212,11 @@
 These projects tend to be more involved and perhaps require more work, but can
 also be very rewarding.</p>
 
+<p>Add support for Type Based Alias Analysis (TBAA) to LLVM.  This is not an
+   easy or straight-forward project, but the wins can be big.  For an intro to
+   what this is and an extreme example <a 
+    href="http://www.ice.gelato.org/oct07/pres_pdf/gelato_ICE07oct_aliasing_isaev_intel.pdf">see this presentation</a>.</p>
+
 </div>
 
 
@@ -419,7 +424,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2008/01/06 20:07:10 $
+  Last modified: $Date: 2008/01/07 03:42:46 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list