index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
optimization-options.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix opt/shrink levels when running the optimizer multiple times, Part 2 (#5787)
Alon Zakai
2023-06-27
1
-19
/
+39
*
Add a mechanism to skip a pass by name (#5448)
Alon Zakai
2023-01-24
1
-0
/
+8
*
Move closed world flag to tool options (#5428)
Alon Zakai
2023-01-13
1
-12
/
+0
*
Fix opt/shrink levels when running the optimizer multiple times (#5333)
Alon Zakai
2022-12-14
1
-11
/
+54
*
[Wasm GC] Implement closed-world flag (#5303)
Alon Zakai
2022-11-30
1
-2
/
+2
*
Add a placeholder closed-world flag (#5298)
Alon Zakai
2022-11-29
1
-0
/
+12
*
Clarify in tools help message that -O == -Os. (#4516)
t4lz
2022-02-16
1
-11
/
+18
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+26
*
Add fixup function for nested pops in catch (#4348)
Heejin Ahn
2021-11-22
1
-22
/
+23
*
Disable partial inlining by default and add a flag for it. (#4191)
Alon Zakai
2021-09-27
1
-0
/
+10
*
TrapsNeverHappen mode (#4059)
Alon Zakai
2021-08-17
1
-0
/
+8
*
Add pass argument sugar to commandline (#3882)
Alon Zakai
2021-05-13
1
-6
/
+22
*
Inlining: Always inline single-use functions (#3730)
Alon Zakai
2021-03-29
1
-5
/
+4
*
Rename unmodifiedImportedMemory => zeroFilledMemory (#3285)
Alon Zakai
2020-10-27
1
-3
/
+3
*
Add unmodifiedImportedMemory pass option (#3246)
Alon Zakai
2020-10-16
1
-1
/
+8
*
Add --fast-math mode (#3155)
Alon Zakai
2020-09-30
1
-1
/
+7
*
Improve inlining "heavyweight" (#3085)
Max Graey
2020-09-04
1
-4
/
+4
*
Add allowHeavyweight inlining option (#3032)
Max Graey
2020-08-26
1
-0
/
+7
*
Support --pass-arg in ToolOptions. (#2429)
Alon Zakai
2019-11-11
1
-17
/
+0
*
Bysyncify: add ignore-imports and ignore-indirect options (#2178)
Alon Zakai
2019-06-21
1
-3
/
+6
*
Refactor -g param parsing (#2167)
Alon Zakai
2019-06-07
1
-0
/
+7
*
Inlining: exposed inlining thresholds as command-line parameters. (#2125)
Wouter van Oortmerssen
2019-05-23
1
-0
/
+35
*
Don't use colons in filenames (#2134)
Derek Schuff
2019-05-21
1
-3
/
+3
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-1
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-95
/
+135
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-1
/
+0
*
Add a mechanism to pass arguments to passes (#1941)
Alon Zakai
2019-04-03
1
-0
/
+11
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-0
/
+5
*
Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)
Alon Zakai
2019-01-23
1
-8
/
+3
*
Feature options (#1797)
Thomas Lively
2018-12-03
1
-6
/
+4
*
-O4: When -O3 isn't enough (#1596)
Alon Zakai
2018-06-08
1
-3
/
+10
*
add a --no-validation option to the commandline tools. disabling validation m...
Alon Zakai
2018-04-09
1
-0
/
+5
*
'std::string &' => 'std::string& ' (#1403)
Alon Zakai
2018-02-05
1
-1
/
+1
*
Refactor optimization defaults (#1366)
Alon Zakai
2018-01-17
1
-3
/
+1
*
Add optimize, shrink level and debug info options to C/JS (#1357)
Daniel Wirtz
2018-01-17
1
-2
/
+5
*
Add Features enum to IR (#1250)
Derek Schuff
2017-10-27
1
-1
/
+2
*
Avoid returning a PassRunner just for OptimizationOptions (#1234)
Alon Zakai
2017-10-20
1
-2
/
+2
*
Refactor optimization opts (#1023)
Alon Zakai
2017-05-24
1
-63
/
+112
*
Fixes compilation error on clang (#925)
Kazuki Oikawa
2017-02-27
1
-1
/
+1
*
Improve handling of implicit traps (#898)
Alon Zakai
2017-02-06
1
-7
/
+6
*
Remove unused captures to fix warnings/errors when compiling with Clang (#896)
Eric Holk
2017-02-03
1
-2
/
+1
*
Add -O0,-O1,etc. options (#790)
Alon Zakai
2016-10-19
1
-0
/
+86