summaryrefslogtreecommitdiff
path: root/opcodes/arc-dis.c
Commit message (Expand)AuthorAgeFilesLines
* opcodes error messagesAlan Modra2018-03-031-2/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* [ARC] Improve printing of pc-relative instructions.claziss2017-11-211-16/+46
* [ARC] Force the disassam to use the hexadecimal number for printingclaziss2017-11-031-1/+13
* [ARC] Sync opcode data base.claziss2017-11-031-0/+1
* [ARC] Use FOR_EACH_DISASSEMBLER_OPTION to iterate over optionsAnton Kolesov2017-06-291-14/+6
* [ARC] Fix handling of cpu=... disassembler option valueAnton Kolesov2017-06-291-8/+8
* [ARC] Allow CPU to be enforced via disassemble_info optionsAnton Kolesov2017-05-301-26/+105
* [ARC] Object attributes.Claudiu Zissulescu2017-05-101-1/+2
* [ARC] Enhance enter/leave mnemonics.Claudiu Zissulescu2017-04-251-3/+16
* -Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves2017-04-051-2/+2
* [ARC] Provide an interface to decode ARC instructions.Claudiu Zissulescu2017-02-061-37/+174
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* [ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu2016-11-291-1/+3
* [ARC] Fix disassembler option.Claudiu Zissulescu2016-11-291-55/+40
* arc: Implement NPS-400 dcmac instructionGraham Markall2016-11-031-0/+4
* arc: Change max instruction length to 64-bitsAndrew Burgess2016-11-031-282/+189
* arc: Swap highbyte and lowbyte in print_insn_arcGraham Markall2016-11-031-4/+4
* arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall2016-11-031-4/+4
* [ARC] Disassembler: fix LIMM detection for short instructions.Claudiu Zissulescu2016-10-141-2/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* [ARC] Disassemble correctly extension instructions.Claudiu Zissulescu2016-09-161-3/+3
* Stop the ARC disassembler from seg-faulting if initialised without a BFD pres...Anton Kolesov2016-09-141-3/+8
* Fixed issue with NULL pointer access on header var.Cupertino Miranda2016-08-301-1/+4
* Begin implementing ARC NPS-400 Accelerator instructionsGraham Markall2016-07-271-5/+40
* Add support to the ARC disassembler for selecting instruction classes.Claudiu Zissulescu2016-07-201-127/+342
* Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall2016-06-211-6/+6
* Add support for 48 and 64 bit ARC instructions.Andrew Burgess2016-06-021-92/+377
* [ARC] Update instruction type and delay slot info.Claudiu Zissulescu2016-05-231-6/+25
* [ARC] Rename "class" named attributes.Claudiu Zissulescu2016-05-231-4/+4
* opcodes/arc: Move instruction length logic to new functionAndrew Burgess2016-04-141-13/+44
* Add support for .extCondCode, .extCoreRegister and .extAuxRegister.Claudiu Zissulescu2016-04-121-62/+153
* Add support for .extInstruction pseudo-op.Claudiu Zissulescu2016-04-121-99/+129
* [ARC] Add support for Quarkse opcodes.Claudiu Zissulescu2016-03-291-3/+0
* arc: Add nps400 machine type, and assembler flag.Andrew Burgess2016-03-211-0/+4
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix failures in the GAS testsuite for the ARC architecture.Claudiu Zissulescu2015-12-041-29/+60
* Fix compile time warning compiling ARC port.Nick Clifton2015-10-081-1/+2
* New ARC implementation.Nick Clifton2015-10-071-1083/+416
* Remove trailing spaces in opcodesH.J. Lu2015-08-121-3/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * aarch64-asm.c (aarch64_ins_ldst_reglist): InitializeKai Tietz2012-10-181-2/+1
* * arc-dis.c: Include sysdep.h first, remove some redundant includes.Alan Modra2012-05-181-2/+1
* * arc-dis.c (BITS): Don't use shifts to mask off bits.Alan Modra2012-02-271-6/+5
* fix set but unused variable warningsAlan Modra2010-06-271-5/+2
* Update soruces to make alpha, arc and arm targets compile cleanlyNick Clifton2009-09-251-3/+3
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+10
* Kaveh Ghazi's printf format attribute checking patch.Jim Wilson2005-07-071-1/+1
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-150/+116