summaryrefslogtreecommitdiff
path: root/src/passes/ReReloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-2/+2
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-4/+4
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+3
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-2/+2
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-0/+1
* 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-4/+0
* [ReReloop] Pass module when calling ReFinalize (#3382)Alon Zakai2020-11-171-1/+1
* Fix Relooper leaking Branches (#3097)Daniel Wirtz2020-09-081-4/+2
* Error out when EH is used in unsupported code (#2713)Heejin Ahn2020-03-271-0/+3
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-2/+2
* Remove FunctionType (#2510)Thomas Lively2019-12-111-2/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-2/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-51/+45
* Verify flat IR where it is expected, and give a nice error (#2009)Alon Zakai2019-04-161-0/+3
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-6/+7
* runFunction => runOnFunction (we run on the function, not run the function) (...Alon Zakai2018-01-101-1/+1
* Rereloop fuzz fix (#1259)Alon Zakai2017-11-091-0/+12
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* fix re-reloop fuzz bug, we need to ensure a terminator in all relooper blocks...Alon Zakai2017-10-111-0/+31
* Flattening rewrite (#1201)Alon Zakai2017-10-031-1/+1
* Make several derived classes final (#1180)Derek Schuff2017-09-121-6/+5
* relooper improvementsAlon Zakai (kripken)2017-05-201-0/+3
* Re-reloop pass (#1009)Alon Zakai2017-05-161-0/+325