summaryrefslogtreecommitdiff
path: root/src/dataflow/graph.h
Commit message (Expand)AuthorAgeFilesLines
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+2
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-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
* Fix loop parent computation in DataFlow.Graph (#2522)Heejin Ahn2019-12-111-0/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-2/+2
* 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-221-3/+3
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-14/+14
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-15/+30
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-56/+79
* 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-271-0/+755