index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[simd] Implement i64x2 comparisons (#1642)
Ng Zhi An
2021-03-16
1
-0
/
+6
*
[simd] Implement i32x4.dot_i16x8_s (#1640)
Ng Zhi An
2021-03-16
1
-0
/
+1
*
[simd] Implement q15mulrsat_s (#1639)
Ng Zhi An
2021-03-16
1
-0
/
+1
*
[simd] Implement extmul instructions (#1638)
Ng Zhi An
2021-03-12
1
-0
/
+12
*
[simd] Implement extadd instructions (#1637)
Ng Zhi An
2021-03-12
1
-0
/
+4
*
[simd] Implement i64x2.abs (#1636)
Ng Zhi An
2021-03-12
1
-0
/
+1
*
[simd] Implement i32x4.trunc_sat_f64x2_[su]_zero (#1635)
Ng Zhi An
2021-03-12
1
-0
/
+2
*
[simd] Rename widen to extend, implement some double precision ops (#1633)
Ng Zhi An
2021-03-11
1
-8
/
+12
*
Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)
Ng Zhi An
2021-03-11
1
-0
/
+1
*
Fix format-string warning for 32-bit compilation (#1629) (#1630)
Steven Johnson
2021-03-10
1
-1
/
+1
*
[simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)
Ng Zhi An
2021-03-04
1
-3
/
+3
*
Bump testsuite version and fix tests (#1622)
Ng Zhi An
2021-03-04
1
-1
/
+9
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-0
/
+6
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-14
/
+19
*
Port to big-endian platforms (s390x but others can be trivially added) (#1557)
Soni L
2020-12-07
1
-0
/
+7
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-9
/
+16
*
Add new TLS relocation types (#1572)
Sam Clegg
2020-11-20
1
-0
/
+2
*
Rename atomic.notify, *.atomic.wait (#1564)
Ben Smith
2020-11-03
1
-3
/
+3
*
Update SIMD support (#1553)
Darin Morrison
2020-10-26
1
-20
/
+32
*
Add initial support for extended names sections (#1554)
Sam Clegg
2020-10-02
1
-1
/
+32
*
Add --relocatable support for tables (#1549) (#1549)
Andy Wingo
2020-10-01
1
-1
/
+6
*
Disallow "64-bit" flag if memory64 is disabled (#1547)
Paweł Bylica
2020-09-18
1
-0
/
+2
*
Disallow non-zero memidx when bulk memory disabled (#1546)
Paweł Bylica
2020-09-17
1
-0
/
+2
*
add missing case for R_WASM_GLOBAL_INDEX_I32 relocation (#1541)
Dominic Chen
2020-09-10
1
-0
/
+1
*
Implement simd bitmask instructions (#1530)
Ben Smith
2020-08-31
1
-0
/
+3
*
Fix integer overflow in objdump name tracking (#1524)
Sam Clegg
2020-08-19
1
-4
/
+6
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-22
/
+76
*
Reformat code in binary-reader.cc (#1506)
Paweł Bylica
2020-07-31
1
-5
/
+3
*
Detect malformed memory/table limits flag (#1505)
Paweł Bylica
2020-07-31
1
-6
/
+12
*
Fix reading of section code (#1501)
Paweł Bylica
2020-07-31
1
-2
/
+2
*
Detect malformed import kind in binary reader (#1504)
Paweł Bylica
2020-07-30
1
-0
/
+4
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-6
/
+3
*
Check for malformed alignment (#1454)
Ben Smith
2020-06-09
1
-10
/
+22
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-20
/
+32
*
Prevent large allocation in br_table instruction (#1415)
Ben Smith
2020-05-11
1
-1
/
+1
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+10
*
Add exnref value type to parser (#1389)
Ben Smith
2020-04-14
1
-2
/
+1
*
Update testsuite (#1381)
Ben Smith
2020-03-27
1
-0
/
+3
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-12
/
+28
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-3
/
+23
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
1
-136
/
+36
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-33
/
+49
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-6
/
+6
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-1
/
+3
*
Fix memory/table check to include imported+defined (#1336)
Ben Smith
2020-02-19
1
-4
/
+18
*
Update testsuite (#1327)
Sam Clegg
2020-02-05
1
-2
/
+0
*
[simd] Update instructions (#1317)
Ben Smith
2020-01-27
1
-11
/
+17
*
[simd] Implement new SIMD instructions (#1303)
Ben Smith
2020-01-14
1
-2
/
+10
*
[simd] Add support for narrow/widen instructions (#1301)
Ben Smith
2020-01-13
1
-0
/
+12
[prev]
[next]