index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ctor-eval
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the old topological sort everywhere (#6902)
Thomas Lively
2024-09-10
1
-5
/
+5
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-1
/
+1
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
4
-5
/
+5
*
Fix incorrect wat in tests (#6207)
Thomas Lively
2024-01-08
15
-22
/
+22
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
2
-6
/
+12
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
18
-44
/
+42
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
2
-3
/
+2
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
2
-2
/
+2
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
19
-66
/
+66
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
4
-6
/
+6
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
8
-8
/
+8
*
[Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)
Alon Zakai
2023-05-05
2
-10
/
+10
*
Add a name hint to getValidName() (#5653)
Alon Zakai
2023-04-11
6
-21
/
+21
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
15
-20
/
+20
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
2
-4
/
+4
*
[wasm-ctor-eval] Properly handle multiple ctors with GC (#5522)
Alon Zakai
2023-02-24
1
-4
/
+4
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
2
-3
/
+2
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
2
-2
/
+2
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
24
-43
/
+43
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
2
-2
/
+2
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
2
-3
/
+3
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-2
/
+2
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-2
/
+2
*
[Wasm GC] [ctor-eval] Evaluate and serialize GC data (#4491)
Alon Zakai
2022-02-03
9
-0
/
+264
*
Interpreter: Remove GlobalManager (#4486)
Alon Zakai
2022-01-31
6
-4
/
+59
*
[ctor-eval] Eval functions with params if ignoring external input (#4446)
Alon Zakai
2022-01-12
7
-9
/
+71
*
[ctor-eval] Eval functions with a return value (#4443)
Alon Zakai
2022-01-12
3
-12
/
+97
*
[ctor-eval] Stop if there are any memory.init instructions (#4442)
Alon Zakai
2022-01-11
3
-0
/
+41
*
[ctor-eval] Add an option to keep some exports (#4441)
Alon Zakai
2022-01-11
3
-5
/
+85
*
[ctor-eval] Fix evalling of overlapping table segments (#4440)
Alon Zakai
2022-01-11
3
-0
/
+49
*
[ctor-eval] Partial evaluation (#4438)
Alon Zakai
2022-01-11
20
-23
/
+246
*
[ctor-eval] Eval and store changes to globals (#4430)
Alon Zakai
2022-01-07
12
-50
/
+45
*
[ctor-eval] Add --ignore-external-input option (#4428)
Alon Zakai
2022-01-06
3
-0
/
+81
*
[ctor-eval] Remove stack hacks (#4429)
Alon Zakai
2022-01-06
9
-131
/
+0
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-1
/
+1
*
Reorder global definitions in Print pass (#3770)
Abbas Mashayekh
2021-04-02
1
-1
/
+1
*
Properly use text format type names in printing (#3591)
Alon Zakai
2021-02-23
5
-7
/
+7
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
3
-3
/
+3
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
2
-3
/
+3
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
2
-2
/
+2
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
11
-17
/
+17
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
3
-0
/
+39
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
10
-27
/
+27
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
7
-19
/
+19
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
13
-41
/
+41
*
wasm-ctor-eval: handle the stack going either up or down
Alon Zakai
2018-12-11
3
-0
/
+33
*
Generate sexp instruction parser (#1754)
Thomas Lively
2018-11-19
2
-4
/
+8
*
Emit imports before defined things in text format (#1715)
Alon Zakai
2018-11-01
3
-5
/
+5
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
8
-54
/
+8
*
Misc tiny fuzz fixes (#1668)
Alon Zakai
2018-09-12
14
-25
/
+8
[next]