diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 736ef3786bf3..9b65c6f3d549 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -257,6 +257,11 @@ The first dragonegg release will occur shortly after llvm-2.7 is released. The LLVM Machine Code (MC) Toolkit project is ...

+

+MC Disassembler (with blog post), MCInstPrinter. Many X86 backend and AsmPrinter simplifications +Can transcode from GAS to intel syntax with "llvm-mc foo.s -output-asm-variant=1" +

+ @@ -380,16 +385,22 @@ organization changes have happened: @@ -403,25 +414,47 @@ faster) server. It is still hosted as the University of Illinois.

LLVM 2.7 includes several major new capabilities:

-libllvm2.7.so?? configure with --enable-shared -MC encoding and disassembler apis. -MC Disassembler (with blog post), MCInstPrinter. Many X86 backend and AsmPrinter simplifications -Can transcode from GAS to intel syntax with "llvm-mc foo.s -output-asm-variant=1" - - @@ -435,12 +468,22 @@ Can transcode from GAS to intel syntax with "llvm-mc foo.s -output-asm-variant=1 expose new optimization opportunities:

@@ -524,6 +567,7 @@ infrastructure, which allows us to implement more aggressive algorithms and make it run faster: