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

Chris Lattner lattner at cs.uiuc.edu
Sun May 15 22:12:47 PDT 2005



Changes in directory llvm-www:

www-index.html updated: 1.119 -> 1.120
---
Log message:

updates, remove link to CurrentWork


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

 www-index.html |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.119 llvm-www/www-index.html:1.120
--- llvm-www/www-index.html:1.119	Fri Jan  7 13:54:54 2005
+++ llvm-www/www-index.html	Mon May 16 00:12:30 2005
@@ -35,10 +35,9 @@
 GCC-based <a href="docs/CommandGuide/html/llvmgcc.html">C & C++
 front-end</a>, a link-time optimization framework with a growing set of global
 and interprocedural analyses and transformations, static back-ends for the X86,
-PowerPC, and SPARC V9 architectures, a back-end which emits portable C code, and
-a Just-In-Time compiler for X86, PowerPC, and SPARC V9 processors. See "<a
-href="CurrentWork.html">Current Projects</a>" for information about other
-components under development.</p></li>
+PowerPC, IA-64, Alpha, & SPARC V9 architectures, a back-end which emits 
+portable C code, and a Just-In-Time compiler for X86, PowerPC, and SPARC V9 
+processors. </p></li>
 
 <li><p>LLVM does <i>not</i> imply things that you would expect from a 
 high-level virtual machine.  It does not require garbage collection or 
@@ -49,13 +48,15 @@
 </ol>
 
 <p>LLVM is a robust system, particularly well suited for developing new
-mid-level language-independent analyses and optimizations of all sorts,
+mid-level <a href="pubs/2005-05-04-LattnerPHDThesis.html">
+language-independent analyses and optimizations</a> of all sorts,
 including those that require <a href="pubs/2003-05-05-LCTES03-CodeSafety.html">
 extensive interprocedural analysis</a>.  LLVM is also a great target for <a
 href="docs/Stacker.html">front-end development</a> for conventional or research
 programming languages, including those which require <a
 href="pubs/2004-01-30-CGO-LLVM.html">compile-time, link-time, or run-time
-optimization</a> for effective implementation.  We have an incomplete <a
+optimization</a> for effective implementation, proper tail calls or garbage
+collection.  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






More information about the llvm-commits mailing list