summaryrefslogtreecommitdiff
path: root/test/lit/help/wasm2js.test
Commit message (Expand)AuthorAgeFilesLines
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-0/+16
* Remove separate Table64Lowering pass (#7131)Sam Clegg2024-12-041-1/+1
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-191-0/+3
* Add nontrapping-fptoint lowering pass (#7016)Derek Schuff2024-11-191-0/+5
* Rename memory-copy-fill-lowering pass (#7082)Derek Schuff2024-11-161-4/+4
* Introduce pass to lower memory.copy and memory.fill (#7021)Derek Schuff2024-11-131-0/+4
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+5
* Adds a J2CL specific pass that moves itable entries to vtables (#6888)Roberto Lublinerman2024-09-061-0/+4
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-031-0/+2
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+4
* Add a string lowering mode disallowing non-UTF-8 strings (#6861)Thomas Lively2024-08-211-0/+5
* Add a pass for minimizing recursion groups (#6832)Thomas Lively2024-08-171-0/+3
* Add a customizable title to Metrics reporting (#6792)Alon Zakai2024-07-301-1/+3
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-1/+8
* [StackIR] Allow StackIR to be disabled from the commandline (#6725)Alon Zakai2024-07-101-0/+3
* ConstantFieldPropagation: Add a variation that picks between 2 values using R...Alon Zakai2024-06-271-0/+3
* Add TraceCalls pass (#6619)Marcin Kolny2024-06-211-0/+4
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+5
* Add table64 lowering pass (#6595)Sam Clegg2024-05-151-0/+2
* [EH] Rename option/pass names for new EH (exnref) (#6592)Heejin Ahn2024-05-151-2/+6
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-7/+6
* DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)许鑫权2024-04-211-0/+4
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-151-0/+4
* Remove "minimal" JS import/export legalization (#6428)Sam Clegg2024-03-221-5/+0
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-201-0/+3
* Add a pass to propagate global constants to other globals (#6287)Alon Zakai2024-02-081-0/+3
* StringLowering pass (#6271)Alon Zakai2024-02-051-0/+3
* StringGathering pass (#6257)Alon Zakai2024-01-311-0/+2
* [EH] Change translator option name (#6259)Heejin Ahn2024-01-301-1/+1
* [EH] Add translator from old to new EH instructions (#6210)Heejin Ahn2024-01-231-0/+3
* Add J2CL optimization pass to binaryen. (#6151)Goktug Gokdogan2023-12-121-0/+3
* Add no-inline IR annotation, and passes to set it based on function name (#6146)Alon Zakai2023-12-061-0/+8
* [Outlining] Adds Outlining pass (#6110)Ashley Nelson2023-11-131-0/+2
* Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)Sam Clegg2023-11-081-0/+3
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-101-0/+3
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+4
* Add passes to finalize or unfinalize types (#5944)Alon Zakai2023-09-181-0/+5
* Add a simple tuple optimization pass (#5937)Alon Zakai2023-09-141-0/+2
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-4/+0
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-2/+2
* GUFA: Add a version that casts all of our inferences (#5846)Alon Zakai2023-07-271-0/+3
* Add a pass to sort functions by name (#5811)Alon Zakai2023-07-121-0/+3
* [EH] Add pass to remove EH instructions (#5770)Heejin Ahn2023-06-151-0/+2
* Disable sign extension in SignExtLowering.cpp (#5676)Thomas Lively2023-04-191-1/+2
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-7/+0
* [Wasm GC] Add AbstractTypeRefining pass (#5461)Alon Zakai2023-02-031-0/+3
* Add a mechanism to skip a pass by name (#5448)Alon Zakai2023-01-241-0/+2
* Move closed world flag to tool options (#5428)Alon Zakai2023-01-131-9/+9
* Remove unused types during type optimizations (#5361)Thomas Lively2022-12-191-0/+2
* Adds bounds checks to Load/Store in Multi-Memories Lowering Pass (#5256)Ashley Nelson2022-12-091-0/+5