[llvm-commits] [llvm] r52108 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Sun Jun 8 16:05:12 PDT 2008
Author: djg
Date: Sun Jun 8 18:05:11 2008
New Revision: 52108
URL: http://llvm.org/viewvc/llvm-project?rev=52108&view=rev
Log:
Add notes about two known X86-64 limitations.
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=52108&r1=52107&r2=52108&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun 8 18:05:11 2008
@@ -606,6 +606,11 @@
currently due
to <a href="http://llvm.org/PR2255">several</a>
<a href="http://llvm.org/PR2257">bugs</a> in FP stackifier
+ <li>The X86-64 backend does not yet support position-independent code (PIC)
+ generation on Linux targets.</li>
+ <li>The X86-64 backend does not yet support the LLVM IR instruction
+ <tt>va_arg</tt>. Currently, the llvm-gcc front-end supports variadic
+ argument constructs on X86-64 by lowering them manually.</li>
</ul>
</div>
More information about the llvm-commits
mailing list