[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 11 22:57:02 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.78 -> 1.79
---
Log message:
These aren't bugs, don't phrase them like they are.
---
Diffs of the changes: (+14 -9)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.78 llvm/docs/ReleaseNotes.html:1.79
--- llvm/docs/ReleaseNotes.html:1.78 Thu Dec 11 22:51:00 2003
+++ llvm/docs/ReleaseNotes.html Thu Dec 11 22:56:02 2003
@@ -177,15 +177,20 @@
<ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR29">C++ front-end is not generating
-linkonce linkage type when it can</a></li>
+<li>The C++ front-end now compiles functions to
+ <a href="http://llvm.cs.uiuc.edu/PR29">use the linkonce linkage type</a>
+ more, giving the optimizer more freedom.</a></li>
+
+<li>The C front-end now <a href="http://llvm.cs.uiuc.edu/PR84">generates
+ type-safe code</a> in several cases that it did not before, which prevented
+ some important optimizations.</li>
+
+<li>The LLVM build system has been taught to catch some common configuration
+ problems that <a href="http://llvm.cs.uiuc.edu/PR96">caused it to get
+ horribly confused</a> before.</li>
-<li><a href="http://llvm.cs.uiuc.edu/PR84">C front-end generates non-type-safe code for expressions it could generate type-safe code</a></li>
-
-<li><a href="http://llvm.cs.uiuc.edu/PR96">Bad path to the C/C++ frontend causes
-build problems</a></li>
-
-<li><a href="http://llvm.cs.uiuc.edu/PR114">LLVM header files should be -Wold-style-cast clean</a></li>
+<li>The LLVM header files are now
+ <a href="http://llvm.cs.uiuc.edu/PR114">-Wold-style-cast clean</a>.</li>
<li>The LLVM bytecode reader has been <a
href="http://llvm.cs.uiuc.edu/PR127">sped up a lot</a> (up to 4x in some
@@ -665,7 +670,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 04:51:00 $
+ Last modified: $Date: 2003/12/12 04:56:02 $
</address>
</body>
More information about the llvm-commits
mailing list