summaryrefslogtreecommitdiff
path: root/test/dump
Commit message (Expand)AuthorAgeFilesLines
* Update testsuite to 646b43e (#1555)Wouter van Oortmerssen2020-09-301-1/+0
* Fix up reloc-related tests after #1537 (#1545)Andy Wingo2020-09-173-13/+15
* wat2wasm: fix relocation offsets (#1527)sammax2020-09-162-0/+257
* Fix reloc section references when --enable-bulk-memory (#1539)Andy Wingo2020-09-162-1/+41
* Eager symbol tables (#1537)Andy Wingo2020-09-163-8/+71
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-120/+150
* blocktype relocations (#1526)sammax2020-08-221-0/+50
* wat2wasm: type relocations (#1525)sammax2020-08-201-22/+29
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-073-0/+437
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-13/+13
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-63/+62
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-067-7/+7
* Renumber SIMD opcodes (#1403)Deepti Gandluri2020-05-049-701/+701
* Add exnref value type to parser (#1389)Ben Smith2020-04-145-99/+134
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+18
* Always generate DataCount section, even if number of datas is 0 (#1369)Rian Hunter2020-03-232-8/+20
* Add wasm-objdump support for structs (#1361)Ben Smith2020-03-191-0/+20
* Renumber v8x16.shuffle back to 0xfd03 (#1342)Ben Smith2020-02-211-4/+3
* [simd] Update instructions (#1317)Ben Smith2020-01-272-443/+383
* Support reading from stdin in ReadFile (#1313)Sam Clegg2020-01-231-1/+1
* Omit the DataCount section unless it is required (#1312)Ben Smith2020-01-215-78/+104
* Update testsuite (#1308)Ben Smith2020-01-162-52/+61
* Fix some typos in widening SIMD intrinsics (#1305)Alex Crichton2020-01-141-4/+4
* Fix a typo of i64x4 -> i64x2 (#1304)Alex Crichton2020-01-141-2/+2
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-142-318/+411
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-131-238/+370
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-082-0/+75
* reference-types: Add reference-types spec tests (#1225)Sam Clegg2019-11-251-42/+42
* Update spec testsuite (#1237)Sam Clegg2019-11-2212-91/+92
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-187-22/+22
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-41/+44
* wasm-objdump: Fix output for passive data elem segments (#1211)Sam Clegg2019-11-071-41/+80
* wasm-objdump: Consistent output of table types (#1198)Oliver Horn2019-10-281-1/+1
* Add initial support for multi-table to wat2wasm and wasm-objdump (#1190)Sam Clegg2019-10-171-0/+96
* wasm-objdump: Print `br_table` immediates (#1186)Oliver Horn2019-10-142-2/+2
* wasm-objdump: Fix type signature for multi-value result types (#1179)Oliver Horn2019-10-071-0/+10
* wasm-objdump: Include more information about memory segments. (#1177)Sam Clegg2019-09-302-5/+5
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-70/+84
* Update spec testsuite (#1111)Ben Smith2019-07-161-2/+2
* Update typechecking for `table.grow` (#1079)Alex Crichton2019-05-131-6/+6
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-071-27/+27
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-186-34/+34
* Print function names on code details too (#1065)Ben Smith2019-04-171-2/+2
* Add names to locally declared globals. (#1057)Sam Clegg2019-04-031-1/+1
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-288-215/+215
* wasm-objdump: Print names of globals used in init expression. (#1051)Sam Clegg2019-03-261-4/+4
* wasm-objdump: Include import module as part displayed name (#1049)Sam Clegg2019-03-213-6/+6
* Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...gnzlbg2019-03-071-1/+1
* wasm-objdump: fix f64 init expressions (#1029)Oliver Horn2019-03-031-1/+1
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-255-7/+7