diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e26aae70e19..d8d63c1e2d7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -297,10 +297,13 @@ in this section.

LLVM 2.9 includes several major new capabilities:

Still todo: [101025-110228] @@ -431,8 +435,7 @@ href="http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html">Intro to the LLVM MC Project Blog Post.

- - +
@@ -461,6 +464,7 @@ FastISel for ARM.

@@ -569,13 +573,23 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list.

all inline assembly that uses the X86 floating point stack. It supports the 'f' and 't' constraints, but not 'u'. -
  • Win64 code generation wasn't widely tested. Everything should work, but we - expect small issues to happen. Also, llvm-gcc cannot build the mingw64 - runtime currently due to lack of support for the 'u' inline assembly - constraint and for X87 floating point inline assembly.
  • The X86-64 backend does not yet support the LLVM IR instruction va_arg. Currently, front-ends support variadic argument constructs on X86-64 by lowering them manually.
  • +
  • Windows x64 (aka Win64) code generator has a few issues. + +
  • +