[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 2 09:20:31 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.269 -> 1.270
---
Log message:
Document beta pass
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.269 llvm/docs/ReleaseNotes.html:1.270
--- llvm/docs/ReleaseNotes.html:1.269 Wed Dec 1 11:10:36 2004
+++ llvm/docs/ReleaseNotes.html Thu Dec 2 11:20:17 2004
@@ -356,6 +356,8 @@
<li>The <tt>-pre</tt> pass is incomplete (there are cases it doesn't handle that
it should) and not thoroughly tested.</li>
<li>The <tt>llvm-db</tt> tool is in a very early stage of development.</li>
+<li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan)
+ is not stable.</li>
</ul>
</div>
@@ -729,7 +731,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/12/01 17:10:36 $
+ Last modified: $Date: 2004/12/02 17:20:17 $
</address>
</body>
More information about the llvm-commits
mailing list