summaryrefslogtreecommitdiff
path: root/src/cfg/Relooper.h
Commit message (Expand)AuthorAgeFilesLines
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-4/+4
* Add namespace and include guard to insert_ordered.h (#3891)Thomas Lively2021-05-171-3/+3
* [NFC] Move InsertOrdered{Set,Map} into a new header (#3888)Thomas Lively2021-05-171-113/+1
* Fix Relooper leaking Branches (#3097)Daniel Wirtz2020-09-081-10/+31
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-4/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-83/+109
* Code style improvements (#1868)Alon Zakai2019-01-151-12/+12
* Use `= default` rather than {} for empty destructors (#1794)Sam Clegg2018-12-031-1/+1
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-4/+28
* Modernize relooper code (#1738)Alon Zakai2018-11-131-16/+18
* Minor code cleanups (#1617)Alon Zakai2018-07-101-0/+4
* fix re-reloop fuzz bug, we need to ensure a terminator in all relooper blocks...Alon Zakai2017-10-111-0/+2
* avoid label variable usage in relooper for forward branches, just use a stack...Alon Zakai2016-07-201-20/+30
* remove some old code in relooperAlon Zakai2016-07-181-24/+2
* Relooper switch support (#617)Alon Zakai2016-07-021-13/+19
* use separate internal opcodes for binary variantsAlon Zakai2016-05-181-1/+1
* Fix VS warning in Relooper.h (#467)BSalita2016-05-111-1/+1
* Import emscripten's relooper, port it to the binaryen AST, and provide a C AP...Alon Zakai2016-05-051-0/+365