summaryrefslogtreecommitdiff
path: root/test/passes/optimize-instructions_all-features.txt
Commit message (Expand)AuthorAgeFilesLines
* Simplify subtracting zero from float expressions (#3125)Max Graey2020-09-131-0/+51
* Fix RefNull issues (#3123)Daniel Wirtz2020-09-131-2/+9
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-1/+1
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+4
* Update reference types (#3084)Daniel Wirtz2020-09-091-4/+0
* memory.copy: use nop reductions only for ignoreImplicitTraps (#3074)Max Graey2020-08-241-7/+4
* Remove optimization for memory.copy(x, x, C) (#3073)Max Graey2020-08-231-1/+5
* OptimizeInstructions on memory.copy: check size for side effect as well (#3072)Max Graey2020-08-231-0/+7
* Optimize bulk memory.copy (#3038)Max Graey2020-08-221-0/+67
* Optimize select with const arms (#2869)Max Graey2020-07-221-2/+166
* Optimize booleans when argument is negative integer (#2930)Max Graey2020-07-081-1/+10
* More optimizations for pow of two and pos/neg one const on the right (#2870)Max Graey2020-06-221-25/+242
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-2/+2
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-1/+3
* Remove function index printing (#2742)Thomas Lively2020-04-091-80/+80
* Add EH support for OptimizeInstructions (#2608)Heejin Ahn2020-02-051-20/+30
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+3345