From c04cad3ba921deb086d19e2de2526af4854add75 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 11:39:07 +0200 Subject: Revert "Prepare release" This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. --- lib/hipe/doc/src/notes.xml | 40 ---------------------------------------- lib/hipe/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 41 deletions(-) (limited to 'lib/hipe') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 8b39b66e1d..4ebd4b817c 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,46 +31,6 @@

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 diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index e61c1a042c..2edfd790ed 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.15.1 +HIPE_VSN = 3.15 -- cgit v1.2.3