summaryrefslogtreecommitdiff
path: root/test/lit/help
Commit message (Expand)AuthorAgeFilesLines
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-193-0/+9
* Add nontrapping-fptoint lowering pass (#7016)Derek Schuff2024-11-193-0/+15
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-191-4/+4
* Rename memory-copy-fill-lowering pass (#7082)Derek Schuff2024-11-163-12/+12
* Introduce pass to lower memory.copy and memory.fill (#7021)Derek Schuff2024-11-133-0/+12
* [wasm-split] Add a multi-split mode (#6943)Thomas Lively2024-09-161-3/+20
* [wasm-split] Add an option to skip importing placeholders (#6942)Thomas Lively2024-09-161-0/+5
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-1010-4/+37
* Adds a J2CL specific pass that moves itable entries to vtables (#6888)Roberto Lublinerman2024-09-063-0/+12
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-033-0/+6
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-2210-0/+40
* Add a string lowering mode disallowing non-UTF-8 strings (#6861)Thomas Lively2024-08-213-0/+15
* Add a pass for minimizing recursion groups (#6832)Thomas Lively2024-08-173-0/+9
* Add a customizable title to Metrics reporting (#6792)Alon Zakai2024-07-303-3/+9
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-1510-10/+66
* [StackIR] Allow StackIR to be disabled from the commandline (#6725)Alon Zakai2024-07-103-75/+652
* Allow --keepfuncs and --splitfuncs to be use alongside a profile data (#6322)Benjamin Ling2024-07-101-6/+7
* ConstantFieldPropagation: Add a variation that picks between 2 values using R...Alon Zakai2024-06-272-0/+6
* Add TraceCalls pass (#6619)Marcin Kolny2024-06-212-0/+8
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-1410-0/+42
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-7/+0
* Add table64 lowering pass (#6595)Sam Clegg2024-05-152-0/+4
* [EH] Rename option/pass names for new EH (exnref) (#6592)Heejin Ahn2024-05-152-5/+16
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-0910-14/+60
* Add a flag to opt in to the old WAT parser (#6536)Thomas Lively2024-04-241-0/+4
* DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)许鑫权2024-04-212-0/+8
* Remove unused options from wasm-shell (#6508)Thomas Lively2024-04-171-8/+0
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-152-0/+8
* Remove "minimal" JS import/export legalization (#6428)Sam Clegg2024-03-222-10/+0
* Regenerate test output (#6385)Thomas Lively2024-03-071-6/+6
* Add sourcemap support to wasm-metadce and wasm-merge (#6372)Jérôme Vouillon2024-03-062-0/+19
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-202-0/+6
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-201-4/+0
* Add a pass to propagate global constants to other globals (#6287)Alon Zakai2024-02-082-0/+6
* [EH] Add --experimental-new-eh option to wasm-opt (#6270)Heejin Ahn2024-02-061-0/+9
* StringLowering pass (#6271)Alon Zakai2024-02-052-0/+6
* StringGathering pass (#6257)Alon Zakai2024-01-312-0/+4
* [EH] Change translator option name (#6259)Heejin Ahn2024-01-302-2/+2
* [EH] Add translator from old to new EH instructions (#6210)Heejin Ahn2024-01-232-0/+6
* Add J2CL optimization pass to binaryen. (#6151)Goktug Gokdogan2023-12-122-0/+6
* Add no-inline IR annotation, and passes to set it based on function name (#6146)Alon Zakai2023-12-062-0/+16
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-5/+0
* [Outlining] Adds Outlining pass (#6110)Ashley Nelson2023-11-132-0/+4
* Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)Sam Clegg2023-11-082-0/+6
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-102-0/+6
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-0510-0/+40
* Asyncify: Improve comments (#5987)Heejin Ahn2023-10-031-3/+3
* Add passes to finalize or unfinalize types (#5944)Alon Zakai2023-09-182-0/+10
* Add a simple tuple optimization pass (#5937)Alon Zakai2023-09-142-0/+4
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-3110-40/+0