aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-04-24 14:29:10 +0200
committerRickard Green <[email protected]>2019-04-24 14:29:10 +0200
commit0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 (patch)
treeb760449c28fa4e4325f553b6f075d2c4599c3f22 /lib/hipe
parent5b56ecbe12493a1ff6a0e975a65cefd09005cecd (diff)
downloadotp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.gz
otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.bz2
otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.zip
Revert "Prepare release"
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/doc/src/notes.xml46
-rw-r--r--lib/hipe/vsn.mk2
2 files changed, 1 insertions, 47 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml
index 4a95d75abe..9a803cb9df 100644
--- a/lib/hipe/doc/src/notes.xml
+++ b/lib/hipe/doc/src/notes.xml
@@ -31,52 +31,6 @@
</header>
<p>This document describes the changes made to HiPE.</p>
-<section><title>Hipe 3.19</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><title>Improvements and New Features</title>
- <list>
- <item>
- <p>In OTP 22, HiPE (the native code compiler) is not
- fully functional. The reasons for this are:</p>
- <p>There are new BEAM instructions for binary matching
- that the HiPE native code compiler does not support.</p>
- <p>The new optimizations in the Erlang compiler create
- new combination of instructions that HiPE currently does
- not handle correctly.</p>
- <p>If erlc is invoked with the <c>+native</c> option, and
- if any of the new binary matching instructions are used,
- the compiler will issue a warning and produce a BEAM file
- without native code.</p>
- <p>
- Own Id: OTP-15596</p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Hipe 3.18.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk
index a91d92ca14..39565d721f 100644
--- a/lib/hipe/vsn.mk
+++ b/lib/hipe/vsn.mk
@@ -1 +1 @@
-HIPE_VSN = 3.19
+HIPE_VSN = 3.18.3