index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
RedundantSetElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CFGWalker: Allow users to ignore branches outside the function [NFC] (#5838)
Alon Zakai
2023-07-26
1
-0
/
+4
*
[Wasm GC] RSE: Switch local.get to use a more refined type when possible (#5216)
Alon Zakai
2022-11-04
1
-28
/
+92
*
RedundantSetElimination: Look at fallthrough values (#5213)
Alon Zakai
2022-11-03
1
-2
/
+6
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
RedundantSetElimination: ReFinalize when needed (#4877)
Alon Zakai
2022-08-09
1
-0
/
+21
*
Use LiteralUtils::canMakeZero before calling makeZero (#4568)
Alon Zakai
2022-04-01
1
-2
/
+2
*
[NFC] Move value numbering code to a header (#4345)
Alon Zakai
2021-11-19
1
-48
/
+33
*
[Wasm GC] Add a isNonNullable() convenience method. NFC (#3978)
Alon Zakai
2021-07-12
1
-1
/
+1
*
[Wasm GC] Fix RSE on non-nullable locals (#3943)
Alon Zakai
2021-06-18
1
-2
/
+7
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-1
/
+1
*
Avoid wasted work when there are no locals (#3060)
Max Graey
2020-08-24
1
-0
/
+3
*
Update RedundantSetElimination to work with tuples (#2688)
Thomas Lively
2020-03-11
1
-2
/
+3
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-6
/
+8
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-6
/
+6
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-2
/
+4
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-15
/
+28
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-2
/
+2
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-2
/
+1
*
Loop Invariant Code Motion (#1658)
Alon Zakai
2018-09-04
1
-0
/
+4
*
Redundant Set Elimination pass (#1344)
Alon Zakai
2018-01-05
1
-0
/
+374