summaryrefslogtreecommitdiff
path: root/src/passes/ReReloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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