diff options
author | Chris Lattner <sabre@nondot.org> | 2011-11-15 22:48:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-11-15 22:48:24 +0000 |
commit | 62f009af414c6dd448637cdaeb5d3f4c5804d94e (patch) | |
tree | 04a1c6c78020274fd7c39eb1945fb0322c4e0c05 | |
parent | 2fdd005d9799289bb2fc96ec0fe92819a4b75bd8 (diff) |
jakob fixed X87 inline asm!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144719 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 036a0d2a4e..fc31ea98bc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -970,6 +970,10 @@ Builder.CreateResume(UnwindData); <ul> + <li>The X86 backend now supports + all <a href="http://llvm.org/PR879">inline assembly that uses the X86 + floating point stack</a>.</li> + <li>The CRC32 intrinsics have been renamed. The intrinsics were previously <code>@llvm.x86.sse42.crc32.[8|16|32]</code> and <code>@llvm.x86.sse42.crc64.[8|64]</code>. They have been renamed to @@ -1264,10 +1268,6 @@ Builder.CreateResume(UnwindData); <div> <ul> - <li>The X86 backend does not yet support - all <a href="http://llvm.org/PR879">inline assembly that uses the X86 - floating point stack</a>. It supports the 'f' and 't' constraints, but - not 'u'.</li> <li>The X86-64 backend does not yet support the LLVM IR instruction <tt>va_arg</tt>. Currently, front-ends support variadic argument |