[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Jan 27 10:00:02 PST 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.288 -> 1.289
---
Log message:
Mark -parallel pass as `experimental'
---
Diffs of the changes: (+2 -2)
ReleaseNotes.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.288 llvm/docs/ReleaseNotes.html:1.289
--- llvm/docs/ReleaseNotes.html:1.288 Sat Jan 22 12:45:35 2005
+++ llvm/docs/ReleaseNotes.html Thu Jan 27 11:59:51 2005
@@ -208,7 +208,7 @@
<ul>
<li>The following passes are incomplete or buggy, and may be removed in future
releases: <tt>-pgmdep, -memdep, -ipmodref, -cee, -branch-combine,
- -instloops, -paths, -pre</tt></li>
+ -instloops, -parallel, -paths, -pre</tt></li>
<li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
be used to step through programs and inspect the stack.</li>
<li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan)
@@ -566,7 +566,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: 2005/01/22 18:45:35 $
+ Last modified: $Date: 2005/01/27 17:59:51 $
</address>
</body>
More information about the llvm-commits
mailing list