summaryrefslogtreecommitdiff
path: root/src/cfg
Commit message (Expand)AuthorAgeFilesLines
* Fix CFGWalker issue in single-threaded mode (#6573)许鑫权2024-05-091-0/+2
* [EH] Support CFGWalker for new EH spec (#6235)Heejin Ahn2024-01-251-29/+71
* Rename stack variables in CFGWalker (NFC) (#6232)Heejin Ahn2024-01-221-26/+28
* Update CFGWalker to generate consolidated exit blocks (#6079)Thomas Lively2023-11-061-21/+74
* CFGWalker: Allow users to ignore branches outside the function [NFC] (#5838)Alon Zakai2023-07-261-7/+26
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-6/+12
* [NFC] Avoid using ControlFlowWalker in CFGWalker (#5827)Alon Zakai2023-07-201-10/+9
* [Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)Alon Zakai2023-04-041-1/+10
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-1/+1
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-2/+1
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-153-8/+8
* Fix more no-assertions warnings (#4765)Alon Zakai2022-06-301-0/+1
* [Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)Alon Zakai2022-05-251-1/+2
* Lift the restriction in liveness-traversal.h that supported max 65535 locals ...juj2022-04-281-26/+15
* [Wasm GC] Fix unreachable local.gets of non-nullable locals in CoalesceLocals...Alon Zakai2022-04-051-1/+21
* Modernize code to C++17 (#3104)Max Graey2021-11-222-51/+33
* [EH] Support try-delegate in CFGWalker (#4269)Heejin Ahn2021-10-211-1/+23
* [EH] Make doEndThrowingInst simpler (NFC) (#4267)Heejin Ahn2021-10-211-15/+10
* Optimize away dominated calls to functions that run only once (#4111)Alon Zakai2021-09-031-3/+4
* Dominator Tree (#4100)Alon Zakai2021-08-261-0/+178
* Ensure cfg-traversal emits blocks in reverse postorder, refactoring try. NFC ...Alon Zakai2021-08-241-26/+48
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-4/+3
* [Wasm GC] Implement CFGWalker support for BrOn* (#3908)Alon Zakai2021-05-261-40/+17
* [EH] Change Walker::TaskFunc back to function pointer (#3899)Heejin Ahn2021-05-201-13/+15
* Add namespace and include guard to insert_ordered.h (#3891)Thomas Lively2021-05-171-3/+3
* [NFC] Move InsertOrdered{Set,Map} into a new header (#3888)Thomas Lively2021-05-171-113/+1
* Save the exit block, if any, in CFGTraversal. NFC (#3845)Alon Zakai2021-04-281-1/+17
* [Wasm Exceptions] Fix cfg-traversal on linking the basic block after a call (...Alon Zakai2021-02-221-2/+4
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-12/+0
* CFG traversal for the new EH spec (#3494)Heejin Ahn2021-01-211-42/+119
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-0/+4
* Fix Relooper leaking Branches (#3097)Daniel Wirtz2020-09-082-57/+93
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-18/+18
* Added headers to CMake files (#3037)Wouter van Oortmerssen2020-08-101-0/+2
* Add EH support for CFGWalker (#2597)Heejin Ahn2020-01-161-0/+84
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-072-6/+6
* Skip liveness analysis if too many locals (#2560)Alon Zakai2020-01-061-0/+16
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)Sam Clegg2019-12-041-0/+2
* Remove 'none' type as a branch target in ReFinalize (#2492)Alon Zakai2019-12-041-1/+1
* cmake: Convert to using lowercase for and functions/macros (#2495)Sam Clegg2019-12-041-2/+2
* Collect all object files from the object libraries in a CMake variable (#2477)Immanuel Haffner2019-11-261-1/+1
* Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...Alon Zakai2019-11-251-1/+1
* Build libbinaryen as a monolithic statically/shared library (#2463)Immanuel Haffner2019-11-221-1/+1
* Add PostAssemblyScript pass (#2407)Daniel Wirtz2019-11-191-0/+1
* Fix bug and leak in relooper merge consecutive blocks (#2159)hobby82019-06-071-2/+9
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-212-22/+22
* clang-tidy braces changes (#2075)Alon Zakai2019-05-013-37/+74
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-264-362/+573
* Code style improvements (#1868)Alon Zakai2019-01-152-15/+15