index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
literal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+8
*
[NFC] Make the GCData constructor a move constructor (#6946)
Alon Zakai
2024-09-17
1
-1
/
+2
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+2
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-6
/
+6
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+7
*
Support more reference constants in wast scripts (#6865)
Thomas Lively
2024-08-26
1
-1
/
+0
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+9
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-0
/
+19
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+6
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+4
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
1
-4
/
+2
*
[NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)
Thomas Lively
2024-08-06
1
-3
/
+5
*
[NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)
Thomas Lively
2024-07-18
1
-1
/
+1
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-3
/
+3
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
1
-0
/
+2
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-1
/
+1
*
[NFC] Add some const annotations (#6203)
Alon Zakai
2024-01-05
1
-3
/
+3
*
Support interpretation of extern.externalize and extern.internalize (#5576)
Thomas Lively
2023-03-16
1
-7
/
+10
*
[Strings] Add hashing and equality support for strings (#5507)
Alon Zakai
2023-02-21
1
-0
/
+8
*
[Strings] Add support for strings in getLiteral and Literal() (#5500)
Alon Zakai
2023-02-17
1
-0
/
+1
*
[Strings] Initial string execution support (#5491)
Alon Zakai
2023-02-15
1
-4
/
+9
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+4
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-17
/
+6
*
Refactor standardizeNaN (#5064)
Max Graey
2022-10-04
1
-23
/
+22
*
[OptimizeInstructions] Simplify floating point ops with NaN on right side (#4...
Max Graey
2022-09-12
1
-0
/
+23
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-63
/
+5
*
Update reference type Literal constructors to use HeapType (#4857)
Thomas Lively
2022-08-01
1
-4
/
+4
*
[Wasm GC] Properly represent nulls in i31 (#4819)
Alon Zakai
2022-07-25
1
-2
/
+9
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-25
/
+18
*
[NFC] Make Literal::makeNull take a HeapType (#4664)
Alon Zakai
2022-05-13
1
-3
/
+2
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-5
/
+3
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-0
/
+2
*
Add fast paths for Literals::getType (#4454)
Alon Zakai
2022-01-14
1
-0
/
+6
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-0
/
+9
*
Fix RTTs for RTT-less instructions (#4294)
Thomas Lively
2021-11-03
1
-14
/
+10
*
[NFC] Use std::variant in GCData (#4289)
Thomas Lively
2021-10-28
1
-4
/
+9
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-1
/
+9
*
[Simd] Implement extra convert, trunc, demote and promote ops for interpreter...
Max Graey
2021-07-28
1
-0
/
+6
*
[Simd] Refactoring. Remove middle *Vec* from some simd ops for consistency (#...
Max Graey
2021-07-27
1
-17
/
+17
*
[Simd] Add extending pairwise adds to interpreter (#4022)
Max Graey
2021-07-26
1
-0
/
+4
*
[Simd] Add extension from i32x4 to i64x2 ops to interpreter (#4016)
Max Graey
2021-07-26
1
-0
/
+4
*
Implement q15MulrSatSI16x8 for interpreter (#3984)
Max Graey
2021-07-14
1
-0
/
+1
*
Implement interpretation of i64x2.bitmask (#3982)
Thomas Lively
2021-07-13
1
-0
/
+1
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-4
/
+28
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-33
/
+1
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-16
/
+16
*
[GC] isGCData => isData (#3534)
Alon Zakai
2021-02-01
1
-3
/
+5
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-1
/
+1
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-34
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+2
[next]