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
*
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
*
Error on memory.init|data.drop without DataCount (#1297)
Ben Smith
2020-01-10
1
-0
/
+5
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-7
/
+6
*
Several fixes for reference types (#1278)
Heejin Ahn
2020-01-08
1
-12
/
+10
*
binary-reader: Continue after unfinished section error if not stop_on_first_e...
Sam Clegg
2019-12-13
1
-2
/
+6
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-1
/
+15
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+8
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
1
-0
/
+7
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-21
/
+47
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-27
/
+27
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-12
/
+19
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+11
*
Add ExternalKind to OnImport callback (#1182)
Sam Clegg
2019-10-10
1
-5
/
+1
*
wasm-objdump: Add more symbol flags (#1162)
Sam Clegg
2019-09-19
1
-1
/
+1
*
Rename except_ref type to exnref (#1142)
Heejin Ahn
2019-08-13
1
-1
/
+1
[next]