[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 27 11:51:13 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.259 -> 1.260
---
Log message:

Add notes



---
Diffs of the changes:  (+6 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.259 llvm/docs/ReleaseNotes.html:1.260
--- llvm/docs/ReleaseNotes.html:1.259	Sat Nov 27 13:24:06 2004
+++ llvm/docs/ReleaseNotes.html	Sat Nov 27 13:50:58 2004
@@ -142,6 +142,9 @@
   </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 @@
     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>
@@ -708,7 +713,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/27 19:24:06 $
+  Last modified: $Date: 2004/11/27 19:50:58 $
 </address>
 
 </body>






More information about the llvm-commits mailing list