[llvm-commits] [llvm] r144550 - /llvm/trunk/docs/ReleaseNotes.html
Wesley Peck
peckw at wesleypeck.com
Mon Nov 14 10:56:41 PST 2011
Author: peckw
Date: Mon Nov 14 12:56:41 2011
New Revision: 144550
URL: http://llvm.org/viewvc/llvm-project?rev=144550&view=rev
Log:
Add release notes for the MicroBlaze backend.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=144550&r1=144549&r2=144550&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 14 12:56:41 2011
@@ -977,6 +977,11 @@
<p>PPC32/ELF va_arg was implemented.</p>
<p>PPC32 initial support for .o file writing was implemented.</p>
+ <p>MicroBlaze scheduling itineraries were added that model the
+ 3-stage and the 5-stage pipeline architectures. The 3-stage
+ pipeline model can be selected with <code>-mcpu=mblaze3</code>
+ and the 5-stage pipeline model can be selected with
+ <code>-mcpu=mblaze5</code>.</p>
<ul>
<!--
More information about the llvm-commits
mailing list