index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
DeadArgumentElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Avoid repeated work in DeadArgumentElimination scanning (#6869)
Alon Zakai
2024-09-03
1
-55
/
+128
*
[NFC] Optimize ParamUtils::getUsedParams() (#6866)
Alon Zakai
2024-08-26
1
-1
/
+1
*
Monomorphize dropped functions (#6734)
Alon Zakai
2024-07-12
1
-17
/
+2
*
DeadArgumentElimination/SignaturePruning: Prune params even if called with ef...
Alon Zakai
2024-03-18
1
-2
/
+25
*
[DeadArgumentElimination] Optimize function body after parameter refinement (...
Jérôme Vouillon
2023-07-06
1
-7
/
+11
*
Fix DeadArgumentElimination return value opts on nesting+recursion (#5701)
Alon Zakai
2023-05-04
1
-13
/
+16
*
Do not special case ref.null in `LUBFinder` (#5307)
Thomas Lively
2022-12-01
1
-11
/
+5
*
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
-8
/
+10
*
Revert "Reduce iterations required for DeadArgumentElimination convergence (#...
arsnyder16
2022-05-05
1
-16
/
+44
*
Reduce iterations required for DeadArgumentElimination convergence (#4629)
arsnyder16
2022-05-04
1
-44
/
+16
*
[NFC] Move and generalize constant-parameter code from DeadArgumentEliminatio...
Alon Zakai
2022-03-25
1
-34
/
+6
*
[NFC] Move and generalize parameter-removing logic from DeadArgumentEliminati...
Alon Zakai
2022-03-23
1
-101
/
+10
*
[NFC] Refactor DeadArgumentElimination code to use LocalGraph (#4542)
Alon Zakai
2022-03-22
1
-87
/
+24
*
DeadArgumentElimination: Remove removable effects (#4514)
Alon Zakai
2022-02-10
1
-3
/
+4
*
Fix a DeadArgumentElimination determinism bug (#4386)
Alon Zakai
2021-12-13
1
-1
/
+1
*
[NFC] Refactor result type LUB computation into a helper function (#4379)
Alon Zakai
2021-12-09
1
-82
/
+10
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-16
/
+7
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-1
/
+2
*
[Wasm GC] Update nulls to allow finding better LUBs (#4340)
Alon Zakai
2021-11-18
1
-14
/
+33
*
[NFC] Refactor param updating code to a shared location (#4325)
Alon Zakai
2021-11-12
1
-90
/
+2
*
DeadArgumentElimination argument subtyping: Add fixups if the param is used (...
Alon Zakai
2021-11-11
1
-15
/
+81
*
[Wasm GC] LUBFinder helper. NFC (#4298)
Alon Zakai
2021-11-01
1
-13
/
+12
*
Add a Module parameter to EffectAnalyzer. NFC (#4115)
Alon Zakai
2021-08-31
1
-1
/
+1
*
[Wasm GC] Handle call_ref in DeadArgument return refinement (#4038)
Alon Zakai
2021-07-29
1
-0
/
+12
*
[Wasm GC] Refine return types of tail calling functions in DeadArgumentElimin...
Alon Zakai
2021-07-28
1
-2
/
+18
*
[Wasm GC] Allow tail call subtyping in DeadArgumentElimination (#4035)
Alon Zakai
2021-07-28
1
-8
/
+2
*
[Wasm GC] DeadArgumentElimination: Update tees after refining param types (#4...
Alon Zakai
2021-07-28
1
-2
/
+13
*
[Wasm GC] DeadArgumentElimination: Do not refine return types of tail callees...
Alon Zakai
2021-07-27
1
-3
/
+9
*
[Wasm GC] Refine return types (#4020)
Alon Zakai
2021-07-26
1
-1
/
+83
*
[Wasm GC] Refine function parameter types (#4014)
Alon Zakai
2021-07-23
1
-8
/
+84
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-4
/
+5
*
[Wasm GC] Skip DeadArgumentElimination of an RTT parameter (#3834)
Alon Zakai
2021-04-21
1
-2
/
+8
*
[Wasm GC] Do not inline a function with an RTT parameter (#3808)
Alon Zakai
2021-04-14
1
-1
/
+1
*
Fix DeadArgumentElimination pass on non-nullable locals (#3751)
Alon Zakai
2021-03-30
1
-0
/
+2
*
Scan module-level code in necessary places (#3744)
Alon Zakai
2021-03-29
1
-4
/
+3
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-5
/
+3
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-5
/
+3
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-3
/
+5
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-0
/
+4
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+6
*
[DeadArgumentElimination] Don't DAE a ref.func-ed class (#3380)
Alon Zakai
2020-11-18
1
-7
/
+34
*
Harden exnref literals (#3092)
Daniel Wirtz
2020-09-02
1
-2
/
+2
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
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
-6
/
+6
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-8
/
+6
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-1
/
+1
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-15
/
+39
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-6
/
+1
[next]