diff options
author | Erlang/OTP <[email protected]> | 2014-06-19 13:47:21 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-06-19 13:47:21 +0200 |
commit | 77da984614ae462912a1896ba1bb73c798ffd4f8 (patch) | |
tree | b2b02d6af355b1a14f55d6abe76fda9977cecbb6 /lib/hipe | |
parent | 1af8998028f77b4ca01c52972a5983b072ef02d1 (diff) | |
download | otp-77da984614ae462912a1896ba1bb73c798ffd4f8.tar.gz otp-77da984614ae462912a1896ba1bb73c798ffd4f8.tar.bz2 otp-77da984614ae462912a1896ba1bb73c798ffd4f8.zip |
Prepare release
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 29 | ||||
-rw-r--r-- | lib/hipe/vsn.mk | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index f133ab05e6..e8552eabcc 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,35 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 3.11</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A Dialyzer crash involving analysis of Map types has now + been fixed.</p> + <p> + Own Id: OTP-11947</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Handle Maps instructions get_map_elements, put_map_assoc, + put_map_exact in HiPE compiler.</p> + <p> + Own Id: OTP-11900</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.10.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index fb7e4b91a0..c30695d4f0 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.10.3 +HIPE_VSN = 3.11 |