Modified the linker so that it always links in an object from an archive
[oota-llvm.git] / docs / ReleaseNotes.html
index 1aa2cdcae3b9081210e14d1161f013565b10af3f..05c278c382b4fdd191dc285a6564642f9c526acb 100644 (file)
@@ -113,7 +113,20 @@ In this release, the following missing features were implemented:
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
-In this release, the following Code Quality  issues were fixed:
+In this release, the following Quality of Implementation issues were fixed:
+</div>
+
+<ol>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR135">JIT should lazily initialize global variables</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li>
+
+<li></li>
+</ol>
+
+<!--=========================================================================-->
+<div class="doc_subsubsection">
+In this release, the following Code Quality issues were fixed:
 </div>
 
 <ol>
@@ -136,6 +149,10 @@ In this release, the following bugs in the previous release were fixed:
 locations to registers</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR191">[licm] Memory read after free causes 
 infrequent crash</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR194">[indvars] Induction variable 
+canonicalization always makes 32-bit indvars</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR193">[constantmerge] Merging globals can
+cause use of invalid pointers!</a></li>
 
 </ol>
 
@@ -575,7 +592,7 @@ lists</a>.</p>
 
 <hr>
 <address>
-  <a href="http://jigsaw.w3.org/css-validator/"><img
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>