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

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 16 11:36:11 PDT 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.243 -> 1.244
---
Log message:

Update release notes


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.243 llvm/docs/ReleaseNotes.html:1.244
--- llvm/docs/ReleaseNotes.html:1.243	Sat Oct  9 14:37:02 2004
+++ llvm/docs/ReleaseNotes.html	Sat Oct 16 13:35:57 2004
@@ -73,8 +73,7 @@
 
 <p> At this time, LLVM is known to correctly compile and run all C & C++
 SPEC CPU95 & 2000 benchmarks, the Olden benchmarks, and the Ptrdist 
-benchmarks, and <b>many</b> other programs.  LLVM now also works
-with a broad variety of C++ programs.</p>
+benchmarks, and <b>many</b> other C and C++ programs.</p>
 
 </div>
 
@@ -86,9 +85,15 @@
 <div class="doc_text">
 
 <ol>
-  <li><a href="http://llvm.cs.uiuc.edu/PR257">move test/Programs out of the main llvm
-    tree</a></li>
-<li></li>
+  <li>The test/Programs hierarchy<a href="http://llvm.cs.uiuc.edu/PR257">has
+      been moved out of the main LLVM tree</a> into a separate CVS repo and
+      tarball.</li>
+  <li>LLVM now optimizes global variables significantly more than it did
+      before.</li>
+  <li>LLVM now includes the new '<tt>undef</tt>' value and <a
+      href="LangRef.html#i_unreachable"><tt>unreachable</tt></a> instruction,
+      which give the optimizer more information about the behavior of the
+      program.</li>
 </ol>
 
 </div>
@@ -619,7 +624,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: 2004/10/09 19:37:02 $
+  Last modified: $Date: 2004/10/16 18:35:57 $
 </address>
 
 </body>






More information about the llvm-commits mailing list