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

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 6 13:45:01 PST 2003


Changes in directory llvm/www:

www-index.html updated: 1.12 -> 1.13

---
Log message:

Add links to the Open Projects page


---
Diffs of the changes:

Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.12 llvm/www/www-index.html:1.13
--- llvm/www/www-index.html:1.12	Wed Jan 22 14:51:49 2003
+++ llvm/www/www-index.html	Thu Feb  6 13:44:14 2003
@@ -193,6 +193,13 @@
                 <td>
                 <table border="0">
                     <tr>
+                        <td valign="top"><b>Feb 6th, 2003</b></td>
+                        <td valign="top">-</td>
+                        <td valign="top">Added a new
+                             <a href="docs/OpenProjects.html">open projects</a>
+                             page, listing possibly improvements to LLVM.</td>
+                    </tr>
+                    <tr>
                         <td valign="top"><b>Jan 22nd, 2003</b></td>
                         <td valign="top">-</td>
                         <td valign="top">Implemented a new
@@ -312,6 +319,11 @@
                     <li><a href="docs/WritingAnLLVMPass.html">Writing
                         an LLVM Pass</a> - Information on how to
                         write LLVM transformations and 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>
                 </ul>
                 <p>Other useful information:</p>
                 <ul>





More information about the llvm-commits mailing list