index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pass.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove closed world validation checks (#7019)
Alon Zakai
2024-10-18
1
-8
/
+0
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
1
-1
/
+1
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-3
/
+22
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-0
/
+10
*
Fix global effect computation with -O flags (#6211)
Alon Zakai
2024-01-09
1
-5
/
+6
*
Inlining: Inline trivial calls (#6143)
Alon Zakai
2023-12-05
1
-4
/
+6
*
Add an "unsubtyping" optimization (#5982)
Thomas Lively
2023-10-10
1
-1
/
+2
*
Automatically discard global effects in the rare passes that add effects (#5999)
Alon Zakai
2023-10-06
1
-0
/
+7
*
Fix opt/shrink levels when running the optimizer multiple times, Part 2 (#5787)
Alon Zakai
2023-06-27
1
-3
/
+0
*
Add a mechanism to skip a pass by name (#5448)
Alon Zakai
2023-01-24
1
-0
/
+5
*
wasm2js: Avoid emitting non-JS code during opt (#5378)
Will Cohen
2023-01-04
1
-0
/
+6
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-16
/
+17
*
Properly use pass options in nested pass runners (up to -O1) (#5351)
Alon Zakai
2022-12-15
1
-4
/
+13
*
[NFC] Add some notes to pass.h on closed world (#5345)
Alon Zakai
2022-12-14
1
-0
/
+22
*
Optimize Asyncify to not flatten/optimize unnecessarily (#5293)
Alexander Guryanov
2022-12-06
1
-2
/
+5
*
[Wasm GC] Implement closed-world flag (#5303)
Alon Zakai
2022-11-30
1
-0
/
+8
*
Add `hasArgument` helper to pass options. NFC (#5278)
Sam Clegg
2022-11-17
1
-3
/
+5
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-2
/
+2
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-27
/
+35
*
[NFC] Simplify traversal code for setting the module (#5082)
Alon Zakai
2022-09-26
1
-4
/
+1
*
Effects: Clarify trap effect meaning, and consider infinite loops to trap due...
Alon Zakai
2022-09-16
1
-0
/
+19
*
Allow optimizing with global function effects (#5040)
Alon Zakai
2022-09-16
1
-0
/
+13
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+9
*
Validator: Validate globally by default (#4906)
Alon Zakai
2022-08-16
1
-1
/
+1
*
Clarify in tools help message that -O == -Os. (#4516)
t4lz
2022-02-16
1
-3
/
+6
*
Add fixup function for nested pops in catch (#4348)
Heejin Ahn
2021-11-22
1
-2
/
+8
*
Add runOnModuleCode helper. NFC (#4234)
Alon Zakai
2021-10-11
1
-1
/
+7
*
Disable partial inlining by default and add a flag for it. (#4191)
Alon Zakai
2021-09-27
1
-0
/
+5
*
Deprecate IgnoreImplicitTraps (#4087)
Alon Zakai
2021-08-17
1
-0
/
+1
*
TrapsNeverHappen mode (#4059)
Alon Zakai
2021-08-17
1
-0
/
+30
*
Do not attempt to preserve DWARF if a previous pass removes it (#3887)
Alon Zakai
2021-05-17
1
-2
/
+14
*
Inlining: Always inline single-use functions (#3730)
Alon Zakai
2021-03-29
1
-3
/
+4
*
Poppify pass (#3541)
Thomas Lively
2021-02-09
1
-0
/
+6
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-5
/
+15
*
Remove unused Pass::prepareToRun (#3386)
Thomas Lively
2020-11-18
1
-4
/
+0
*
Inlining: Slight reordering of options (#3308)
Alon Zakai
2020-11-04
1
-5
/
+6
*
Rename unmodifiedImportedMemory => zeroFilledMemory (#3285)
Alon Zakai
2020-10-27
1
-4
/
+4
*
Add unmodifiedImportedMemory pass option (#3246)
Alon Zakai
2020-10-16
1
-0
/
+9
*
Log nested pass names in BINARYEN_PASS_DEBUG=2 (#3214)
Alon Zakai
2020-10-15
1
-3
/
+5
*
Add --fast-math mode (#3155)
Alon Zakai
2020-09-30
1
-0
/
+5
*
Improve inlining "heavyweight" (#3085)
Max Graey
2020-09-04
1
-3
/
+3
*
Add allowHeavyweight inlining option (#3032)
Max Graey
2020-08-26
1
-0
/
+3
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
1
-1
/
+0
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-3
/
+5
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-1
/
+1
*
Support --pass-arg in ToolOptions. (#2429)
Alon Zakai
2019-11-11
1
-0
/
+1
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-8
/
+19
*
Allows multiple arguments to be passed to PassRunner::add<T>() (#2208)
Ryoga
2019-07-09
1
-3
/
+3
*
Bysyncify: async transform for wasm (#2172)
Alon Zakai
2019-06-15
1
-0
/
+7
*
Inlining: exposed inlining thresholds as command-line parameters. (#2125)
Wouter van Oortmerssen
2019-05-23
1
-0
/
+25
[next]