From 32275a2fc0b86d1f1b124706afc80f3ff92216eb Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Wed, 31 May 2017 16:21:00 +0200 Subject: Revert "Prepare release" This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. --- lib/hipe/doc/src/notes.xml | 95 ---------------------------------------------- 1 file changed, 95 deletions(-) (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 9167d0aaec..38f8dbfea3 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,101 +31,6 @@

This document describes the changes made to HiPE.

-
Hipe 3.16 - -
Fixed Bugs and Malfunctions - - -

- Fix hipe compiler flags o0 and o1 that have - previously been ignored by mistake.

-

- Own Id: OTP-13862 Aux Id: PR-1154

-
- -

- Fix LLVM backend to not convert all remote calls to own - module, like ?MODULE:foo(), into local calls.

-

- Own Id: OTP-13983

-
- -

- Hipe optional LLVM backend does require LLVM version 3.9 - or later as older versions forced strong dependencies on - erts internals structures.

-

- Own Id: OTP-14238

-
- -

- Fix a bug that has been seen causing failed loading of - hipe compiled modules on NetBSD due to unaligned data - pointers.

-

- Own Id: OTP-14302 Aux Id: ERL-376, PR-1386

-
- -

- Fix miscompilation bug in hipe that could cause wrong - function clause to be called from non-tail calls, where - the return value is unused, if the right function clause - is only reachable from those non-tail calls.

-

- Own Id: OTP-14306 Aux Id: ERL-278, PR-1392

-
-
-
- - -
Improvements and New Features - - -

- Improve hipe compilation time for large functions.

-

- Own Id: OTP-13810 Aux Id: PR-1124

-
- -

Replaced usage of deprecated symbolic time - unit representations.

-

- Own Id: OTP-13831 Aux Id: OTP-13735

-
- -

- Speed up hipe compile time register allocation for larger - function.

-

- Own Id: OTP-13879

-
- -

- Various code generation improvements.

-

- Own Id: OTP-14261 Aux Id: PR-1360

-
- -

- Improve hipe compiler to generate code with better CPU - register utilization at runtime by the use of 'Live Range - Splitting' techniques.

-

- Own Id: OTP-14293 Aux Id: PR-1380

-
- -

- Allow HiPE to run on VM built with - --enable-m32-build.

-

- Own Id: OTP-14330 Aux Id: PR-1397

-
-
-
- -
-
Hipe 3.15.4
Fixed Bugs and Malfunctions -- cgit v1.2.3