index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Directize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm64] Fix Directize on indexes > 32 bits (#7063)
Alon Zakai
2024-11-07
1
-1
/
+1
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+3
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-1
/
+1
*
Fix generate-dyncalls and directize passed under table64 (#6604)
Sam Clegg
2024-05-18
1
-1
/
+1
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+3
*
Handle table.fill in Directize (#5974)
Alon Zakai
2023-09-26
1
-3
/
+15
*
[NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)
Alon Zakai
2023-08-02
1
-0
/
+1
*
Extend drop.h and use it in Directize (#5713)
Alon Zakai
2023-05-10
1
-17
/
+11
*
Add `hasArgument` helper to pass options. NFC (#5278)
Sam Clegg
2022-11-17
1
-2
/
+1
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-4
/
+6
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-2
/
+0
*
[Directize] Add a flag to consider initial table contents immutable (#4942)
Alon Zakai
2022-08-19
1
-66
/
+121
*
[NFC] Skip Directize pass if there are no tables (#4875)
Alon Zakai
2022-08-04
1
-0
/
+4
*
OptimizeInstructions: Turn call_ref of a select into an if over two direct ca...
Alon Zakai
2022-05-27
1
-67
/
+48
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-2
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-1
/
+1
*
Directize: Fix handling of non-nullable locals and unreachability (#4330)
Alon Zakai
2021-11-15
1
-7
/
+12
*
Remove forgotten call_ref-related logic in Directize. NFC (#4233)
Alon Zakai
2021-10-11
1
-4
/
+2
*
Directize: Do not optimize if a table has a table.set (#4218)
Alon Zakai
2021-10-07
1
-13
/
+44
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+1
*
Optimize call_indirect of a select of two constants (#4208)
Alon Zakai
2021-10-04
1
-29
/
+100
*
Improve optimization of call_ref into direct calls (#4068)
Alon Zakai
2021-08-10
1
-9
/
+0
*
Avoid an unnecessary copy in Directize (#4048)
Alon Zakai
2021-08-03
1
-1
/
+1
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-1
/
+1
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-1
/
+1
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-24
/
+32
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-11
/
+33
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+0
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-3
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-2
/
+1
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-1
/
+2
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-6
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-4
/
+8
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-23
/
+17
*
Use a single table in wasm2js (#2005)
Alon Zakai
2019-04-15
1
-26
/
+2
*
Directize: if we change a type to unreachable, we need to propagate that out ...
Alon Zakai
2019-04-09
1
-0
/
+10
*
Directize: arguments may have had side effects, don't just remove them when o...
Alon Zakai
2019-04-08
1
-5
/
+14
*
works
Alon Zakai (kripken)
2019-03-31
1
-14
/
+16
*
wip [ci skip]
Alon Zakai (kripken)
2019-03-31
1
-0
/
+130