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

Misha Brukman brukman at cs.uiuc.edu
Tue May 11 21:51:01 PDT 2004


Changes in directory llvm-www/releases:

index.html updated: 1.17 -> 1.18

---
Log message:

* Instead of saying 'under development for X years', just say since 2000, so we
  don't have to update it every year
* Simplify wording of availability of documentation in the tarball and online


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

Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.17 llvm-www/releases/index.html:1.18
--- llvm-www/releases/index.html:1.17	Tue May 11 21:33:51 2004
+++ llvm-www/releases/index.html	Tue May 11 21:51:02 2004
@@ -13,14 +13,14 @@
 
 <div class="rel_intro">
 
-  <p>We are pleased to announce the public release of the LLVM Compiler
-  Infrastructure.</p>
+<p>We are pleased to announce the public release of the LLVM Compiler
+Infrastructure.</p>
 
-  <p>LLVM is a new infrastructure designed for compile-time, link-time, runtime,
-  and "idle-time" optimization of programs from arbitrary programming
-  languages.  LLVM is written in C++ and has been developed over the past 3
-  years at the University of Illinois.  It currently supports compilation of
-  C and C++ programs, using front-ends derived from GCC 3.4.</p>
+<p>LLVM is a new infrastructure designed for compile-time, link-time, runtime,
+and "idle-time" optimization of programs from arbitrary programming languages.
+LLVM is written in C++ and has been developed since 2000 A.D. at the University
+of Illinois.  It currently supports compilation of C and C++ programs, using
+front-ends derived from GCC 3.4.</p>
 
 </div>
 
@@ -56,9 +56,8 @@
 
 <div class="rel_boxtext">
 
-<p>LLVM provides extensive documentation in HTML form. The documentation is
-included in the source download (see README.TXT for details).  You can also see
-the documentation online:</p>
+<p>LLVM provides extensive documentation in HTML form, which is available in the
+source download and online:</p>
 
 <ul>
 <li><a href="http://llvm.cs.uiuc.edu/docs/">Current LLVM documentation</a></li>





More information about the llvm-commits mailing list