4 files changed
+8
-8
lines changedLines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
- scripts/fuzz_opt.py+2
- src/binaryen-c.cpp+11
- src/binaryen-c.h+6-2
- src/cfg/cfg-traversal.h+71-29
- src/ir/memory-utils.cpp+6-1
- src/parser/contexts.h+57
- src/parser/parsers.h+85-4
- src/passes/CMakeLists.txt+1
- src/passes/MemoryPacking.cpp+7
- src/passes/Precompute.cpp+4-2
- src/passes/RemoveUnusedModuleElements.cpp+47-6
- src/passes/SimplifyGlobals.cpp+18-4
- src/passes/TranslateEH.cpp+821
- src/passes/pass.cpp+3
- src/passes/passes.h+1
- src/support/stdckdint.h+43
- src/tools/wasm-ctor-eval.cpp+6
- src/wasm-ir-builder.h+29-3
- src/wasm.h+1
- src/wasm/wasm-ir-builder.cpp+32-2
- test/example/c-api-kitchen-sink.c+5
- test/example/c-api-kitchen-sink.txt+6
- test/lit/ctor-eval/flatten_overflow.wast+16
- test/lit/ctor-eval/string.wast+23
- test/lit/help/wasm-opt.test+3
- test/lit/help/wasm2js.test+3
- test/lit/passes/memory-packing_all-features.wast+6-1
- test/lit/passes/precompute-gc.wast+5-3
- test/lit/passes/remove-unused-module-elements_all-features.wast+1-1
- test/lit/passes/remove-unused-module-elements_tnh.wast+249
- test/lit/passes/rse-eh.wast+341
- test/lit/passes/simplify-globals-strings.wast+65
- test/lit/passes/translate-eh-old-to-new.wast+1.5k
- test/lit/wat-kitchen-sink.wast+274-136
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments