index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
pass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove separate Table64Lowering pass (#7131)
Sam Clegg
2024-12-04
1
-2
/
+2
*
Improve fuzzing of both closed and open world styles of modules (#7090)
Alon Zakai
2024-11-19
1
-0
/
+3
*
Add nontrapping-fptoint lowering pass (#7016)
Derek Schuff
2024-11-19
1
-0
/
+4
*
Rename memory-copy-fill-lowering pass (#7082)
Derek Schuff
2024-11-16
1
-2
/
+2
*
Introduce pass to lower memory.copy and memory.fill (#7021)
Derek Schuff
2024-11-13
1
-0
/
+4
*
Adds a J2CL specific pass that moves itable entries to vtables (#6888)
Roberto Lublinerman
2024-09-06
1
-0
/
+4
*
[NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...
Alon Zakai
2024-09-03
1
-0
/
+9
*
Add a string lowering mode disallowing non-UTF-8 strings (#6861)
Thomas Lively
2024-08-21
1
-0
/
+4
*
Add a pass for minimizing recursion groups (#6832)
Thomas Lively
2024-08-17
1
-0
/
+3
*
Add a customizable title to Metrics reporting (#6792)
Alon Zakai
2024-07-30
1
-1
/
+3
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-0
/
+38
*
ConstantFieldPropagation: Add a variation that picks between 2 values using R...
Alon Zakai
2024-06-27
1
-0
/
+3
*
Add TraceCalls pass (#6619)
Marcin Kolny
2024-06-21
1
-0
/
+4
*
Run RemoveUnneededModuleElements early (#6620)
Alon Zakai
2024-05-29
1
-0
/
+6
*
Add table64 lowering pass (#6595)
Sam Clegg
2024-05-15
1
-0
/
+3
*
[EH] Rename option/pass names for new EH (exnref) (#6592)
Heejin Ahn
2024-05-15
1
-2
/
+5
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-132
/
+4
*
DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)
许鑫权
2024-04-21
1
-0
/
+4
*
[Strings] Add a string lowering pass using magic imports (#6497)
Thomas Lively
2024-04-15
1
-0
/
+4
*
Remove "minimal" JS import/export legalization (#6428)
Sam Clegg
2024-03-22
1
-4
/
+0
*
Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)
Alon Zakai
2024-02-20
1
-0
/
+3
*
Add a pass to propagate global constants to other globals (#6287)
Alon Zakai
2024-02-08
1
-0
/
+3
*
StringLowering pass (#6271)
Alon Zakai
2024-02-05
1
-0
/
+3
*
StringGathering pass (#6257)
Alon Zakai
2024-01-31
1
-0
/
+8
*
[EH] Change translator option name (#6259)
Heejin Ahn
2024-01-30
1
-2
/
+2
*
[EH] Add translator from old to new EH instructions (#6210)
Heejin Ahn
2024-01-23
1
-0
/
+3
*
Fix global effect computation with -O flags (#6211)
Alon Zakai
2024-01-09
1
-3
/
+2
*
Add J2CL optimization pass to binaryen. (#6151)
Goktug Gokdogan
2023-12-12
1
-0
/
+2
*
Add no-inline IR annotation, and passes to set it based on function name (#6146)
Alon Zakai
2023-12-06
1
-0
/
+7
*
[Outlining] Add SKIP_OUTLINING macro
Ashley Nelson
2023-11-14
1
-1
/
+1
*
[Outlining] Adds Outlining pass (#6110)
Ashley Nelson
2023-11-13
1
-0
/
+5
*
[analysis] Add an experimental TypeGeneralizing optimization (#6080)
Thomas Lively
2023-11-08
1
-0
/
+3
*
Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)
Sam Clegg
2023-11-08
1
-0
/
+3
*
Add an "unsubtyping" optimization (#5982)
Thomas Lively
2023-10-10
1
-0
/
+3
*
Automatically discard global effects in the rare passes that add effects (#5999)
Alon Zakai
2023-10-06
1
-0
/
+5
*
Add passes to finalize or unfinalize types (#5944)
Alon Zakai
2023-09-18
1
-0
/
+6
*
Add a simple tuple optimization pass (#5937)
Alon Zakai
2023-09-14
1
-0
/
+9
*
GUFA: Add a version that casts all of our inferences (#5846)
Alon Zakai
2023-07-27
1
-0
/
+3
*
Add a pass to sort functions by name (#5811)
Alon Zakai
2023-07-12
1
-0
/
+3
*
Fix opt/shrink levels when running the optimizer multiple times, Part 2 (#5787)
Alon Zakai
2023-06-27
1
-19
/
+0
*
[EH] Add pass to remove EH instructions (#5770)
Heejin Ahn
2023-06-15
1
-0
/
+1
*
Disable sign extension in SignExtLowering.cpp (#5676)
Thomas Lively
2023-04-19
1
-1
/
+2
*
[Wasm GC] Add AbstractTypeRefining pass (#5461)
Alon Zakai
2023-02-03
1
-0
/
+4
*
Avoid spurious warnings in pass skipping (#5451)
Alon Zakai
2023-01-25
1
-7
/
+11
*
Add a mechanism to skip a pass by name (#5448)
Alon Zakai
2023-01-24
1
-0
/
+25
*
Write debug info in Pass-Debug mode 3 (#5384)
Alon Zakai
2023-01-03
1
-1
/
+1
*
Remove unused types during type optimizations (#5361)
Thomas Lively
2022-12-19
1
-0
/
+4
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-6
/
+2
*
Adds bounds checks to Load/Store in Multi-Memories Lowering Pass (#5256)
Ashley Nelson
2022-12-09
1
-0
/
+5
*
[Wasm GC] Add TypeMerging pass (#5321)
Alon Zakai
2022-12-07
1
-0
/
+3
[next]