Commit 3b67e9b
committed
Nightly v129.0.0-nightly.20260506 [ci skip]
1 parent e8cbbc6 commit 3b67e9b
11 files changed
Lines changed: 17030 additions & 17119 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
- CHANGELOG.md+9
- scripts/gen-s-parser.py+6-6
- src/analysis/lattice.h+5-5
- src/analysis/lattices/abstraction.h+2-2
- src/analysis/lattices/array.h+3-3
- src/analysis/lattices/bool.h+2-2
- src/analysis/lattices/conetype.h+1-1
- src/analysis/lattices/flat.h+3-3
- src/analysis/lattices/int.h+3-3
- src/analysis/lattices/inverted.h+1-1
- src/analysis/lattices/lift.h+1-1
- src/analysis/lattices/shared.h+2-2
- src/analysis/lattices/stack.h+1-1
- src/analysis/lattices/tuple.h+1-1
- src/analysis/lattices/valtype.h+1-1
- src/analysis/lattices/vector.h+1-1
- src/analysis/transfer-function.h+10-5
- src/binaryen-c.cpp+139-8
- src/binaryen-c.h+78-6
- src/gen-s-parser.inc+106-91
- src/ir/child-typer.h+1-1
- src/ir/cost.h+6-6
- src/ir/table-utils.cpp+31-16
- src/ir/table-utils.h+15-4
- src/js/binaryen.js-post.js+77-7
- src/passes/CMakeLists.txt+1
- src/passes/Directize.cpp+9-4
- src/passes/GlobalEffects.cpp+11-13
- src/passes/Print.cpp+12-12
- src/passes/RemoveExports.cpp+55
- src/passes/RemoveRelaxedSIMD.cpp+6-6
- src/passes/RemoveUnusedModuleElements.cpp+4-2
- src/passes/pass.cpp+3
- src/passes/passes.h+1
- src/support/graph_traversal.h+15-1
- src/tools/wasm-fuzz-lattices.cpp+1-1
- src/wasm-interpreter.h+6-6
- src/wasm.h+6-6
- src/wasm/wasm-binary.cpp+6-6
- src/wasm/wasm-stack.cpp+6-6
- src/wasm/wasm-validator.cpp+6-6
- test/binaryen.js/expressions.js+64
- test/binaryen.js/expressions.js.txt+15
- test/example/c-api-kitchen-sink.c+49-6
- test/example/c-api-kitchen-sink.txt+41-6
- test/lit/basic/relaxed-simd.wast+42-42
- test/lit/exec/relaxed.wast+3-3
- test/lit/help/wasm-metadce.test+2
- test/lit/help/wasm-opt.test+2
- test/lit/help/wasm2js.test+2
- test/lit/passes/directize_all-features.wast+89
- test/lit/passes/remove-exports.wast+77
- test/lit/passes/remove-relaxed-simd.wast+2-2
- test/lit/passes/remove-unused-module-elements-tables.wast+114-1
- test/spec/dot_product.wast+18-18
0 commit comments