From 6ed743ed4ec48fb9e3b0ef53adb0befd8e838ed8 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 15 May 2012 20:06:41 +0000 Subject: [PATCH] Update MIPS' section in the release notes. Patch by Simon Atanasyan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156847 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b44e1334400..113ce930ef0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -662,6 +662,8 @@ New features and major changes in the MIPS target include:

  • Various fixes to improve performance have been implemented.
  • Post-RA scheduling is now enabled at -O3.
  • Support for soft-float code generation has been added.
  • +
  • clang driver's support for MIPS 64-bits targets.
  • +
  • Support for MIPS floating point ABI option in clang driver.