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
*
Enable LocalCSE by default (#4089)
Alon Zakai
2021-08-19
1
-0
/
+3
*
LocalCSE rewrite (#4079)
Alon Zakai
2021-08-17
1
-0
/
+6
*
[Wasm GC] Constant Field Propagation (#4052)
Alon Zakai
2021-08-05
1
-0
/
+7
*
[JS] Add a new OptimizeForJS pass (#4033)
Max Graey
2021-08-02
1
-0
/
+3
*
[Wasm GC] Local-Subtyping pass (#3765)
Alon Zakai
2021-07-23
1
-0
/
+9
*
Add a extract-function-index pass
Thomas Lively
2021-06-17
1
-0
/
+3
*
Do not attempt to preserve DWARF if a previous pass removes it (#3887)
Alon Zakai
2021-05-17
1
-3
/
+27
*
Support --symbolmap and --symbolmap=FOO in wasm-opt (#3885)
Alon Zakai
2021-05-14
1
-0
/
+9
*
Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)
Alon Zakai
2021-05-12
1
-0
/
+5
*
SetGlobals pass (#3750)
Alon Zakai
2021-03-30
1
-0
/
+3
*
[Wasm GC] Add a Name-Types pass (#3735)
Alon Zakai
2021-03-25
1
-0
/
+1
*
Remove PostAssemblyScript passes (#3643)
Daniel Wirtz
2021-03-03
1
-11
/
+6
*
Poppify pass (#3541)
Thomas Lively
2021-02-09
1
-0
/
+2
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-88
/
+77
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-3
/
+3
*
Remove unused Pass::prepareToRun (#3386)
Thomas Lively
2020-11-18
1
-1
/
+0
*
Remove support for emscripten legacy PIC ABI (#3299)
Sam Clegg
2020-10-29
1
-6
/
+0
*
Rewrite DCE pass (#3274)
Alon Zakai
2020-10-26
1
-0
/
+1
*
Remove old/non-working SpillPointers pass (#3261)
Sam Clegg
2020-10-20
1
-3
/
+0
*
Remove now-redundant stack pointer manipulation passes (#3251)
Sam Clegg
2020-10-18
1
-4
/
+0
*
Log nested pass names in BINARYEN_PASS_DEBUG=2 (#3214)
Alon Zakai
2020-10-15
1
-9
/
+15
*
Added Initial Memory64Lowering pass (#3230)
Wouter van Oortmerssen
2020-10-13
1
-0
/
+4
*
Remove RelooperJumpThreading pass, which was just for fastcomp (#3199)
Alon Zakai
2020-10-08
1
-3
/
+0
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-10
/
+8
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
1
-0
/
+5
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
1
-1
/
+1
*
Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)
Alon Zakai
2020-08-05
1
-0
/
+3
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
1
-0
/
+3
*
New Dealign pass: reduce load/store alignment to 1 (#3010)
Alon Zakai
2020-07-31
1
-0
/
+3
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
1
-0
/
+3
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
1
-0
/
+6
*
Move ReplaceStackPoint into a pass (#2984)
Sam Clegg
2020-07-24
1
-0
/
+4
*
DeNaN pass (#2877)
Alon Zakai
2020-05-27
1
-0
/
+3
*
Remove redundant vacume pass. Followup on #2741 (#2747)
Sam Clegg
2020-04-10
1
-1
/
+0
*
Remove writes to globals that are never written to (#2741)
Sam Clegg
2020-04-09
1
-0
/
+1
*
DWARF: Disable optimization passes not fully compatible with DWARF yet (#2640)
Alon Zakai
2020-02-06
1
-11
/
+42
*
Optionally minify imported module names (#2620)
Alon Zakai
2020-01-27
1
-0
/
+4
*
Optimize passive segments in memory-packing (#2426)
Thomas Lively
2020-01-15
1
-1
/
+1
*
DWARF debug line updating (#2545)
Alon Zakai
2019-12-20
1
-2
/
+0
*
DWARF parsing and writing support using LLVM (#2520)
Alon Zakai
2019-12-19
1
-0
/
+5
*
Write wasm/wast files with BINARYEN_PASS_DEBUG=3 (#2527)
Heejin Ahn
2019-12-13
1
-3
/
+3
*
Add a RoundTrip pass (#2516)
Alon Zakai
2019-12-09
1
-0
/
+3
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
1
-1
/
+1
*
Add a pass to inline __original_main() into main() (#2461)
Alon Zakai
2019-11-21
1
-0
/
+2
*
Add a --strip-dwarf pass (#2454)
Alon Zakai
2019-11-19
1
-0
/
+1
*
Add PostAssemblyScript pass (#2407)
Daniel Wirtz
2019-11-19
1
-0
/
+6
*
Add ModAsyncify* passes (#2404)
Alon Zakai
2019-10-23
1
-0
/
+7
*
SimplifyGlobals: Apply known constant values in linear traces (#2340)
Alon Zakai
2019-09-13
1
-1
/
+9
*
Duplicate Import Elimination (#2292)
Alon Zakai
2019-08-09
1
-0
/
+4
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-19
/
+14
[next]