summaryrefslogtreecommitdiff
path: root/test/wasm2js
Commit message (Expand)AuthorAgeFilesLines
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-0411-187/+303
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-032-2/+2
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-2030-147/+146
* [test] Remove / move *.js tests from test/ (#6163)Heejin Ahn2023-12-112-0/+180
* Partially revert #6026 (#6043)Alon Zakai2023-10-235-5/+26
* RemoveUnusedModuleElements: Make exports skip trampolines (#6026)Alon Zakai2023-10-195-26/+5
* RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...Alon Zakai2023-10-032-6/+32
* LinearExecutionWalker: Optionally connect blocks for Br and BrOn (#5869)Alon Zakai2023-08-095-55/+53
* LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...Alon Zakai2023-08-082-2/+0
* Add a "mayNotReturn" effect (#5711)Alon Zakai2023-05-101-3/+1
* Generate unique block names when inlining (#5697)Alon Zakai2023-05-052-4/+4
* Do not treat `atomic.fence` as using a memory (#5603)Thomas Lively2023-03-291-34/+0
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-101-1/+0
* [wasm2js] Fix atomic notify to take an unsigned count (#5525)Thomas Lively2023-02-273-4/+4
* [wasm2js] Support nonzero offsets in memory.atomic.wait32 (#5489)Thomas Lively2023-02-143-7/+9
* Vacuum unneeded instructions even if children have effects (#5488)Alon Zakai2023-02-141-50/+97
* wasm2js: Stop emitting nan and infinity (#5391)Will Cohen2023-01-04118-333/+33
* wasm2js: Avoid emitting non-JS code during opt (#5378)Will Cohen2023-01-043-0/+67
* [Wasm GC] SimplifyLocals: Switch local.get to use a more refined type when po...Alon Zakai2022-11-015-53/+30
* wasm2js: Support for flexible module import naming (#5114)Sam Clegg2022-10-05115-404/+324
* Vacuum: Ignore effects at the entire function scope when possible (#5053)Alon Zakai2022-09-193-9/+0
* Effects: Clarify trap effect meaning, and consider infinite loops to trap due...Alon Zakai2022-09-162-1/+6
* wasm2js: Don't assume that `env.abort` can always be impored. (#5049)Sam Clegg2022-09-16115-532/+365
* wasm2js: Have instantiate function take standard import object (#5018)Sam Clegg2022-09-14115-159/+306
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-229-2741/+2660
* [Wasm2JS] Fix lowering of i64.extendN_s instructions (#4321)taylor.fish2022-06-243-4/+218
* [wasm2js] Support exports of Globals (#4523)magic-akari2022-03-173-0/+80
* Turn an assertion on not colliding with an internal name into an error (#4422)Alon Zakai2022-01-052-12/+12
* Allow fractional timeouts in wasm2js Atomics.wait. Followup to #4385 (#4387)Alon Zakai2021-12-142-2/+2
* Implement timeout argument in wasm2js_atomic_wait_i32 (#4385)Sam Clegg2021-12-112-4/+14
* CoalesceLocals: Use ValueNumbering (#4355)Alon Zakai2021-11-241-12/+9
* wasm2js: Don't assume the existence of js assert function (#4357)Sam Clegg2021-11-242-2/+2
* CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)Alon Zakai2021-11-103-35/+25
* [OptimizeInstructions] Canonicalize relational ops with near zero on rhs (#4272)Max Graey2021-10-263-5/+5
* OptimizeInstructions: Optimize boolean selects (#4147)Alon Zakai2021-09-131-4/+4
* Enable LocalCSE by default (#4089)Alon Zakai2021-08-194-77/+84
* [Optimize Instructions] Combine reinterprets, loads and stores (#4006)Max Graey2021-07-211-9/+1
* OptimizeInstructions: Move identical unary code out of if/select arms (#3828)Alon Zakai2021-04-212-4/+4
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-2/+2
* Inlining: Always inline single-use functions (#3730)Alon Zakai2021-03-299-303/+213
* Add a test for memory.size in wasm2js (#3547)Alon Zakai2021-02-043-2/+13
* Rename atomic.notify and *.atomic.wait (#3353)Heejin Ahn2020-11-131-3/+3
* wasm2js: Declare data segments before calling asmFunc (#3337)Sam Clegg2020-11-1129-380/+383
* wasm2js: Support for exported memory (#3323)Sam Clegg2020-11-1029-206/+197
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-10113-18/+148
* Canonicalize subtraction with constant on the right to addition (#3321)Max Graey2020-11-1014-20/+20
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-05113-4233/+2336
* MemoryPacking: Properly notice zeroFilledMemory (#3306)Alon Zakai2020-11-023-7/+3
* RemoveUnusedBrs: Properly check for effects in selectify() (#3310)Alon Zakai2020-11-013-33/+23
* Canonicalize relationals as well (#3303)Max Graey2020-10-306-14/+14