From 1dcca8bd5e2a5553b94c19917747a8412b52064f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Apr 2010 06:23:40 +0000 Subject: [PATCH] continue the process of detangling this. llvm-svn: 101992 --- llvm/docs/ReleaseNotes.html | 125 +++++++++++++++++++++++++++--------- 1 file changed, 95 insertions(+), 30 deletions(-) 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: