summaryrefslogtreecommitdiff
path: root/opcodes/arc-dis.c
AgeCommit message (Expand)Author
2024-01-04Update year range in copyright notice of binutils filesAlan Modra
2023-11-21[opcodes] ARC + PPC: Fix -Walloc-size warningsJan-Benedict Glaw
2023-09-25Revert "arc: Add new opcode functions for ARCv3 ISA."Claudiu Zissulescu
2023-09-25arc: Add new opcode functions for ARCv3 ISA.Claudiu Zissulescu
2023-01-01Update year range in copyright notice of binutils filesAlan Modra
2022-09-06opcodes: Add non-enum disassembler optionsTsukasa OI
2022-07-20Re: opcodes/arc: Implement style support in the disassemblerAlan Modra
2022-07-18opcodes/arc: Implement style support in the disassemblerClaudiu Zissulescu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-06-02arc: Construct disassembler options dynamicallyShahab Vahedi
2021-03-31Use bool in opcodesAlan Modra
2021-03-29opcodes int vs bfd_boolean fixesAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-07-14arc: Detect usage of illegal double register pairsClaudiu Zissulescu
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton
2020-03-26Re: ARC: Use of uninitialised valueAlan Modra
2020-03-22ARC: Use of uninitialised valueAlan Modra
2020-01-13[ARC] [COMMITTED] Change ACCL/ACCH reg name to generic.Claudiu Zissulescu
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-11Remove more shifts for sign/zero extensionAlan Modra
2019-12-11ubsan: arc: shift exponent 32 is too large for 32-bit type 'int'Alan Modra
2019-08-07Prevent objdump from aborting when asked to disassemble an unknown type of AR...Phillipe Antoine
2019-07-24[ARC] Update disassembler opcode selectionClaudiu Zissulescu
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-03-03opcodes error messagesAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-21[ARC] Improve printing of pc-relative instructions.claziss
2017-11-03[ARC] Force the disassam to use the hexadecimal number for printingclaziss
2017-11-03[ARC] Sync opcode data base.claziss
2017-06-29[ARC] Use FOR_EACH_DISASSEMBLER_OPTION to iterate over optionsAnton Kolesov
2017-06-29[ARC] Fix handling of cpu=... disassembler option valueAnton Kolesov
2017-05-30[ARC] Allow CPU to be enforced via disassemble_info optionsAnton Kolesov
2017-05-10[ARC] Object attributes.Claudiu Zissulescu
2017-04-25[ARC] Enhance enter/leave mnemonics.Claudiu Zissulescu
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves
2017-02-06[ARC] Provide an interface to decode ARC instructions.Claudiu Zissulescu
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-29[ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu
2016-11-29[ARC] Fix disassembler option.Claudiu Zissulescu
2016-11-03arc: Implement NPS-400 dcmac instructionGraham Markall
2016-11-03arc: Change max instruction length to 64-bitsAndrew Burgess
2016-11-03arc: Swap highbyte and lowbyte in print_insn_arcGraham Markall
2016-11-03arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall
2016-10-14[ARC] Disassembler: fix LIMM detection for short instructions.Claudiu Zissulescu
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-09-16[ARC] Disassemble correctly extension instructions.Claudiu Zissulescu
2016-09-14Stop the ARC disassembler from seg-faulting if initialised without a BFD pres...Anton Kolesov
2016-08-30Fixed issue with NULL pointer access on header var.Cupertino Miranda
2016-07-27Begin implementing ARC NPS-400 Accelerator instructionsGraham Markall