[llvm-commits] CVS: llvm-www/safecode/downloads.html links.html sidebar.incl

John Criswell criswell at cs.uiuc.edu
Fri Apr 16 08:16:08 PDT 2010



Changes in directory llvm-www/safecode:

downloads.html updated: 1.3 -> 1.4
links.html updated: 1.3 -> 1.4
sidebar.incl updated: 1.2 -> 1.3
---
Log message:

Added the mailing list page to the sidebar.
Adjusted the length of other pages to make the sidebar fit.


---
Diffs of the changes:  (+13 -0)

 downloads.html |    4 ++++
 links.html     |    8 ++++++++
 sidebar.incl   |    1 +
 3 files changed, 13 insertions(+)


Index: llvm-www/safecode/downloads.html
diff -u llvm-www/safecode/downloads.html:1.3 llvm-www/safecode/downloads.html:1.4
--- llvm-www/safecode/downloads.html:1.3	Fri Mar  5 14:28:21 2010
+++ llvm-www/safecode/downloads.html	Fri Apr 16 10:15:55 2010
@@ -59,6 +59,10 @@
         <p>
         Directions on compiling and using SAFECode can be found in the
         <tt>safecode/docs</tt> directory in the source code.
+
+        <br>
+        <br>
+        <br>
         </p>
 			</div>
 		</div>				


Index: llvm-www/safecode/links.html
diff -u llvm-www/safecode/links.html:1.3 llvm-www/safecode/links.html:1.4
--- llvm-www/safecode/links.html:1.3	Fri Nov 13 14:50:09 2009
+++ llvm-www/safecode/links.html	Fri Apr 16 10:15:55 2010
@@ -52,10 +52,18 @@
 
         <li>
         <a href="http://llvm.org">LLVM Compiler Infrastructure</a>
+        <br>
+        SAFECode is written using the LLVM Compiler Infrastructure.
         </li>
 
+        <br>
+
         <li>
         <a href="http://sva.cs.uiuc.edu">Secure Virtual Architecture Project</a>
+        <br>
+        The Secure Virtual Architecture (SVA) Project uses the SAFECode
+        techniques to provide memory safety to the entire software stack,
+        including the operating system kernel.
         </li>
 			</div>
 		</div>				


Index: llvm-www/safecode/sidebar.incl
diff -u llvm-www/safecode/sidebar.incl:1.2 llvm-www/safecode/sidebar.incl:1.3
--- llvm-www/safecode/sidebar.incl:1.2	Fri Nov 13 11:14:30 2009
+++ llvm-www/safecode/sidebar.incl	Fri Apr 16 10:15:56 2010
@@ -3,6 +3,7 @@
   <ul class="sidemenu">
     <li><a href="index.html">Home</a></li>
     <li><a href="downloads.html">Downloads</a></li>
+    <li><a href="mailing.html">Mailing Lists</a></li>
     <li><a href="pubs.html">Publications</a></li>
     <li><a href="people.html">Project Members</a></li>
     <li><a href="links.html">Links</a></li>






More information about the llvm-commits mailing list