index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
ReReloop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-2
/
+2
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-4
/
+4
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+3
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-2
/
+2
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-0
/
+1
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-2
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-4
/
+0
*
[ReReloop] Pass module when calling ReFinalize (#3382)
Alon Zakai
2020-11-17
1
-1
/
+1
*
Fix Relooper leaking Branches (#3097)
Daniel Wirtz
2020-09-08
1
-4
/
+2
*
Error out when EH is used in unsupported code (#2713)
Heejin Ahn
2020-03-27
1
-0
/
+3
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-2
/
+2
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-2
/
+3
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-2
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-1
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-51
/
+45
*
Verify flat IR where it is expected, and give a nice error (#2009)
Alon Zakai
2019-04-16
1
-0
/
+3
*
Relooper CFG optimizations (#1759)
Alon Zakai
2018-11-21
1
-6
/
+7
*
runFunction => runOnFunction (we run on the function, not run the function) (...
Alon Zakai
2018-01-10
1
-1
/
+1
*
Rereloop fuzz fix (#1259)
Alon Zakai
2017-11-09
1
-0
/
+12
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
fix re-reloop fuzz bug, we need to ensure a terminator in all relooper blocks...
Alon Zakai
2017-10-11
1
-0
/
+31
*
Flattening rewrite (#1201)
Alon Zakai
2017-10-03
1
-1
/
+1
*
Make several derived classes final (#1180)
Derek Schuff
2017-09-12
1
-6
/
+5
*
relooper improvements
Alon Zakai (kripken)
2017-05-20
1
-0
/
+3
*
Re-reloop pass (#1009)
Alon Zakai
2017-05-16
1
-0
/
+325