index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-ctor-eval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-7
/
+8
*
[Wasm GC] [ctor-eval] Evaluate and serialize GC data (#4491)
Alon Zakai
2022-02-03
1
-4
/
+169
*
[Docs] Document wasm-ctor-eval (#4493)
Alon Zakai
2022-02-03
1
-3
/
+2
*
Interpreter: Remove GlobalManager (#4486)
Alon Zakai
2022-01-31
1
-84
/
+21
*
[NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...
Alon Zakai
2022-01-28
1
-25
/
+22
*
LiteralList => Literals (#4451)
Alon Zakai
2022-01-13
1
-3
/
+3
*
[ctor-eval] Eval functions with params if ignoring external input (#4446)
Alon Zakai
2022-01-12
1
-6
/
+24
*
[ctor-eval] Followup refactoring to use std::optional for EvalCtorOutcome (#4...
Alon Zakai
2022-01-12
1
-21
/
+16
*
[ctor-eval] Eval functions with a return value (#4443)
Alon Zakai
2022-01-12
1
-24
/
+49
*
[ctor-eval] Stop if there are any memory.init instructions (#4442)
Alon Zakai
2022-01-11
1
-18
/
+25
*
[ctor-eval] Add an option to keep some exports (#4441)
Alon Zakai
2022-01-11
1
-15
/
+39
*
[ctor-eval] Fix evalling of overlapping table segments (#4440)
Alon Zakai
2022-01-11
1
-19
/
+25
*
[ctor-eval] Partial evaluation (#4438)
Alon Zakai
2022-01-11
1
-23
/
+179
*
[ctor-eval] Switch logging from stderr to stdout (#4432)
Alon Zakai
2022-01-07
1
-7
/
+7
*
[ctor-eval] Eval and store changes to globals (#4430)
Alon Zakai
2022-01-07
1
-16
/
+11
*
[ctor-eval] Add --ignore-external-input option (#4428)
Alon Zakai
2022-01-06
1
-7
/
+73
*
[ctor-eval] Refactor an applyToModule() method instead of hacks [NFC] (#4425)
Alon Zakai
2022-01-06
1
-19
/
+38
*
[ctor-eval] Remove stack hacks (#4429)
Alon Zakai
2022-01-06
1
-55
/
+2
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+6
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-2
/
+2
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-11
/
+13
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+4
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+4
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+4
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-2
/
+1
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-1
/
+1
*
Very simple module linking in wasm-shell (#3792)
Abbas Mashayekh
2021-04-16
1
-29
/
+105
*
Fuzzer: Distinguish traps from host limitations (#3801)
Alon Zakai
2021-04-12
1
-0
/
+4
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-1
/
+2
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-12
/
+18
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-5
/
+9
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-3
/
+12
*
Update interpreter for new EH spec (#3498)
Heejin Ahn
2021-01-21
1
-1
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-1
/
+1
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-0
/
+1
*
Interpreter: Add a limit to how much we try to grow memory, to avoid DOS (#3227)
Alon Zakai
2020-10-12
1
-1
/
+1
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-2
/
+2
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-1
/
+1
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
1
-0
/
+6
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-10
/
+10
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-2
/
+2
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-6
/
+6
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
1
-0
/
+5
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-1
/
+2
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-7
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-2
/
+2
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-1
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-2
/
+4
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-88
/
+119
*
Refactor interpreter initialization to use bulk memory (#2025)
Thomas Lively
2019-04-18
1
-8
/
+7
[next]