From 6e51c6d19612d03abc81b86bb70b8d7da678ce5d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Jun 2016 15:12:41 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'lib/hipe/doc/src/notes.xml') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 4ebd4b817c..e2a1524be6 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,46 @@

This document describes the changes made to HiPE.

+
Hipe 3.15.1 + +
Fixed Bugs and Malfunctions + + +

+ HiPE compiler crashed, during compilation, in some cases + that involved inlining of float operations on complicated + control flow graphs.

+

+ Own Id: OTP-13407 Aux Id: PR-984

+
+ +

+ Various fixes and improvements to the HiPE LLVM backend. + Add support for LLVM 3.7 and 3.8 in the + HiPE/LLVM x86_64 backend Reinstate support + for the LLVM backend on x86 (works OK for LLVM 3.5 to 3.7 + -- LLVM 3.8 has a bug that prevents it from generating + correct native code on x86)

+

+ Own Id: OTP-13626

+
+
+
+ + +
Improvements and New Features + + +

+ Elimination of maps:is_key/2 calls to HiPE

+

+ Own Id: OTP-13625 Aux Id: PR-1069

+
+
+
+ +
+
Hipe 3.15
Fixed Bugs and Malfunctions -- cgit v1.2.3