Commit 51ba96e
committed
Nightly v125.0.0-nightly.20260212 [ci skip]
1 parent cd8135e commit 51ba96e
11 files changed
Lines changed: 16728 additions & 16657 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.
- scripts/fuzz_opt.py+2-2
- scripts/fuzz_shell.js+17
- scripts/test/fuzzing.py+6
- src/analysis/lattices/stack.h+6-3
- src/dataflow/graph.h+9-6
- src/interpreter/interpreter.cpp+3
- src/interpreter/store.h+5-1
- src/ir/intrinsics.h+42
- src/ir/module-utils.cpp+2-2
- src/ir/subtype-exprs.h+1-1
- src/parser/contexts.h+2
- src/passes/CMakeLists.txt+1
- src/passes/LLVMMemoryCopyFillLowering.cpp+2-2
- src/passes/Print.cpp+6
- src/passes/RemoveRelaxedSIMD.cpp+102
- src/passes/Vacuum.cpp+23-4
- src/passes/pass.cpp+3
- src/passes/passes.h+1
- src/tools/execution-results.h+44-42
- src/tools/fuzzing/fuzzing.cpp+11-4
- src/wasm-annotations.h+1
- src/wasm-binary.h+2
- src/wasm-type.h+2
- src/wasm.h+11-2
- src/wasm/wasm-binary.cpp+34-1
- src/wasm/wasm-ir-builder.cpp+6
- src/wasm/wasm-type.cpp+83-35
- src/wasm/wasm.cpp+1
- test/gtest/interpreter.cpp+77
- test/gtest/lattices.cpp+16
- test/gtest/source-map.cpp+68
- test/gtest/type-domains.cpp+1-1
- test/lit/basic/print-explicit-typeuse.wast+1-1
- test/lit/exec/fuzzing-api.wast+95
- test/lit/help/wasm-metadce.test+3
- test/lit/help/wasm-opt.test+3
- test/lit/help/wasm2js.test+3
- test/lit/passes/gto-jsinterop.wast+1-32
- test/lit/passes/gto-shared-jsinterop.wast+34
- test/lit/passes/memory-copy-fill-lowering-table-error.wast+14
- test/lit/passes/memory-copy-fill-lowering-table-fill-error.wast+14
- test/lit/passes/remove-relaxed-simd.wast+207
- test/lit/passes/unsubtyping-stack-switching.wast+67
- test/lit/passes/vacuum-removable-if-unused-func.wast+88
- test/lit/passes/vacuum-removable-if-unused.wast+89
- test/lit/removable-if-unused-func.wast+23
- test/lit/removable-if-unused.wast+31
- test/lit/validation/shared-abstract-heap-type.wast+12
- test/lit/validation/shared-struct.wast+1-1
- test/passes/translate-to-fuzz_all-features_metrics_noprint.txt+42-37
0 commit comments