1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add release notes for the MicroBlaze backend.

llvm-svn: 144550
This commit is contained in:
Wesley Peck 2011-11-14 18:56:41 +00:00
parent db610fb423
commit 8b241a329d

View 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>
<!--