From e020f75c10410a6943cd055bfa072a2641eab7da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 10:55:26 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'lib/hipe/doc') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 4ebd4b817c..8b39b66e1d 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