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

Reid Spencer reid at x10sys.com
Sun Dec 5 12:19:55 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.273 -> 1.274
---
Log message:

PR139: http://llvm.cs.uiuc.edu/PR139  fixed.


---
Diffs of the changes:  (+5 -3)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.273 llvm/docs/ReleaseNotes.html:1.274
--- llvm/docs/ReleaseNotes.html:1.273	Fri Dec  3 18:45:09 2004
+++ llvm/docs/ReleaseNotes.html	Sun Dec  5 14:19:45 2004
@@ -244,6 +244,10 @@
 <p>Bugs fixed in the LLVM Core:</p>
 
 <ol>
+  <li><a href="http://llvm.cs.uiuc.edu/PR139">[Linker] gccld does not link
+    objects/archives in order specified on the command line</a></li>
+  <li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions 
+    w/certain names tickles GNU 'as' bugs</a></li>
   <li><a href="http://llvm.cs.uiuc.edu/PR420">[licm] LICM invalidates alias 
     analysis info and uses broken information</a> (optimizer crash)</li>
   <li><a href="http://llvm.cs.uiuc.edu/PR422">[asmwriter] Asmwriter is really 
@@ -252,8 +256,6 @@
     completely broken in LLVM 1.3</a></li>
   <li><a href="http://llvm.cs.uiuc.edu/PR430">[bcwriter] Empty compaction 
     tables defined</a></li>
-  <li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions 
-    w/certain names tickles GNU 'as' bugs</a></li>
   <li><a href="http://llvm.cs.uiuc.edu/PR472">[cbackend] Static globals are 
       prototyped as 'extern'</a></li>
 </ol>
@@ -734,7 +736,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/12/04 00:45:09 $
+  Last modified: $Date: 2004/12/05 20:19:45 $
 </address>
 
 </body>






More information about the llvm-commits mailing list