the validator coughed up some problems, most of them fixed
authorGabor Greif <ggreif@gmail.com>
Thu, 22 Apr 2010 10:21:43 +0000 (10:21 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 22 Apr 2010 10:21:43 +0000 (10:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102056 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 886030948323f7af2eecf6d262a1367480017c39..9f4eabb4ce0d41b4ee8725c68be4eec993812b9e 100644 (file)
@@ -11,7 +11,7 @@
 <div class="doc_title">LLVM 2.7 Release Notes</div>
 
 <img align=right src="http://llvm.org/img/DragonSmall.png"
-    width="136" height="136">
+    width="136" height="136" alt="LLVM Dragon Logo">
 
 <ol>
   <li><a href="#intro">Introduction</a></li>
@@ -274,7 +274,7 @@ LLVM MC Project Blog Post</a>.
    made substantially more progress on LLVM mainline.</p>
 
 <p>One minor example of what MC can do is to transcode an AT&amp;T syntax
-   X86 .s file into intel syntax.  You can do this with something like:</p>
+   X86 .s file into intel syntax.  You can do this with something like:
    
 <pre>
   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</a>.
 
 <li>2.7 includes major parts of the work required by the new MC Project, 
     see the <a href="#mc">MC update above</a> for more information.</li>
-</li>
 
 </ul>
 
@@ -514,7 +513,7 @@ expose new optimization opportunities:</p>
   href="LangRef.html#t_union">unions in LLVM IR</a>.
   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.</li>
-</li>
+
 </ul>
 
 </div>
@@ -837,7 +836,7 @@ API changes are:</p>
 <li>The Streams.h file and "DOUT" got removed, use "DEBUG(errs() &lt;&lt; ...);"
    instead.</li>
 <li><tt>ModuleProvider</tt> has been <a
-href="http://llvm.org/viewvc/llvm-project?view=rev&revision=94686">removed</a>
+href="http://llvm.org/viewvc/llvm-project?view=rev&amp;revision=94686">removed</a>
 and its methods moved to <tt>Module</tt> and <tt>GlobalValue</tt>.
 Most clients can remove uses of <tt>ExistingModuleProvider</tt>,
 replace <tt>getBitcodeModuleProvider</tt> with