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

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 9 15:27:01 PST 2004


Changes in directory llvm-www/releases/1.1/docs:

ReleaseNotes.html updated: 1.21 -> 1.22

---
Log message:

Update for some things that are fixed in 1.2


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

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.21 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.22
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.21	Sun Feb  8 15:20:56 2004
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Mon Feb  9 15:26:09 2004
@@ -339,11 +339,6 @@
 
 </div>
 
-<!-- _______________________________________________________________________ -->
-<!--
-</ul><h4><a name="portability"><hr size=0>Portability Problems</h4><ul>
--->
-
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
@@ -429,25 +424,14 @@
 union member</a>.
 </li>
 
-<li>
-<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=182">
-Functions marked "extern inline" are not compiled into LLVM with linkonce
-linkage.
-</a>
-</li>
-
-
-<li>
-The memory management functions in the libc runtime
-<a href="http://llvm.cs.uiuc.edu/PR186">need weak linkage so that they can be
-overridden.
-</a>
-</li>
-
 </ul><b>Bugs in 1.1 fixed in 1.2:</b><ul>
 
 <li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li>
 
+<li><a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=182">Functions marked "extern inline" are not compiled into LLVM with linkonce linkage.</a></li>
+
+<li>The memory management functions in the libc runtime <a href="http://llvm.cs.uiuc.edu/PR186">need weak linkage so that they can be overridden.</a></li>
+
 <li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li>
 </ul>
 
@@ -620,9 +604,6 @@
 <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
     front-end</a>.</li>
 
-<li><a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=137">Code is generated for empty classes.</a>
-</li>
-
 </ul><b>Bugs in 1.1 fixed in 1.2:</b><ul>
 
 <li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li>
@@ -763,7 +744,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/02/08 21:20:56 $
+  Last modified: $Date: 2004/02/09 21:26:09 $
 </address>
 
 </body>





More information about the llvm-commits mailing list