index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
literal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize NaNs in the interpreter, when there is nondeterminism (#3298)
Alon Zakai
2020-10-30
1
-62
/
+72
*
Prototype new SIMD multiplications (#3291)
Thomas Lively
2020-10-28
1
-0
/
+40
*
Implement i8x16.popcnt (#3286)
Thomas Lively
2020-10-27
1
-0
/
+3
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-5
/
+33
*
Clean up support/bits.h (#3177)
Thomas Lively
2020-09-30
1
-10
/
+10
*
Add --fast-math mode (#3155)
Alon Zakai
2020-09-30
1
-37
/
+4
*
GC: Fuzzing support for i31 (#3169)
Daniel Wirtz
2020-09-29
1
-2
/
+6
*
Refactor literal equality and hashing to not depend on getBits (#3159)
Daniel Wirtz
2020-09-29
1
-26
/
+47
*
Fix regression in memory.fill due to Memory64 (#3176)
Wouter van Oortmerssen
2020-09-28
1
-0
/
+11
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-9
/
+13
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-8
/
+34
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+14
*
Interpreter: Don't change NaN bits when multiplying by 1 (#3096)
Alon Zakai
2020-09-09
1
-13
/
+30
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-52
/
+73
*
Harden exnref literals (#3092)
Daniel Wirtz
2020-09-02
1
-8
/
+8
*
Fix ExceptionPackage memory errors (#3088)
Thomas Lively
2020-09-01
1
-4
/
+14
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-2
/
+1
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-1
/
+1
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-49
/
+51
*
Interpreter: Don't change NaN bits when dividing by 1 (#2958)
Alon Zakai
2020-07-15
1
-0
/
+16
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-11
/
+11
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+24
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+3
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+32
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
1
-1
/
+40
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-2
/
+32
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-2
/
+20
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-2
/
+17
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-45
/
+45
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-5
/
+40
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+10
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-69
/
+69
*
Print only literal values when printing literals (#2469)
Heejin Ahn
2019-11-26
1
-1
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-1
/
+1
*
[NFC] Make Type a class instead of enum (#2433)
Thomas Lively
2019-11-13
1
-1
/
+2
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+11
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+49
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+11
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+82
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+10
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-10
/
+10
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+10
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-40
/
+80
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-306
/
+563
*
Update v128.const text formats (#1934)
Thomas Lively
2019-03-19
1
-1
/
+1
*
Align v128 text format with WABT (#1930)
Daniel Wirtz
2019-03-04
1
-3
/
+8
*
NaN fuzzing improvements (#1913)
Alon Zakai
2019-02-19
1
-0
/
+11
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-28
/
+28
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-8
/
+676
[next]