-
Notifications
You must be signed in to change notification settings - Fork 786
Pull requests: WebAssembly/binaryen
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add optimization from
x < 0 || x > POSITIVE_CONST
to unsigned(x) > POSITIVE_CONST
#6999
opened Oct 11, 2024 by
i582
Loading…
DebugInfo: Add a method to find debug info for replacements and use it in Precompute
#5900
opened Aug 24, 2023 by
kripken
Loading…
Add -D_LIBCPP_ENABLE_ASSERTIONS=1 to ASAN/UBSAN CI configurations.
#5340
opened Dec 13, 2022 by
mxms0
Loading…
Check exact double literals in wasm::is{U,S}Integer64()
#2314
opened Aug 29, 2019 by
dschuff
Loading…
[Strings] Add a string-builtins feature, and lift/lower automatically when enabled
#7601
opened May 16, 2025 by
kripken
Loading…
[OptimizeInstructions] Simplify floating points with NaN on left side
#5059
opened Sep 20, 2022 by
MaxGraey
Loading…
[OptimizeInstructions] Combine binary shift operations joined by Or, And, Xor
#4342
opened Nov 18, 2021 by
MaxGraey
Loading…
[OptimizeForJS] Avoid 64-bit integer storage if it's possible
#4083
opened Aug 14, 2021 by
MaxGraey
Loading…
ProTip!
no:milestone will show everything without a milestone.