aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-06-11 02:15:39 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-06-11 02:15:39 +0000
commit11074e3355bb8322d7c8d9f77b3b87a44b260f67 (patch)
tree820b49b29eb7274901d8a0bb14481fb817999ebe /docs/ReleaseNotes.html
parent51f148f39427ef996d4a64d5cafa04788ee85c4a (diff)
downloadexternal_llvm-11074e3355bb8322d7c8d9f77b3b87a44b260f67.zip
external_llvm-11074e3355bb8322d7c8d9f77b3b87a44b260f67.tar.gz
external_llvm-11074e3355bb8322d7c8d9f77b3b87a44b260f67.tar.bz2
Bug fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3b2edc6..b6622d3 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -233,6 +233,9 @@ functions like sqrt/sin/cos/etc.</li>
<li>The C backend now emits <a href="http://llvm.cs.uiuc.edu/PR334">Syntactic
loops</a> in the code to help C compilers whose optimizers do not recognize
loops formed from gotos (like GCC).</li>
+
+<li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR368">[sparcv9] null
+often spilled to constant pool</a>.</li>
</ol>
</div>