From: Wesley Peck Date: Mon, 14 Nov 2011 18:56:41 +0000 (+0000) Subject: Add release notes for the MicroBlaze backend. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3ff16dbe2ccacdf6bf1f738fc29bac54f10f21a4;p=oota-llvm.git Add release notes for the MicroBlaze backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6d0b535db60..8c803cd9dc6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -977,6 +977,11 @@ Builder.CreateResume(UnwindData);

PPC32/ELF va_arg was implemented.

PPC32 initial support for .o file writing was implemented.

+

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 -mcpu=mblaze3 + and the 5-stage pipeline model can be selected with + -mcpu=mblaze5.