From df130102cdeca8d35fec95a0c926fd1cfec54eab Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 26 Feb 2019 11:28:27 +0100 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 25 +++++++++++++++++++++++++ lib/hipe/vsn.mk | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) (limited to 'lib/hipe') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index e9cdf42018..9b2c100a29 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,31 @@

This document describes the changes made to HiPE.

+
Hipe 3.18.3 + +
Fixed Bugs and Malfunctions + + +

+ Add function hipe:erllvm_is_supported to check + presence of suitable version of the LLVM tool chain as + well as supported hardware architecture. The old + hipe:llvm_support_available has been removed.

+

+ Own Id: OTP-15385 Aux Id: PR-1986

+
+ +

+ Fix hipe LLVM for FreeBSD and other non-linux unix to use + /tmp/ instead of /dev/shm/.

+

+ Own Id: OTP-15386 Aux Id: PR-1963

+
+
+
+ +
+
Hipe 3.18.2
Improvements and New Features diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index 12d621bf01..39565d721f 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.18.2 +HIPE_VSN = 3.18.3 -- cgit v1.2.3