summaryrefslogtreecommitdiff
path: root/src/cfg/Relooper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-1/+1
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-3/+3
* Modernize code to C++17 (#3104)Max Graey2021-11-221-49/+31
* Fix Relooper leaking Branches (#3097)Daniel Wirtz2020-09-081-47/+62
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-18/+18
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-5/+5
* 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
* Fix bug and leak in relooper merge consecutive blocks (#2159)hobby82019-06-071-2/+9
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-22/+44
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-204/+340
* Code style improvements (#1868)Alon Zakai2019-01-151-3/+3
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-1/+1
* Relooper: Merge consecutive blocks (#1770)Alon Zakai2018-11-261-0/+40
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-10/+471
* Modernize relooper code (#1738)Alon Zakai2018-11-131-161/+158
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* relooper improvementsAlon Zakai (kripken)2017-05-201-1/+6
* Validate finalization (#1014)Alon Zakai2017-05-181-0/+22
* Re-reloop pass (#1009)Alon Zakai2017-05-161-0/+1
* finalize interim ifs in relooper, and other if handling issues (#940)Alon Zakai2017-03-131-0/+3
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-0/+1
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-1/+5
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-1/+1
* Replace std::unique<T>(new T()) with make_unique<T>().Logan Chien2016-08-261-1/+1
* avoid label variable usage in relooper for forward branches, just use a stack...Alon Zakai2016-07-201-34/+91
* refactor calling of MakeMultiple in relooperAlon Zakai2016-07-181-5/+4
* remove an unneeded param in the relooperAlon Zakai2016-07-181-4/+5
* remove some old code in relooperAlon Zakai2016-07-181-28/+3
* fix relooper leakAlon Zakai2016-07-121-0/+3
* Relooper switch support (#617)Alon Zakai2016-07-021-65/+134
* finalize blocks properly in relooper (#600)Alon Zakai2016-06-241-1/+7
* use separate internal opcodes for binary variantsAlon Zakai2016-05-181-1/+1
* use separate internal opcodes for unary variantsAlon Zakai2016-05-181-1/+1
* Change NULL to nullptr. Quiet Visual C++ 2015 optimizer errors by using "!!"....BSalita2016-05-111-6/+6
* Import emscripten's relooper, port it to the binaryen AST, and provide a C AP...Alon Zakai2016-05-051-0/+881