From: Akira Hatanaka Date: Tue, 15 May 2012 20:06:41 +0000 (+0000) Subject: Update MIPS' section in the release notes. Patch by Simon Atanasyan. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6ed743ed4ec48fb9e3b0ef53adb0befd8e838ed8;p=oota-llvm.git 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 --- 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.