[llvm-commits] [release_11] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 12 17:22:02 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.82.2.2 -> 1.82.2.3

---
Log message:

Minor cleanups, expand on what's new, give credit for the release notes to the whole team, not just me


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.82.2.2 llvm/docs/ReleaseNotes.html:1.82.2.3
--- llvm/docs/ReleaseNotes.html:1.82.2.2	Fri Dec 12 17:15:37 2003
+++ llvm/docs/ReleaseNotes.html	Fri Dec 12 17:21:29 2003
@@ -7,9 +7,7 @@
 </head>
 <body>
 
-<div class="doc_title">
-  LLVM 1.1 Release Notes
-</div>
+<div class="doc_title">LLVM 1.1 Release Notes</div>
  
 <ol>
   <li><a href="#intro">Introduction</a></li>
@@ -18,7 +16,6 @@
   <li><a href="#install-instructions">Installation Instructions</a></li>
   <li><a href="#knownproblems">Known Problems</a>
   <ul>
-<!--    <li><a href="#portabilityprobs">Portability Problems</a> -->
     <li><a href="#core">Known problems with the LLVM Core</a>
     <li><a href="#c-fe">Known problems with the C Front-end</a>
     <li><a href="#c++-fe">Known problems with the C++ Front-end</a>
@@ -30,7 +27,7 @@
 </ol>
 
 <div class="doc_text">
-  <p><b>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></b><p>
+  <p><b>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a></b><p>
 </div>
 
 <!-- *********************************************************************** -->
@@ -75,7 +72,9 @@
 front-end, and improving support for C++ in the LLVM core.  This release also
 includes a few new features, such as a simple profiler, support for Mac OS X,
 better interoperability with external source bases, a new example language
-front-end, and improvements in a few optimizations.</p>
+front-end, and improvements in a few optimizations.  The performance of several
+LLVM components has been improved, and several gratuitous type-safety issues in
+the C front-end have been fixed.</p>
 
 <p>At this time, LLVM is known to correctly compile and run all non-unwinding C
 & C++ SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist
@@ -686,7 +685,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/12/12 23:15:37 $
+  Last modified: $Date: 2003/12/12 23:21:29 $
 </address>
 
 </body>





More information about the llvm-commits mailing list