[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 14 08:58:11 PST 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.294 -> 1.295
---
Log message:
Bugs fixed
---
Diffs of the changes: (+12 -4)
ReleaseNotes.html | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.294 llvm/docs/ReleaseNotes.html:1.295
--- llvm/docs/ReleaseNotes.html:1.294 Sun Feb 13 16:27:24 2005
+++ llvm/docs/ReleaseNotes.html Mon Feb 14 10:57:55 2005
@@ -136,23 +136,31 @@
<div class="doc_text">
+
<p>Bugs fixed in the LLVM Core:</p>
+<ol>
+ <li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that
+ are partially overwritten by smaller stores</a></li>
+</ol>
+<p>Code Generator Bugs:</p>
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR490">[cbackend] Logical constant
expressions (and/or/xor) not implemented</a></li>
- <li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that
- are partially overwritten by smaller stores</a></li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR511">[cbackend] C backend does not
+ respect 'volatile'</a></li>
</ol>
<p>Bugs in the C/C++ front-end:</p>
-
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR487">[llvmgcc] llvm-gcc incorrectly
rejects some constant initializers involving the addresses of array
elements</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR501">[llvm-g++] Crash compiling
anonymous union</a></li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR509">[llvm-g++] Do not use dynamic
+ initialization where static init will do</a></li>
+ <li>
</ol>
</div>
@@ -574,7 +582,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: 2005/02/13 22:27:24 $
+ Last modified: $Date: 2005/02/14 16:57:55 $
</address>
</body>
More information about the llvm-commits
mailing list