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:
last release for llvm-gcc TBAA Triple::normalize is new, llvm triples are always stored in normalized form internally. +Triple x86_64--mingw64 is obsoleted. Use x86_64--mingw32 instead. + MC Assembler: X86 now generates much better diagnostics for common errors, is much faster at matching instructions, is much more bug-compatible with the GAS assembler, and is now generally useful for a broad range of X86 @@ -348,9 +351,9 @@ MC assembler support for 3dNow! and 3DNowA instructions. LoopIndexSplit pass was removed, unmaintained. -COFF support in the MC assembler has made a lot of progress in the 2.9 +Win32 PE-COFF support in the MC assembler has made a lot of progress in the 2.9 timeframe, but is still not generally useful. Please see - "http://llvm.org/bugs/showdependencytree.cgi?id=9100&hide_resolved=1" for open bugs"? + "http://llvm.org/bugs/showdependencytree.cgi?id=9100&hide_resolved=1" for open bugs? New RegionPass infrastructure for region-based optimizations. @@ -358,6 +361,7 @@ New RegionPass infrastructure MicroBlaze: major updates for aggressive delay slot filler, MC-based assembly printing, assembly instruction parsing, ELF .o file emission, and MC instruction disassembler. +