diff options
| author | Wesley Peck <peckw@wesleypeck.com> | 2011-11-14 18:56:41 +0000 | 
|---|---|---|
| committer | Wesley Peck <peckw@wesleypeck.com> | 2011-11-14 18:56:41 +0000 | 
| commit | 1c29a83accf900fa056295aec654586a998648ca (patch) | |
| tree | e27b727741c3ee593e3ac8cca98f5284dc069109 | |
| parent | d673cfe02770f30bba5e589157c2b97908c8e3a8 (diff) | |
| download | bcm5719-llvm-1c29a83accf900fa056295aec654586a998648ca.tar.gz bcm5719-llvm-1c29a83accf900fa056295aec654586a998648ca.zip  | |
Add release notes for the MicroBlaze backend.
llvm-svn: 144550
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 6d0b535db60..8c803cd9dc6 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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>  <!--  | 

