Add release notes for the MicroBlaze backend.
authorWesley Peck <peckw@wesleypeck.com>
Mon, 14 Nov 2011 18:56:41 +0000 (18:56 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Mon, 14 Nov 2011 18:56:41 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144550 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 6d0b535db60bdfb50c087bdfd7292a7dd875865b..8c803cd9dc6a96459c399c7d5451fab80a966a21 100644 (file)
@@ -977,6 +977,11 @@ Builder.CreateResume(UnwindData);
 
   <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>
 <!--