From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ lib/hipe/vsn.mk | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) (limited to 'lib/hipe') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index e2a1524be6..fc529fba61 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.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed various hipe compiler backend bugs affecting mostly + ARM and SPARC.

+

+ Own Id: OTP-13846 Aux Id: PR-1146

+
+ +

+ Fixed some Dialyzer warnings and code cleanup for the + Sparc compiler backend.

+

+ Own Id: OTP-13861 Aux Id: PR-1148

+
+ +

Fix erl_bif_types opaque bug.

+

+ Own Id: OTP-13878 Aux Id: PR-1161, ERL-249

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

+ Fix erl_types opaque match order

+

+ Own Id: OTP-13876

+
+
+
+ +
+
Hipe 3.15.1
Fixed Bugs and Malfunctions diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index e61c1a042c..f00ff0cf2e 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.15.1 +HIPE_VSN = 3.15.2 -- cgit v1.2.3