diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-03-10 21:43:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-03-10 21:43:47 +0000 |
| commit | d68b5893a654142ce71b45695517f2fe93b140ec (patch) | |
| tree | 36e4565033bf99247d03acf0bba0c6b576f1ff85 /llvm | |
| parent | 61f57617d771104a2929e35f5e3885a9b6f2bddd (diff) | |
| download | bcm5719-llvm-d68b5893a654142ce71b45695517f2fe93b140ec.tar.gz bcm5719-llvm-d68b5893a654142ce71b45695517f2fe93b140ec.zip | |
Bugz fixed
llvm-svn: 12276
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 96401c23723..29fb3a99c09 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -158,6 +158,7 @@ In this release, the following missing features were implemented: <li><a href="http://llvm.cs.uiuc.edu/PR205">[llvmgcc] C front-end does not emit 'zeroinitializer' when possible</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR233">[llvmgcc] Structure copies result in a LOT of code</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR239">LLVM is now much more memory efficient when handling large zero initialized arrays</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR275">[llvmgcc] Local array initializers are expanded into large amounts of code</a></li> </ol> <!--=========================================================================--> @@ -216,6 +217,7 @@ cause use of invalid pointers!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR258">Variables used to define non-printable FP constants are externally visible</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR259">CBE gives linkonce functions wrong linkage semantics</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR274">[JIT] Programs cannot resolve the fstat function</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR284">[indvars] Induction variable analysis violates LLVM invariants</a></li> </ol> |

