summaryrefslogtreecommitdiff
path: root/src/wasm/literal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix UBSan on CI (#7173)Thomas Lively2024-12-201-0/+6
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+43
* [NFC] Make the GCData constructor a move constructor (#6946)Alon Zakai2024-09-171-1/+1
* [FP16] Fix replace lane for F16x8. (#6906)Brendan Dahl2024-09-061-1/+4
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-6/+21
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-14/+18
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-7/+29
* Support more reference constants in wast scripts (#6865)Thomas Lively2024-08-261-18/+0
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-5/+46
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-211-0/+3
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-1/+17
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-161-1/+1
* [NFC] Clean up Literal copy constructor (#6841)Alon Zakai2024-08-151-30/+27
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+18
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+19
* Restore isString type methods (#6815)Thomas Lively2024-08-061-1/+1
* [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)Thomas Lively2024-08-061-1/+1
* [NFC] Avoid a temp local (#6800)Alon Zakai2024-08-011-3/+3
* Fix shareability of externalized nulls (#6791)Alon Zakai2024-07-301-2/+3
* Fix shareability of internalized nulls (#6789)Alon Zakai2024-07-291-2/+3
* Generalize Literal::externalize/internalize for strings and shareability (#6784)Alon Zakai2024-07-291-18/+12
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-2/+1
* [threads] Fix shared ref.eq and disallow mixed-shareability (#6763)Thomas Lively2024-07-171-1/+2
* Revert "[threads] Allow i31refs of mixed shareability to compare equal (#6752...Thomas Lively2024-07-171-9/+3
* [threads] Allow i31refs of mixed shareability to compare equal (#6752)Thomas Lively2024-07-161-3/+9
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-1/+2
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-5/+9
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-0/+16
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-10/+0
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+6
* [Strings] Escape strings printed by fuzz-exec (#6441)Thomas Lively2024-03-261-6/+5
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-5/+18
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-0/+8
* Work around a gcc 13 issue with signbit that made us not compute fmin of -0 p...Alon Zakai2023-10-041-4/+14
* Limit printing of Literal[s] in a general way (#5792)Alon Zakai2023-06-281-16/+49
* Limit literal printing to a reasonable limit (#5779)Alon Zakai2023-06-211-0/+8
* [Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)Alon Zakai2023-05-051-0/+1
* Support interpretation of extern.externalize and extern.internalize (#5576)Thomas Lively2023-03-161-10/+50
* [Strings] Add hashing and equality support for strings (#5507)Alon Zakai2023-02-211-0/+3
* [Strings] Add support for strings in getLiteral and Literal() (#5500)Alon Zakai2023-02-171-0/+10
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-2/+16
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-2/+2
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+51
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-0/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-70/+76
* Refactor standardizeNaN (#5064)Max Graey2022-10-041-34/+32
* [OptimizeInstructions] Simplify floating point ops with NaN on right side (#4...Max Graey2022-09-121-27/+9
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-0/+5
* Remove RTTs (#4848)Thomas Lively2022-08-051-73/+1
* Update reference type Literal constructors to use HeapType (#4857)Thomas Lively2022-08-011-4/+2