From d6cc2c20925fac2429d1e882f76cb9861e219c7c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Nov 2011 22:36:22 +0000 Subject: [PATCH] first pass of writing complete! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145206 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 46 ++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b1b1e14f865..ac000161e3d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -1057,18 +1057,16 @@ be used to verify some algorithms.
-

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.

-
@@ -1085,27 +1083,31 @@ be used to verify some algorithms. from the previous release.

Windows (32-bit)

-- 2.34.1