diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 8c803cd9dc6a96459c399c7d5451fab80a966a21..1985afa71841bbe2d48f74cc074d07b912a55ba3 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -968,6 +968,27 @@ Builder.CreateResume(UnwindData);
+
+
+
+
+
+
New features and major changes in the MIPS target include:
+
+
+ - Most MIPS32r1 and r2 instructions are now supported.
+ - LE/BE MIPS32r1/r2 has been tested extensively.
+ - O32 ABI has been fully tested.
+ - MIPS backend has migrated to using the MC infrastructure for assembly printing. Initial support for direct object code emission has been implemented too.
+ - Delay slot filler has been updated. Now it tries to fill delay slots with useful instructions instead of always filling them with NOPs.
+ - Support for old-style JIT is complete.
+ - Support for old architectures (MIPS1 and MIPS2) has been removed.
+ - Initial support for MIPS64 has been added.
+
+
+