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

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 19 21:43:01 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.89 -> 1.90

---
Log message:

PR135 is now finally fixed


---
Diffs of the changes:  (+14 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.89 llvm/docs/ReleaseNotes.html:1.90
--- llvm/docs/ReleaseNotes.html:1.89	Fri Dec 19 00:31:56 2003
+++ llvm/docs/ReleaseNotes.html	Fri Dec 19 21:42:11 2003
@@ -113,7 +113,19 @@
 
 <!--=========================================================================-->
 <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></li>
+</ol>
+
+<!--=========================================================================-->
+<div class="doc_subsubsection">
+In this release, the following Code Quality issues were fixed:
 </div>
 
 <ol>
@@ -581,7 +593,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: 2003/12/19 06:31:56 $
+  Last modified: $Date: 2003/12/20 03:42:11 $
 </address>
 
 </body>





More information about the llvm-commits mailing list