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

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 12 12:25:23 PST 2003


Changes in directory llvm-www:

header.incl updated: 1.4 -> 1.5
www-index.html updated: 1.91 -> 1.92

---
Log message:

Link to the new "projects with llvm page"


---
Diffs of the changes:  (+9 -4)

Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.4 llvm-www/header.incl:1.5
--- llvm-www/header.incl:1.4	Tue Nov 18 17:25:31 2003
+++ llvm-www/header.incl	Fri Dec 12 12:23:51 2003
@@ -2,7 +2,7 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>The LLVM Compiler Infrastructure Project</title>
-  <link rel="stylesheet" href="llvm.css" type="text/css">
+  <link rel="stylesheet" href="/llvm.css" type="text/css">
 </head>
 
 <body leftmargin="0" marginwidth="0">
@@ -22,8 +22,9 @@
 <a href="Documentation.html#Support">Support</a><br>
 <a href="docs/FAQ.html">FAQ</a><br>
 <a href="Publications.html">Publications</a><br>
-<a href="CurrentWork.html">Current Work</a><br>
-<a href="/bugs/">Bug Database</a><br>
+<a href="ProjectsWithLLVM/">LLVM Projects</a><br>
+<a href="CurrentWork.html">Current Work</a><br>
+<a href="/bugs/">Bug Database</a><br>
 </div>
 
 <br>


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.91 llvm-www/www-index.html:1.92
--- llvm-www/www-index.html:1.91	Sat Nov 29 23:47:57 2003
+++ llvm-www/www-index.html	Fri Dec 12 12:23:51 2003
@@ -54,7 +54,11 @@
     <a href="docs/Stacker.html">front-end development</a> for conventional or 
     research programming languages, including those which require <a 
     href="pubs/2003-09-30-LifelongOptimizationTR.html">compile-time, 
-    link-time, or run-time optimization</a> for effective implementation.  
+    link-time, or run-time optimization</a> for effective implementation.  We
+    have an incomplete <a href="ProjectsWithLLVM/">list of projects</a>
+    which have used LLVM for various purposes, showing that you can get
+    up-and-running quickly with LLVM, giving time to do interesting things,
+    even if you only have a semester in a University course.
   </p>
 
   <p>LLVM was originally a product of the <a





More information about the llvm-commits mailing list