summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm-objdump: Include import module as part displayed name (#1049)Sam Clegg2019-03-211-2/+18
* Canonicalize NaNs in the interpreter (#1046)Ben Smith2019-03-181-52/+50
* Fix bugs in integer parsing (#1041)Ben Smith2019-03-142-12/+241
* Allow a local type count of 0 (#1039)Ben Smith2019-03-082-3/+3
* Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...gnzlbg2019-03-072-5/+38
* Update demo to include feature flags (#1036)Ben Smith2019-03-062-0/+6
* Make lane-wise SIMD relational operator conform to the spec (#1031)gnzlbg2019-03-052-42/+73
* Refactor objdump name handling a little (#1030)Ben Smith2019-03-032-60/+65
* [wasm-objdump] Show data segment names (#1028)Sam Clegg2019-03-033-7/+38
* wasm-objdump: fix f64 init expressions (#1029)Oliver Horn2019-03-031-1/+1
* [wabt-objdump] Refactored some functions to use string_view (#1027)Wouter van Oortmerssen2019-02-251-53/+51
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-2510-1096/+1124
* Improve support for event symbols and except_ref types (#1025)Wouter van Oortmerssen2019-02-248-6/+99
* Add wasm-objdump fuzzing script; fix fuzz bugs (#1023)Ben Smith2019-02-202-3/+7
* [wasm-objdump] Implemented R_WASM_EVENT_INDEX_LEB reloc type. (#1022)Wouter van Oortmerssen2019-02-203-3/+3
* Remove use of Pointer_stringify; update demo (#1021)Ben Smith2019-02-191-1/+1
* Add support for the reference types proposal (#938)Alex Crichton2019-02-1432-9502/+10045
* Add br_on_exn instruction (#1016)Ben Smith2019-02-1328-8986/+9298
* Parse updated event text and binary format (#1014)Ben Smith2019-02-1214-107/+101
* Rename exception -> event (#1013)Ben Smith2019-02-1124-1339/+1336
* Add `Event` known section; remove `exception` (#1012)Ben Smith2019-02-113-16/+19
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-1031-5709/+5243
* avoid Mac OS X ranlib error (#1007)Eugene Chung2019-02-081-0/+3
* Rename relocation types (#1005)Sam Clegg2019-02-061-5/+5
* wasm-objdump: Always show function numbers along with names (#1004)Sam Clegg2019-02-051-3/+3
* Return failed tests count from spectest-interp (#1003)Ben Smith2019-02-011-9/+13
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-3027-9586/+9475
* Update bulk memory instruction binary encodings (#999)Alex Crichton2019-01-292-13/+22
* Implement parsing and writing of DataCount section (#998)Ben Smith2019-01-2312-20/+111
* Update linking metadata version (#996)Sam Clegg2019-01-174-20/+20
* Fix segfault when passing wasm-objdump a directory (#991)Ben Smith2019-01-071-2/+21
* Fix segfault when running `wat2wasm -d` (#990)Ben Smith2018-12-201-2/+3
* Remove the {assert,stdlib}.h includes in wasm2c (#986)Ben Smith2018-12-203-16/+0
* The great renaming (#985)Ben Smith2018-12-1929-9356/+10433
* Fold multi-value results properly (#984)Ben Smith2018-12-181-18/+37
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-128-12/+25
* Add needed_dynlibs to dylink section (#974)Sam Clegg2018-12-126-1/+37
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-0411-123/+88
* Rename duplicate locals (#968)Ben Smith2018-12-031-11/+25
* wasm-objdump: Cleanup hanlding of global names from #960 (#963)Sam Clegg2018-11-291-12/+4
* wasm-objdump: Print name of global when disassembly get/set_global (#960)Sam Clegg2018-11-291-1/+16
* Handle mismatch in function/code section (#959)Ben Smith2018-11-281-0/+4
* Fix wasm-objdump binary opcode output (#958)Ben Smith2018-11-191-60/+70
* Support for SIMD instructions in wasm-objdump (#957)Thomas Lively2018-11-191-0/+8
* Renumber SIMD instructions (#956)Thomas Lively2018-11-141-139/+139
* Add support for dylink section (#955)Sam Clegg2018-11-147-0/+76
* Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa...vms2018-11-142-34/+34
* Update testsuite (#942)Ben Smith2018-11-052-7/+11
* Add `dummy_workaround_...` function to fix Travis (#941)Ben Smith2018-11-011-0/+3
* Set `end_loc` in folded `if` expressions (#940)Ben Smith2018-10-301-0/+8