diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-23 03:36:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-23 03:36:36 +0000 |
commit | 3fd8259c9b070454094ab25b32e379643da23d6b (patch) | |
tree | 820b49c3a54c881b6c048550651fcb4ef75fc628 /docs/ReleaseNotes.html | |
parent | f7b42259e9901a0f2e7786523080f908ebb918e6 (diff) | |
download | external_llvm-3fd8259c9b070454094ab25b32e379643da23d6b.zip external_llvm-3fd8259c9b070454094ab25b32e379643da23d6b.tar.gz external_llvm-3fd8259c9b070454094ab25b32e379643da23d6b.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 121ce14..c1eb2d9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -100,6 +100,7 @@ In this release, the following missing features were implemented: <li><a href="http://llvm.cs.uiuc.edu/PR16">Exception handling support in the X86 & Sparc native code generators</a></li> <li>The C/C++ front-end now support the GCC <tt>__builtin_return_address</tt> and <tt>__builtin_frame_address</tt> extensions.</li> +<li><a href="http://llvm.cs.uiuc.edu/PR249">[X86] Missing cast from ULong -> Double, cast FP -> bool and support for -9223372036854775808</a></li> </ol> |