summaryrefslogtreecommitdiff
path: root/opcodes/wasm32-dis.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* C99 opcodes configuryAlan Modra2021-04-051-2/+0
* Use bool in opcodesAlan Modra2021-03-311-29/+29
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-2/+2
* read_leb128 overflow checkingAlan Modra2021-02-171-6/+20
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* ubsan: wasm32: signed integer overflowAlan Modra2020-01-131-209/+236
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra2019-12-231-11/+18
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+1
* WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2018-02-131-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Move print_insn_XXX to an opcodes internal headerYao Qi2017-05-241-1/+1
* WebAssembly disassembler supportPip Cet2017-04-101-3/+2
* Add support for disassembling WebAssembly opcodes.Pip Cet2017-04-061-0/+521