diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fa49e5b2593..446e0186b28 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -447,7 +447,12 @@ faster:

  • Position Independent Code (PIC) is now supported on Linux/x86-64.
  • @llvm.frameaddress now supports getting the frame address of stack frames > 0 on x86/x86-64.
  • -
  • MIPS floating point support? [BRUNO]
  • +
  • MIPS has improved a lot since last release, the most important changes + are: Little endian support, floating point support, allegrex core and + intrinsics support. O32 ABI is improved but isn't complete. The EABI + was implemented and is fully supported. We also have support for small + sections and gp_rel relocation for its access, a threshold in bytes can be + specified through command line.
  • The PowerPC backend now supports trampolines.
  • @@ -698,6 +703,20 @@ programs compiled with LLVM. Please use more recent versions of QEMU. + +
    + Known problems with the MIPS back-end +
    + +
    + + + +
    +
    Known problems with the Alpha back-end