[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 23 21:51:08 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.132 -> 1.133
---
Log message:
Now that's a new feature!
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.132 llvm/docs/ReleaseNotes.html:1.133
--- llvm/docs/ReleaseNotes.html:1.132 Sun Feb 22 21:51:34 2004
+++ llvm/docs/ReleaseNotes.html Mon Feb 23 21:50:24 2004
@@ -91,6 +91,7 @@
<li>LLVM can now feed profile information back into optimizers for Profile Guided Optimization, and includes a simple basic block reordering pass.</li>
<li>The LLVM JIT lazily initializes global variables, reducing startup time for programs with lots of globals (like C++ programs).</li>
<li>The "tblgen" tool is <a href="TableGenFundamentals.html">now documented</a>.</li>
+<li><a href="http://llvm.cs.uiuc.edu/PR253">LLVM now no longer depends on the boost library</a>.</li>
</ol>
@@ -588,7 +589,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/23 03:51:34 $
+ Last modified: $Date: 2004/02/24 03:50:24 $
</address>
</body>
More information about the llvm-commits
mailing list