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

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 4 13:43:01 PST 2003


Changes in directory llvm/www:

www-index.html updated: 1.14 -> 1.15

---
Log message:

Add a link to the new AliasAnalysis documentation


---
Diffs of the changes:

Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.14 llvm/www/www-index.html:1.15
--- llvm/www/www-index.html:1.14	Thu Feb  6 13:48:33 2003
+++ llvm/www/www-index.html	Tue Mar  4 13:42:00 2003
@@ -193,6 +193,13 @@
                 <td>
                 <table border="0">
                     <tr>
+                        <td valign="top"><b>Mar 4th, 2003</b></td>
+                        <td valign="top">-</td>
+                        <td valign="top">Added a new
+                            <a href="docs/AliasAnalysis.html">Alias Analysis</a>
+                             document, describing Alias Analysis in LLVM.</td>
+                    </tr>
+                    <tr>
                         <td valign="top"><b>Feb 6th, 2003</b></td>
                         <td valign="top">-</td>
                         <td valign="top">Added a new
@@ -320,7 +327,12 @@
                         an LLVM Pass</a> - Information on how to
                         write LLVM transformations and analyses. </li>
 
-                    <li><a href="docs/OpenProjects.html">Open projects</a> in
+                    <li><a href="docs/AliasAnalysis.html">Alias Analysis in
+                        LLVM</a> - Information on how to write a new alias
+                        analysis implementation or how to use existing
+                        analyses.</li>
+
+                    <li><a href="docs/OpenProjects.html">Open Projects</a> in
                         the LLVM system.  Look here if you are interested in
                         doing something with LLVM, but aren't sure what needs
                         to be done.</li>





More information about the llvm-commits mailing list