diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 4b9c622e3a1d..3968fb013b0d 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -645,6 +645,43 @@ Release Notes.
+
+
+
+
+
+
+Many fixes and changes across LLVM (and Clang) for better compliance with
+ the 64-bit PowerPC ELF Application Binary Interface, interoperability with
+ GCC, and overall 64-bit PowerPC support. Some highlights include:
+
+ - MCJIT support added.
+ - PPC64 relocation support and (small code model) TOC handling
+ added.
+ - Parameter passing and return value fixes (alignment issues,
+ padding, varargs support, proper register usage, odd-sized
+ structure support, float support, extension of return values
+ for i32 return values).
+ - Fixes in spill and reload code for vector registers.
+ - C++ exception handling enabled.
+ - Changes to remediate double-rounding compatibility issues with
+ respect to GCC behavior.
+ - Refactoring to disentangle ppc64-elf-linux ABI from Darwin
+ ppc64 ABI support.
+ - Assorted new test cases and test case fixes (endian and word
+ size issues).
+ - Fixes for big-endian codegen bugs, instruction encodings, and
+ instruction constraints.
+ - Implemented -integrated-as support.
+ - Additional support for Altivec compare operations.
+ - IBM long double support.
+
+
+
+
+