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
*
RemoveUnusedModuleElements: Do not remove unused-but-trapping segments (#6242)
Alon Zakai
2024-01-25
1
-6
/
+47
*
Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)
Heejin Ahn
2023-12-14
1
-3
/
+0
*
Partially revert #6026 (#6043)
Alon Zakai
2023-10-23
1
-0
/
+5
*
RemoveUnusedModuleElements: Make exports skip trampolines (#6026)
Alon Zakai
2023-10-19
1
-0
/
+61
*
[NFC] RemoveUnusedModuleElements: Use delegations (#5961)
Alon Zakai
2023-09-19
1
-93
/
+41
*
[NFC] Fix the use of "strict" in subtypes.h (#5804)
Thomas Lively
2023-07-06
1
-1
/
+1
*
[NFC] Track the kinds of items that names refer to in wasm-delegations-fields...
Alon Zakai
2023-05-05
1
-0
/
+1
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-22
/
+11
*
[Wasm GC] Fuzz struct.get and array.get (#5651)
Alon Zakai
2023-04-10
1
-4
/
+1
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+11
*
RemoveUnusedModuleElements: Add SIMD support for memory operations (#5632)
Alon Zakai
2023-04-05
1
-0
/
+6
*
Support multiple memories in RemoveUnusedModuleElements (#5604)
Thomas Lively
2023-04-04
1
-101
/
+130
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-2
/
+1
*
Do not treat `atomic.fence` as using a memory (#5603)
Thomas Lively
2023-03-29
1
-1
/
+0
*
[NFC] Simplify initialization in RemoveUnusedModuleElements.cpp (#5601)
Thomas Lively
2023-03-29
1
-25
/
+21
*
[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
[next]