index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cfg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix CFGWalker issue in single-threaded mode (#6573)
许鑫权
2024-05-09
1
-0
/
+2
*
[EH] Support CFGWalker for new EH spec (#6235)
Heejin Ahn
2024-01-25
1
-29
/
+71
*
Rename stack variables in CFGWalker (NFC) (#6232)
Heejin Ahn
2024-01-22
1
-26
/
+28
*
Update CFGWalker to generate consolidated exit blocks (#6079)
Thomas Lively
2023-11-06
1
-21
/
+74
*
CFGWalker: Allow users to ignore branches outside the function [NFC] (#5838)
Alon Zakai
2023-07-26
1
-7
/
+26
*
End the current basic block on a Call (#5823)
Alon Zakai
2023-07-26
1
-6
/
+12
*
[NFC] Avoid using ControlFlowWalker in CFGWalker (#5827)
Alon Zakai
2023-07-20
1
-10
/
+9
*
[Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)
Alon Zakai
2023-04-04
1
-1
/
+10
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-1
/
+1
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-2
/
+1
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
3
-8
/
+8
*
Fix more no-assertions warnings (#4765)
Alon Zakai
2022-06-30
1
-0
/
+1
*
[Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)
Alon Zakai
2022-05-25
1
-1
/
+2
*
Lift the restriction in liveness-traversal.h that supported max 65535 locals ...
juj
2022-04-28
1
-26
/
+15
*
[Wasm GC] Fix unreachable local.gets of non-nullable locals in CoalesceLocals...
Alon Zakai
2022-04-05
1
-1
/
+21
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
2
-51
/
+33
*
[EH] Support try-delegate in CFGWalker (#4269)
Heejin Ahn
2021-10-21
1
-1
/
+23
*
[EH] Make doEndThrowingInst simpler (NFC) (#4267)
Heejin Ahn
2021-10-21
1
-15
/
+10
*
Optimize away dominated calls to functions that run only once (#4111)
Alon Zakai
2021-09-03
1
-3
/
+4
*
Dominator Tree (#4100)
Alon Zakai
2021-08-26
1
-0
/
+178
*
Ensure cfg-traversal emits blocks in reverse postorder, refactoring try. NFC ...
Alon Zakai
2021-08-24
1
-26
/
+48
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-4
/
+3
*
[Wasm GC] Implement CFGWalker support for BrOn* (#3908)
Alon Zakai
2021-05-26
1
-40
/
+17
*
[EH] Change Walker::TaskFunc back to function pointer (#3899)
Heejin Ahn
2021-05-20
1
-13
/
+15
*
Add namespace and include guard to insert_ordered.h (#3891)
Thomas Lively
2021-05-17
1
-3
/
+3
*
[NFC] Move InsertOrdered{Set,Map} into a new header (#3888)
Thomas Lively
2021-05-17
1
-113
/
+1
*
Save the exit block, if any, in CFGTraversal. NFC (#3845)
Alon Zakai
2021-04-28
1
-1
/
+17
*
[Wasm Exceptions] Fix cfg-traversal on linking the basic block after a call (...
Alon Zakai
2021-02-22
1
-2
/
+4
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-12
/
+0
*
CFG traversal for the new EH spec (#3494)
Heejin Ahn
2021-01-21
1
-42
/
+119
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-0
/
+4
*
Fix Relooper leaking Branches (#3097)
Daniel Wirtz
2020-09-08
2
-57
/
+93
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
1
-18
/
+18
*
Added headers to CMake files (#3037)
Wouter van Oortmerssen
2020-08-10
1
-0
/
+2
*
Add EH support for CFGWalker (#2597)
Heejin Ahn
2020-01-16
1
-0
/
+84
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
2
-6
/
+6
*
Skip liveness analysis if too many locals (#2560)
Alon Zakai
2020-01-06
1
-0
/
+16
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-1
/
+1
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
1
-0
/
+2
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-1
/
+1
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
Add PostAssemblyScript pass (#2407)
Daniel Wirtz
2019-11-19
1
-0
/
+1
*
Fix bug and leak in relooper merge consecutive blocks (#2159)
hobby8
2019-06-07
1
-2
/
+9
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
2
-22
/
+22
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
3
-37
/
+74
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
4
-362
/
+573
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
2
-15
/
+15
[next]