Commit 4bd809b
committed
Nightly v125.0.0-nightly.20260130 [ci skip]
1 parent 1af32a9 commit 4bd809b
11 files changed
Lines changed: 17904 additions & 17779 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/gen-s-parser.py+6-3
- scripts/test/generate-atomic-spec-test.py+12-11
- src/gen-s-parser.inc+44-11
- src/ir/child-typer.h+3-3
- src/ir/cost.h+2-2
- src/ir/metadata.cpp+1-1
- src/ir/struct-utils.h+1-1
- src/ir/subtype-exprs.h+2-2
- src/parser/contexts.h+66-74
- src/passes/AbstractTypeRefining.cpp+2-2
- src/passes/GlobalStructInference.cpp+10-9
- src/passes/Heap2Local.cpp+8-8
- src/passes/Print.cpp+8-8
- src/passes/RemoveUnusedBrs.cpp+4-4
- src/passes/pass.cpp+15-9
- src/wasm-binary.h+15-13
- src/wasm-builder.h+2-2
- src/wasm-interpreter.h+4-4
- src/wasm-ir-builder.h+8-13
- src/wasm.h+21-21
- src/wasm/wasm-binary.cpp+49-60
- src/wasm/wasm-ir-builder.cpp+36-34
- src/wasm/wasm-stack.cpp+8-7
- src/wasm/wasm-validator.cpp+17-17
- src/wasm/wasm.cpp+5-5
- test/gtest/validator.cpp+4-4
- test/lit/basic/custom-descriptors.wast+97-97
- test/lit/help/wasm-metadce.test+1-1
- test/lit/help/wasm-opt.test+1-1
- test/lit/help/wasm2js.test+1-1
- test/lit/passes/abstract-type-refining-desc.wast+17-17
- test/lit/passes/abstract-type-refining-tnh-exact-casts.wast+48-48
- test/lit/passes/gsi-to-desc-cast.wast+6-6
- test/lit/passes/heap2local-desc.wast+51-51
- test/lit/passes/optimize-instructions-desc.wast+172-172
- test/lit/passes/precompute-desc.wast+6-6
- test/lit/passes/remove-unused-brs-desc.wast+36-36
- test/lit/passes/type-merging-desc.wast+6-6
- test/lit/passes/unsubtyping-desc.wast+32-32
- test/lit/passes/vacuum-desc.wast+9-9
- test/lit/ref-cast-desc.wast+62
- test/spec/br_on_cast_desc_eq.wast+42-42
- test/spec/ref.cast_desc_eq.wast+38-38
- test/spec/relaxed-atomics.wast+1.9k-1.9k
0 commit comments