-
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
Disallow exact casts without custom descriptors enabled
#7510
by tlively
was merged Apr 17, 2025
Loading…
[Fuzzing] Simplify V8 fuzzing flags: use --fuzzing over specific EH flag
#7509
by kripken
was merged Apr 16, 2025
Loading…
[SIMD] wasm-ctor-eval: Fix relaxed SIMD in expressions
#7508
by kripken
was merged Apr 16, 2025
Loading…
Add missing ids to
getExpressionInfo
and fix existing bugs
#7507
by GulgDev
was merged Apr 18, 2025
Loading…
Optimize block tails where a dropped br_if's value is redundant
#7506
by xuruiyang2002
was merged May 2, 2025
Loading…
OptimizeInstruction: Optimize any boolean & (No overlap with boolean's LSB) ==> 0
#7505
by xuruiyang2002
was merged May 23, 2025
Loading…
[NFC] Represent exactness and sharedness with one bit
#7500
by tlively
was merged Apr 16, 2025
Loading…
[NFC] Add getFallthrough* helpers in OptimizeInstructions
#7485
by kripken
was merged Apr 10, 2025
Loading…
[EH] Use V8 flag to allow mixed old and new EH [NFC]
#7484
by kripken
was merged Apr 14, 2025
Loading…
[Testing] Use get_tests() in binaryen.js tests, so that --filter works
#7483
by kripken
was closed Apr 21, 2025
Loading…
Use fallthrough in optimizeInstructions to further optimize (unsigned)x < 0 ==> i32(0)
#7480
by xuruiyang2002
was merged Apr 24, 2025
Loading…
OptimizeInstructions: Optimize bool(x) | 1 ==> 1 even with side effects
#7478
by xuruiyang2002
was merged Apr 14, 2025
Loading…
[NFC] Clean up pick<HeapType>() calls in fuzzer (v2)
#7475
by kripken
was merged Apr 9, 2025
Loading…
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.