From ee2187a38d868ca424b094580f55b346ad4da4a7 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 22 Apr 2010 10:21:43 +0000 Subject: [PATCH] the validator coughed up some problems, most of them fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102056 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 88603094832..9f4eabb4ce0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -11,7 +11,7 @@
LLVM 2.7 Release Notes
+ width="136" height="136" alt="LLVM Dragon Logo">
  1. Introduction
  2. @@ -274,7 +274,7 @@ LLVM MC Project Blog Post. made substantially more progress on LLVM mainline.

    One minor example of what MC can do is to transcode an AT&T syntax - X86 .s file into intel syntax. You can do this with something like:

    + X86 .s file into intel syntax. You can do this with something like:
       llvm-mc foo.s -output-asm-variant=1 -o foo-intel.s
    @@ -475,7 +475,6 @@ Address of Label and Indirect Branches in LLVM IR Blog Post.
     
     
  3. 2.7 includes major parts of the work required by the new MC Project, see the MC update above for more information.
  4. - @@ -514,7 +513,7 @@ expose new optimization opportunities:

    href="LangRef.html#t_union">unions in LLVM IR. Unfortunately, this support is not really usable in 2.7, so if you're interested in pushing it forward, please help contribute to LLVM mainline. - + @@ -837,7 +836,7 @@ API changes are:

  5. The Streams.h file and "DOUT" got removed, use "DEBUG(errs() << ...);" instead.
  6. ModuleProvider has been removed +href="http://llvm.org/viewvc/llvm-project?view=rev&revision=94686">removed and its methods moved to Module and GlobalValue. Most clients can remove uses of ExistingModuleProvider, replace getBitcodeModuleProvider with -- 2.34.1