aboutsummaryrefslogtreecommitdiff
path: root/opcodes/wasm32-dis.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13ubsan: wasm32: signed integer overflowAlan Modra1-209/+236
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra1-11/+18
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+1
2018-02-13WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki1-3/+3
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi1-1/+1
2017-04-10WebAssembly disassembler supportPip Cet1-3/+2
2017-04-06Add support for disassembling WebAssembly opcodes.Pip Cet1-0/+521