diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-14 16:57:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-14 16:57:55 +0000 |
commit | f54e9cb739dfba8b39549c09fc5a1e367ca13be3 (patch) | |
tree | 080ae1e9c26b473984af6f459c54ebfdf9b12632 | |
parent | 9d30e22da0d6e59cab0813899adaf9e7c109cf5d (diff) | |
download | external_llvm-f54e9cb739dfba8b39549c09fc5a1e367ca13be3.zip external_llvm-f54e9cb739dfba8b39549c09fc5a1e367ca13be3.tar.gz external_llvm-f54e9cb739dfba8b39549c09fc5a1e367ca13be3.tar.bz2 |
Bugs fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20178 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a80ad3f..b37e959 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -136,23 +136,31 @@ were fixed:</a> <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> |