diff options
author | Erlang/OTP <[email protected]> | 2019-02-26 11:28:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-26 11:28:27 +0100 |
commit | df130102cdeca8d35fec95a0c926fd1cfec54eab (patch) | |
tree | 0fb991f1cd53449a74b5e9e5536c2279ccaebce3 /lib/hipe/doc | |
parent | 42f0f3fcbce009e56270fdccdb6f0a85e3b4b368 (diff) | |
download | otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.tar.gz otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.tar.bz2 otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.zip |
Prepare release
Diffstat (limited to 'lib/hipe/doc')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
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 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 3.18.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Add function <c>hipe:erllvm_is_supported</c> to check + presence of suitable version of the LLVM tool chain as + well as supported hardware architecture. The old + <c>hipe:llvm_support_available</c> has been removed.</p> + <p> + Own Id: OTP-15385 Aux Id: PR-1986 </p> + </item> + <item> + <p> + Fix hipe LLVM for FreeBSD and other non-linux unix to use + /tmp/ instead of /dev/shm/.</p> + <p> + Own Id: OTP-15386 Aux Id: PR-1963 </p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.18.2</title> <section><title>Improvements and New Features</title> |