summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-09-05 15:30:34 -0700
committerGitHub <noreply@github.com>2024-09-05 15:30:34 -0700
commit5fca52781efe63c1683c436cb0c5e08cc4a87b9e (patch)
treeffa2f7fa0895afa28fab9b267a64a36d89666794 /CHANGELOG.md
parenta64037480b83373953292469c1fa1f80ec80e13c (diff)
downloadbinaryen-5fca52781efe63c1683c436cb0c5e08cc4a87b9e.tar.gz
binaryen-5fca52781efe63c1683c436cb0c5e08cc4a87b9e.tar.bz2
binaryen-5fca52781efe63c1683c436cb0c5e08cc4a87b9e.zip
Version 119 (#6910)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24ce7693f..9d4150514 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
Current Trunk
-------------
+v119
+----
+
- Passes can now receive individual pass arguments, that is --foo=A --foo=B for
a pass foo will run the pass twice (which was possible before) and will now
run it first with argument A and second with B. --pass-arg=foo@BAR will now
@@ -31,6 +34,9 @@ Current Trunk
- Allow using `--skip-pass` on the commandline multiple times (#6714).
- The instructions relaxed_fma and relaxed_fnma have been renamed to
relaxed_madd and relaxed_nmadd.
+ - Add a new `--heap-store-optimization` pass. (#6882)
+ - Add a pass for minimizing recursion groups. (#6832)
+
v118
----