Add notes
authorChris Lattner <sabre@nondot.org>
Sat, 27 Nov 2004 19:50:58 +0000 (19:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Nov 2004 19:50:58 +0000 (19:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18282 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 3a46f5f72f891c32f94e7b6d07d7f59109c18e26..83c87c529b3b33b5a9cf33ce5c72f3e8dd2d8570 100644 (file)
@@ -142,6 +142,9 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
   </li>
   <li>zlib and libpng are <a href="http://llvm.cs.uiuc.edu/PR417">no longer
       included in the main LLVM tarball</a>.</li>
+  <li>The LLVM code generator now generates asm writers for the target from
+      an abstract target description, instead of requiring them to be hand 
+      written.</li>
 </ol>
 
 </div>
@@ -254,6 +257,8 @@ were fixed:</a>
     cannot be marked 'constant' if they have nontrivial ctors or dtors</a></li>
   <li><a href="http://llvm.cs.uiuc.edu/PR461">[llvmgcc] Crash compiling unnamed 
     bitfield which does not increase struct size</a></li>
+  <li><a href="http://llvm.cs.uiuc.edu/PR424">[llvmgcc] llvmgcc emits invalid 
+    constant exprs</a></li>
 </ol>
 
 <p>Bugs fixed in the Sparc V9 back-end:</p>