[llvm-commits] [llvm] r65447 - /llvm/trunk/docs/ReleaseNotes.html

Duncan Sands baldrick at free.fr
Wed Feb 25 03:51:55 PST 2009


Author: baldrick
Date: Wed Feb 25 05:51:54 2009
New Revision: 65447

URL: http://llvm.org/viewvc/llvm-project?rev=65447&view=rev
Log:
The C backend does not support arbitrary precision integers.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=65447&r1=65446&r2=65447&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Feb 25 05:51:54 2009
@@ -585,6 +585,7 @@
     C++ programs</a>, preventing intermixing between C++ compiled by the CBE and
     C++ code compiled with llc or native compilers.</li>
 <li>The C backend does not support all exception handling constructs.</li>
+<li>The C backend does not support arbitrary precision integers.</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list