From: Chris Lattner Date: Wed, 21 Apr 2010 06:23:40 +0000 (+0000) Subject: continue the process of detangling this. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=450a31edde46234dff2a681006878a853efc1027;p=oota-llvm.git continue the process of detangling this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101992 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 736ef3786bf..9b65c6f3d54 100644 --- a/docs/ReleaseNotes.html +++ b/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: