index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
RemoveUnusedModuleElements.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Wasm GC] Fix RemoveUnusedModuleEffects struct field reads with call.without....
Alon Zakai
2023-02-02
1
-5
/
+31
*
Fix racing merge breakage (#5472)
Alon Zakai
2023-02-01
1
-3
/
+1
*
RemoveUnusedModuleElements: Support function subtyping (#5470)
Alon Zakai
2023-02-01
1
-18
/
+32
*
RemoveUnusedModuleElements: Optimize unread struct.new fields (#5445)
Alon Zakai
2023-02-01
1
-3
/
+161
*
RemoveUnusedModuleElements: Handle changes to tables (#5469)
Alon Zakai
2023-01-31
1
-0
/
+5
*
[NFC] Refactor RemoveUsedModuleElements to clarify references and uses (#5444)
Alon Zakai
2023-01-31
1
-196
/
+309
*
[NFC] Work a little more efficiently in RemoveUnusedModuleElements (#5429)
Alon Zakai
2023-01-13
1
-22
/
+33
*
[Wasm GC] Implement closed-world flag (#5303)
Alon Zakai
2022-11-30
1
-7
/
+24
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
Fix arithmetic in interpretation of ArrayNewSeg (#5251)
Thomas Lively
2022-11-14
1
-2
/
+1
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-1
/
+18
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-1
/
+1
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+1
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+4
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-7
/
+5
*
[GUFA] Handle GUFA + Intrinsics (#4839)
Alon Zakai
2022-08-01
1
-1
/
+3
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-5
/
+5
*
Handle call.without.effects in RemoveUnusedModuleElements (#4624)
Alon Zakai
2022-05-02
1
-5
/
+39
*
RemoveUnusedModuleElements: Track CallRef/RefFunc more precisely (#4621)
Alon Zakai
2022-04-28
1
-3
/
+91
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-8
/
+8
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+1
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+1
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-9
/
+10
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-9
/
+9
*
RemoveUnusedModuleElements: The start function may be imported (#3884)
Alon Zakai
2021-05-13
1
-1
/
+1
*
ExtractFunction: Do not always remove the memory and table (#3877)
Alon Zakai
2021-05-11
1
-0
/
+4
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-5
/
+4
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-25
/
+42
*
[Wasm Exceptions] Scan catch events in RemoveUnusedModuleElements (#3582)
Alon Zakai
2021-02-18
1
-23
/
+16
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-27
/
+40
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-6
/
+0
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+0
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-5
/
+2
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+6
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-56
/
+0
*
Refactor removing module elements (#2489)
Heejin Ahn
2019-12-02
1
-42
/
+14
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-3
/
+0
*
Don't remove events used in instructions (#2412)
Heejin Ahn
2019-11-01
1
-0
/
+12
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+1
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-7
/
+26
*
Simplify function lists in RemoveUnusedModuleElements (NFC) (#2147)
Heejin Ahn
2019-05-28
1
-9
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-3
/
+3
*
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
-60
/
+53
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-0
/
+13
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-1
/
+3
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-1
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-50
/
+23
*
improve remove-unused-module-elements (#1532)
Alon Zakai
2018-05-04
1
-13
/
+49
[next]