index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unpin V8 (#5277)
Thomas Lively
2022-11-17
1
-3
/
+1
*
[Wasm GC] Start an OptimizeCasts pass and reuse cast values there (#5263)
Alon Zakai
2022-11-17
1
-0
/
+1
*
[Wasm GC] Add Monomorphize pass (#5238)
Alon Zakai
2022-11-11
1
-0
/
+2
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+2
*
Fix fuzzer default contents after #5212 (#5223)
Thomas Lively
2022-11-07
1
-1
/
+1
*
[Wasm GC] Fix GUFA on externalize/internalize (#5220)
Alon Zakai
2022-11-04
1
-0
/
+1
*
Fuzzer: Skip fuzzing VMs when multi-memories are enabled (#5207)
Alon Zakai
2022-11-03
1
-3
/
+3
*
Fix fuzzer to ignore externalize/internalize (#5176)
Alon Zakai
2022-10-21
1
-0
/
+2
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
1
-24
/
+28
*
[NFC] Avoid re-parsing instruction names (#5171)
Thomas Lively
2022-10-20
1
-88
/
+88
*
[Parser][NFC] Pass instruction locations to `makeXXX` functions (#5133)
Thomas Lively
2022-10-12
1
-2
/
+2
*
[Parser][NFC] Move `ParseInput` into the parser context (#5132)
Thomas Lively
2022-10-12
1
-2
/
+2
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-3
/
+6
*
Fix fuzzer after #5114 (#5117)
Sam Clegg
2022-10-06
1
-7
/
+7
*
Pin v8 10.8.104 (#5112)
Thomas Lively
2022-10-05
1
-1
/
+4
*
[Strings] Add missing String effects + tests (#5057)
Alon Zakai
2022-09-19
1
-0
/
+1
*
Allow optimizing with global function effects (#5040)
Alon Zakai
2022-09-16
1
-0
/
+5
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-1
/
+2
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
2
-1
/
+5
*
Simplify TrapsNeverHappen fuzzing (#4957)
Alon Zakai
2022-08-24
1
-4
/
+5
*
[Fuzzer] Fuzz TrapsNeverHappen mode (#4936)
Alon Zakai
2022-08-22
1
-2
/
+85
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-0
/
+8
*
Fix require() in wasm2js test suite for newer Node.js (#4913)
Alon Zakai
2022-08-17
1
-0
/
+2
*
Fuzzer: When typed-function-references is disabled, disable GC too (#4908)
Alon Zakai
2022-08-16
1
-1
/
+2
*
Fix name of port_passes_tests_to_lit.py script. NFC (#4902)
Sam Clegg
2022-08-12
1
-2
/
+2
*
Port test/passes/legalize-js-interface* to lit (#4903)
Sam Clegg
2022-08-12
1
-3
/
+12
*
Move `auto_update_tests.py` into scripts directory. NFC (#4879)
Sam Clegg
2022-08-11
2
-2
/
+202
*
Fuzzer: Emit absolute paths in commands (#4890)
Alon Zakai
2022-08-10
1
-28
/
+31
*
Fuzzer: Add some docs and error handling" (#4887)
Alon Zakai
2022-08-09
1
-4
/
+19
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-10
/
+0
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
2
-18
/
+9
*
Bail out of fuzz_shell.js if instantiation fails (#4873)
Thomas Lively
2022-08-04
1
-2
/
+9
*
Re-run scripts/test/generate_lld_tests.py. NFC (#4861)
Sam Clegg
2022-08-02
1
-4
/
+6
*
Grand Unified Flow Analysis (GUFA) (#4598)
Alon Zakai
2022-07-22
1
-0
/
+2
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-0
/
+2
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-0
/
+2
*
[Strings] stringview_wtf16.length (#4809)
Alon Zakai
2022-07-18
1
-0
/
+1
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+3
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+5
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+3
*
[Parser] Start to parse instructions (#4789)
Thomas Lively
2022-07-11
1
-6
/
+22
*
Parse `rec` in update_lit_checks.py (#4784)
Thomas Lively
2022-07-08
1
-1
/
+1
*
[Strings] string.is_usv_sequence (#4783)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+2
*
Fuzzer: Fix determinism fuzzing (#4767)
Alon Zakai
2022-07-07
1
-6
/
+14
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+2
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+1
[next]