From 5fca52781efe63c1683c436cb0c5e08cc4a87b9e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 5 Sep 2024 15:30:34 -0700 Subject: Version 119 (#6910) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') 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 ---- -- cgit v1.2.3