index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cfg
/
Relooper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-1
/
+1
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-3
/
+3
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-49
/
+31
*
Fix Relooper leaking Branches (#3097)
Daniel Wirtz
2020-09-08
1
-47
/
+62
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
1
-18
/
+18
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-5
/
+5
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
1
-0
/
+2
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-1
/
+1
*
Fix bug and leak in relooper merge consecutive blocks (#2159)
hobby8
2019-06-07
1
-2
/
+9
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-22
/
+44
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-204
/
+340
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-3
/
+3
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-1
/
+1
*
Relooper: Merge consecutive blocks (#1770)
Alon Zakai
2018-11-26
1
-0
/
+40
*
Relooper CFG optimizations (#1759)
Alon Zakai
2018-11-21
1
-10
/
+471
*
Modernize relooper code (#1738)
Alon Zakai
2018-11-13
1
-161
/
+158
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
relooper improvements
Alon Zakai (kripken)
2017-05-20
1
-1
/
+6
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-0
/
+22
*
Re-reloop pass (#1009)
Alon Zakai
2017-05-16
1
-0
/
+1
*
finalize interim ifs in relooper, and other if handling issues (#940)
Alon Zakai
2017-03-13
1
-0
/
+3
*
Fix emitting of unreachable block/if/loop (#911)
Alon Zakai
2017-02-16
1
-0
/
+1
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-1
/
+5
*
loops no longer have an out label and other upstream loop updates
Alon Zakai
2016-09-07
1
-1
/
+1
*
Replace std::unique<T>(new T()) with make_unique<T>().
Logan Chien
2016-08-26
1
-1
/
+1
*
avoid label variable usage in relooper for forward branches, just use a stack...
Alon Zakai
2016-07-20
1
-34
/
+91
*
refactor calling of MakeMultiple in relooper
Alon Zakai
2016-07-18
1
-5
/
+4
*
remove an unneeded param in the relooper
Alon Zakai
2016-07-18
1
-4
/
+5
*
remove some old code in relooper
Alon Zakai
2016-07-18
1
-28
/
+3
*
fix relooper leak
Alon Zakai
2016-07-12
1
-0
/
+3
*
Relooper switch support (#617)
Alon Zakai
2016-07-02
1
-65
/
+134
*
finalize blocks properly in relooper (#600)
Alon Zakai
2016-06-24
1
-1
/
+7
*
use separate internal opcodes for binary variants
Alon Zakai
2016-05-18
1
-1
/
+1
*
use separate internal opcodes for unary variants
Alon Zakai
2016-05-18
1
-1
/
+1
*
Change NULL to nullptr. Quiet Visual C++ 2015 optimizer errors by using "!!"....
BSalita
2016-05-11
1
-6
/
+6
*
Import emscripten's relooper, port it to the binaryen AST, and provide a C AP...
Alon Zakai
2016-05-05
1
-0
/
+881