summaryrefslogtreecommitdiff
path: root/src/dataflow
Commit message (Expand)AuthorAgeFilesLines
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-152-2/+2
* Refactor doIndent (#4847)Max Graey2022-07-291-5/+1
* Modernize code to C++17 (#3104)Max Graey2021-11-224-24/+8
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-162-1/+4
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-2/+1
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-2/+1
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-3/+1
* Error out when EH is used in unsupported code (#2713)Heejin Ahn2020-03-271-0/+3
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-1/+3
* Code pushing support for br_on_exn (#2660)Heejin Ahn2020-02-191-0/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+1
* Fix loop parent computation in DataFlow.Graph (#2522)Heejin Ahn2019-12-111-0/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-053-5/+3
* Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)Sam Clegg2019-12-041-0/+2
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-222-4/+4
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-14/+14
* clang-tidy braces changes (#2075)Alon Zakai2019-05-013-20/+40
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-264-109/+147
* Massive renaming (#1855)Thomas Lively2019-01-071-3/+3
* SIMD (#1820)Thomas Lively2018-12-131-1/+1
* fix flipping in dataflow graph generation (#1732)Alon Zakai2018-11-081-8/+8
* Fix a DataFlowOpts bug (#1729)Alon Zakai2018-11-071-3/+5
* Souper integration + DataFlow optimizations (#1638)Alon Zakai2018-08-274-0/+1216