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
*
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
*
[GC] More HeapType instead of Type (#3475)
Alon Zakai
2021-01-11
1
-1
/
+1
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-2
/
+0
*
[GC] Fully implement RTT semantics (#3441)
Alon Zakai
2020-12-15
1
-13
/
+42
*
Prototype SIMD instructions implemented in LLVM (#3440)
Thomas Lively
2020-12-11
1
-0
/
+1
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-1
/
+3
*
[GC] Add struct.set (#3430)
Alon Zakai
2020-12-07
1
-1
/
+1
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-0
/
+15
*
[NFC] Rename BasicID to BasicType (#3419)
Thomas Lively
2020-12-03
1
-1
/
+1
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-2
/
+1
*
[TypedFunctionReferences] Allow creation of literals with typed function type...
Alon Zakai
2020-11-14
1
-2
/
+5
*
Fold subtraction of sums or differences from constants (#3295)
Max Graey
2020-10-29
1
-0
/
+12
*
Prototype new SIMD multiplications (#3291)
Thomas Lively
2020-10-28
1
-0
/
+13
*
Implement i8x16.popcnt (#3286)
Thomas Lively
2020-10-27
1
-0
/
+1
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-2
/
+6
*
refactor makeFromUInt64 to makeFromInt64 (#3194)
Max Graey
2020-10-05
1
-1
/
+4
*
Generalize transforms for #3153 (#3193)
Max Graey
2020-10-05
1
-5
/
+80
*
GC: Fuzzing support for i31 (#3169)
Daniel Wirtz
2020-09-29
1
-1
/
+1
*
Refactor literal equality and hashing to not depend on getBits (#3159)
Daniel Wirtz
2020-09-29
1
-7
/
+60
*
Fix regression in memory.fill due to Memory64 (#3176)
Wouter van Oortmerssen
2020-09-28
1
-0
/
+1
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+9
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+2
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-0
/
+15
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+1
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-11
/
+34
*
Harden exnref literals (#3092)
Daniel Wirtz
2020-09-02
1
-5
/
+7
*
Fix ExceptionPackage memory errors (#3088)
Thomas Lively
2020-09-01
1
-4
/
+1
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-13
/
+4
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
1
-6
/
+7
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-2
/
+2
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+8
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+1
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+6
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
1
-1
/
+30
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+6
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-10
/
+39
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-2
/
+6
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-4
/
+4
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-10
/
+26
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+3
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-3
/
+3
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+16
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+1
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+12
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+2
[next]