index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Asyncify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-22
/
+17
*
Asyncify: Fix nondeterminism in verbose logging (#6479)
Alon Zakai
2024-04-09
1
-4
/
+17
*
Asyncify-verbose: Show all reasons why a function is instrumented (#6457)
Dannii Willis
2024-04-08
1
-3
/
+3
*
Add an Asyncify option to propagate the addList (#5935)
かめのこにょこにょこ
2024-04-01
1
-12
/
+42
*
[NFC] Move InstrumentedPass logic out and use it in another place (#6132)
Alon Zakai
2023-11-28
1
-52
/
+12
*
Support one-line-one-function file format for asyncify lists (#6051)
Alexander Guryanov
2023-10-30
1
-4
/
+7
*
Automatically discard global effects in the rare passes that add effects (#5999)
Alon Zakai
2023-10-06
1
-0
/
+5
*
Asyncify: Improve comments (#5987)
Heejin Ahn
2023-10-03
1
-41
/
+54
*
Asyncify: Simpify if into i32.or (#5988)
Heejin Ahn
2023-10-03
1
-17
/
+26
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-1
/
+1
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-8
/
+8
*
Fix Asyncify assertions after #5293 (#5328)
Alon Zakai
2022-12-07
1
-4
/
+49
*
Optimize Asyncify to not flatten/optimize unnecessarily (#5293)
Alexander Guryanov
2022-12-06
1
-2
/
+50
*
Add `hasArgument` helper to pass options. NFC (#5278)
Sam Clegg
2022-11-17
1
-7
/
+5
*
Fix inverted logic bug with asyncify-ignore-indirect (#5275)
Sam Clegg
2022-11-17
1
-4
/
+4
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
Multi-Memories Asyncify (#5222)
Ashley Nelson
2022-11-07
1
-41
/
+78
*
Fix comment in Asyncify.cpp (#5196)
William Stein
2022-10-31
1
-1
/
+1
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-4
/
+4
*
Make Asyncify work with wasm64 (#5105)
Sam Clegg
2022-10-04
1
-57
/
+75
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-25
/
+26
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-11
/
+25
*
Lift the restriction in liveness-traversal.h that supported max 65535 locals ...
juj
2022-04-28
1
-8
/
+0
*
Rename asyncify-side-module to asyncify-relocatable (#4596)
かめのこにょこにょこ
2022-04-18
1
-3
/
+3
*
Asyncify: Use stack instead of recursive call to avoid stack overflow (#4433)
Yuta Saito
2022-01-25
1
-71
/
+147
*
Allow import mutable globals used in Asyncify pass (#4427)
かめのこにょこにょこ
2022-01-14
1
-10
/
+25
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+3
*
Show a clear error on asyncify+references. (#4125)
Alon Zakai
2021-09-07
1
-3
/
+12
*
Asyncify: Degrade gracefully if too many locals to compute relevantLiveLocals...
Alon Zakai
2021-08-27
1
-0
/
+9
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-5
/
+5
*
Refactor LinearExecutionWalker to a separate file. NFC (#3956)
Alon Zakai
2021-06-28
1
-0
/
+1
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-3
/
+3
*
[wasm-builder] Construct module elements as unique_ptrs (#3391)
Thomas Lively
2020-11-19
1
-2
/
+2
*
Rename Indirect to NonDirect in CallGraphPropertyAnalysis in preparation for ...
Alon Zakai
2020-11-13
1
-4
/
+6
*
Rewrite DCE pass (#3274)
Alon Zakai
2020-10-26
1
-0
/
+1
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-2
/
+2
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-8
/
+7
*
Fix typo in Asyncify comment (#3031)
Nikita Baksalyar
2020-08-10
1
-1
/
+1
*
Asyncify verbose option (#3022)
Alon Zakai
2020-08-06
1
-4
/
+45
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-10
/
+9
*
Asyncify liveness analysis (#2890)
Alon Zakai
2020-06-23
1
-8
/
+62
*
Asyncify: Instrument indirect calls from functions in add-list or only-list (...
Alon Zakai
2020-06-17
1
-18
/
+49
*
Asyncify: Add an "add list", rename old lists (#2910)
Alon Zakai
2020-06-12
1
-48
/
+87
*
Handle tuples in Asyncify call support (#2743)
Thomas Lively
2020-04-09
1
-9
/
+41
*
Revert to using globals in Asyncify call support (#2719)
Thomas Lively
2020-04-01
1
-71
/
+53
*
Convert Asyncify fake globals to fake calls. NFC (#2706)
Alon Zakai
2020-03-25
1
-46
/
+71
*
Support tuple locals in Asyncify (#2696)
Thomas Lively
2020-03-17
1
-28
/
+46
*
Asyncify: Fix wasm-only instrumentation of unnamed imports (#2682)
Alon Zakai
2020-03-05
1
-23
/
+39
*
Expose asyncify state via a getter (#2679)
Alon Zakai
2020-03-04
1
-1
/
+16
*
Handle indirect calls in CallGraphPropertyAnalysis (#2624)
Alon Zakai
2020-01-24
1
-1
/
+2
[next]