Commit 5817ba7
committed
Nightly v129.0.0-nightly.20260404 [ci skip]
1 parent 26cc9b4 commit 5817ba7
11 files changed
Lines changed: 15415 additions & 16420 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.
- CMakeLists.txt+2-2
- scripts/clusterfuzz/run.py+1-1
- scripts/test/generate_atomic_spec_test.py+1-1
- scripts/test/shared.py-9
- src/analysis/lattice.h+1-1
- src/analysis/monotone-analyzer.h+1-1
- src/analysis/reaching-definitions-transfer-function.h+3-3
- src/binaryen-c.h+2-2
- src/cfg/Relooper.h+1-1
- src/cfg/cfg-traversal.h+1-1
- src/ir/ExpressionManipulator.cpp+1-1
- src/ir/child-typer.h+1-1
- src/ir/eh-utils.cpp+1-1
- src/ir/manipulation.h+2-2
- src/ir/match.h+1-1
- src/ir/module-splitting.cpp+1-1
- src/ir/possible-contents.cpp+6-4
- src/ir/principal-type.cpp+1-1
- src/ir/table-utils.h+1-1
- src/parser/parsers.h+1-1
- src/passes/CodeFolding.cpp+3-3
- src/passes/CodePushing.cpp+1-1
- src/passes/DataFlowOpts.cpp+1-1
- src/passes/DeNaN.cpp+1-1
- src/passes/EncloseWorld.cpp+1-1
- src/passes/Flatten.cpp+1-1
- src/passes/GenerateDynCalls.cpp+1-1
- src/passes/GlobalEffects.cpp+1-1
- src/passes/GlobalStructInference.cpp+3-3
- src/passes/GlobalTypeOptimization.cpp+1-1
- src/passes/Heap2Local.cpp+99-101
- src/passes/I64ToI32Lowering.cpp+1-1
- src/passes/Inlining.cpp+2-2
- src/passes/LLVMNontrappingFPToIntLowering.cpp+1-1
- src/passes/MemoryPacking.cpp+2-2
- src/passes/Monomorphize.cpp+1-1
- src/passes/OptimizeCasts.cpp+1-1
- src/passes/OptimizeInstructions.cpp+11-10
- src/passes/PostEmscripten.cpp+1-1
- src/passes/Precompute.cpp+1-1
- src/passes/Print.cpp+1-1
- src/passes/RedundantSetElimination.cpp+2-2
- src/passes/RemoveUnusedBrs.cpp+1-1
- src/passes/SafeHeap.cpp+1-1
- src/passes/SignaturePruning.cpp+1-1
- src/passes/SimplifyGlobals.cpp+2-2
- src/passes/TypeGeneralizing.cpp+2-2
- src/passes/TypeMerging.cpp+1-1
- src/passes/TypeSSA.cpp+3-3
- src/passes/Unsubtyping.cpp+1-1
- src/passes/Vacuum.cpp+1-1
- src/support/mixed_arena.h+2-2
- src/support/path.h+1-1
- src/support/topological_sort.h+1-1
- src/tools/optimization-options.h+1-1
- src/tools/wasm-ctor-eval.cpp+2-2
- src/tools/wasm-reduce/wasm-reduce.cpp+1-1
- src/wasm-interpreter.h+2-2
- src/wasm-ir-builder.h+1-1
- src/wasm-stack.h+1
- src/wasm-traversal.h+37-3
- src/wasm-type.h+1-1
- src/wasm.h+3-3
- src/wasm/literal.cpp+2-2
- src/wasm/wasm-emscripten.cpp+1-1
- src/wasm/wasm-stack-opts.cpp+1-1
- src/wasm/wasm-stack.cpp+18-3
- src/wasm/wasm-type.cpp+1-1
- test/lit/exec/delegate-vacuum.wast+1-1
- test/lit/passes/cfp.wast+1-1
- test/lit/passes/gufa-refs.wast+19
- test/lit/passes/heap2local-rmw.wast+173-1
- test/lit/passes/heap2local.wast+1-1
- test/lit/passes/optimize-instructions-gc.wast+1-1
- test/lit/passes/optimize-instructions-mvp.wast+3-3
- test/lit/passes/vacuum_all-features.wast+1-1
- test/passes/remove-unused-names_vacuum.wast+4-4
- test/spec/br_on_cast_desc_eq.wast+1-1
- test/spec/relaxed-atomics.wast+1-1
- third_party/llvm-project/DWARFContext.cpp+1-1
0 commit comments