index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
OptimizeAddedConstants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Add isSSA to LazyLocalGraph, and use it in OptimizeAddedConstants (#6952)
Alon Zakai
2024-09-18
1
-7
/
+5
*
[NFC] Avoid collecting unnecessary parents in OptimizeAddedConstants (#6953)
Alon Zakai
2024-09-18
1
-2
/
+24
*
[NFC] OptimizeAddedConstants: Early exit if there are no memories (#6926)
Alon Zakai
2024-09-10
1
-0
/
+5
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
1
-1
/
+1
*
[NFC] Convert LocalGraph influences accesses to function calls (#6899)
Alon Zakai
2024-09-04
1
-1
/
+1
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-1
/
+1
*
OptimizeAddedConstants: Replace an assert with a proper error (#6375)
Alon Zakai
2024-03-04
1
-2
/
+5
*
End the current basic block on a Call (#5823)
Alon Zakai
2023-07-26
1
-1
/
+1
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-1
/
+1
*
Update comment in OptimizeAddedConstants.cpp (#5283)
Alon Zakai
2022-11-29
1
-2
/
+2
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
Add wasm64 support in OptimizeAddedConstants (#5043)
Axis
2022-09-21
1
-9
/
+24
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+3
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-2
/
+1
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-2
/
+1
*
Allow only computing necessary influences in LocalGraph. NFC (#3861)
Alon Zakai
2021-05-05
1
-1
/
+1
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-1
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-3
/
+3
*
[NFC] Clean up unnecessary `template`s in calls 🧹🧹🧹 (#2394)
Thomas Lively
2020-01-07
1
-4
/
+4
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-15
/
+15
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-51
/
+63
*
Optimize added constants with propagation only if we see we will remove all u...
Alon Zakai
2019-03-06
1
-8
/
+68
*
Run multiple iterations in OptimizeAddedConstants
Alon Zakai
2019-03-06
1
-13
/
+33
*
Propagate a load/store offset even if locals are not in ssa form
Alon Zakai
2019-03-06
1
-11
/
+89
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-0
/
+239