aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2011-11-14 18:56:41 +0000
committerWesley Peck <peckw@wesleypeck.com>2011-11-14 18:56:41 +0000
commit3ff16dbe2ccacdf6bf1f738fc29bac54f10f21a4 (patch)
treed2c4f35a715e43337ec9f859757ffd0a3409ae12
parent47a4ab84fe2535e6d8d77456c08eb52de20caaee (diff)
downloadexternal_llvm-3ff16dbe2ccacdf6bf1f738fc29bac54f10f21a4.zip
external_llvm-3ff16dbe2ccacdf6bf1f738fc29bac54f10f21a4.tar.gz
external_llvm-3ff16dbe2ccacdf6bf1f738fc29bac54f10f21a4.tar.bz2
Add release notes for the MicroBlaze backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144550 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 6d0b535..8c803cd 100644
--- a/docs/ReleaseNotes.html
+++ b/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>
<!--