Bug fixed
authorChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 03:36:36 +0000 (03:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Feb 2004 03:36:36 +0000 (03:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11730 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 121ce140f095346ad52e295a8618086f1eb20098..c1eb2d985b95f4a1973f60d0b0aa97c705f2f9b1 100644 (file)
@@ -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
 &amp; 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>