summaryrefslogtreecommitdiff
path: root/opcodes/csky-dis.c
Commit message (Expand)AuthorAgeFilesLines
* asan: csky floatformat_to_double uninitialised valueAlan Modra2023-04-031-10/+6
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-1/+1
* opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblersThomas Hebb2022-04-301-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28168: [CSKY] Fix stack overflow in disassemblerLifang Xia2021-08-131-4/+4
* Use bool in opcodesAlan Modra2021-03-311-11/+11
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* CSKY: Fix and add some instructions for VDSPV1.Cooper Qu2020-10-261-1/+18
* ubsan: opcodes/csky-opc.h:929 shift exponent 536870912Alan Modra2020-09-261-2/+2
* csky/opcodes: enclose if body in curly bracesAndrew Burgess2020-09-241-2/+4
* CSKY: Add objdump option -M abi-names.Cooper Qu2020-09-231-64/+84
* opcodes/csky: return the default disassembler when there is no bfdAndrew Burgess2020-09-171-15/+17
* CSKY: Add new arches while refine the cpu option process.Cooper Qu2020-09-101-0/+2
* Fix compile time warnings when building for the CSKY target on a 32-bit host.Nick Clifton2020-09-101-1/+1
* sprintf arg overlaps destinationAlan Modra2020-09-101-4/+4
* CSKY: Add FPUV3 instructions, which supported by ck860f.Cooper Qu2020-09-091-2/+70
* ubsan: csky-dis.c:1038 left shift cannot be representedAlan Modra2020-09-021-1/+1
* CSKY: Refine operand format error reporting.Cooper Qu2020-08-311-0/+1
* CSKY: Support attribute section.Cooper Qu2020-08-281-9/+35
* CSKY: Add new arch CK860.Cooper Qu2020-08-241-0/+9
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* csky: tidy csky_chars_to_numberAlan Modra2019-12-121-4/+2
* ubsan: csky: left shift cannot be represented in type 'int'Alan Modra2019-12-111-4/+4
* Fix potentially illegal shift and assign operation in CSKY disassembler.Nick Clifton2019-10-281-2/+2
* 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
* Add support for the C_SKY series of processors.Andrew Jenner2018-07-301-0/+1068