summaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
Commit message (Expand)AuthorAgeFilesLines
* Update check conditions for illegal placed instructions.claziss2017-06-261-2/+17
* [ARC] Don't convert _DYNAMIC@ to _GLOBAL_OFFSET_TABLE_Vineet Gupta2017-06-081-4/+1
* [ARC] Add arc-cpu.def with processor definitionsAnton Kolesov2017-05-301-26/+3
* [ARC] Reformat error messages.claziss2017-05-231-10/+11
* [ARC] Object attributes.Claudiu Zissulescu2017-05-101-66/+309
* gas/arc: Limit special handling of t/nt flag to ARCv2Rinat Zelig2017-03-161-5/+13
* [ARC] Fix assembler relaxation.Claudiu Zissulescu2017-02-151-9/+32
* [ARC] Provide an interface to decode ARC instructions.Claudiu Zissulescu2017-02-061-0/+4
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-10/+10
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* ARC/GAS: Correct a `spaces' global shadowing errorMaciej W. Rozycki2016-12-081-5/+5
* [ARC] Don't check extAuxRegister second argument for sign.Claudiu Zissulescu2016-12-051-11/+16
* [ARC] Sync cpu names with the ones accepted by GCC.Claudiu Zissulescu2016-12-021-22/+85
* [ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu2016-11-291-15/+20
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-1/+1
* [ARC] Fix and extend features of .cpu directive.Claudiu Zissulescu2016-11-181-18/+59
* arc/nps400: Validate address type operands correctlyAndrew Burgess2016-11-041-3/+16
* arc: Change max instruction length to 64-bitsAndrew Burgess2016-11-031-125/+30
* arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall2016-11-031-2/+4
* gas/arc: Replace short_insn flag with insn length fieldGraham Markall2016-11-031-45/+18
* gas/arc: Don't rely on bfd list of cpu type for cpu selectionAndrew Burgess2016-10-271-91/+100
* [ARC] Fix parsing leave_s and enter_s mnemonics.Claudiu Zissulescu2016-10-061-2/+1
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-1/+6
* -Wimplicit-fallthrough error fixesAlan Modra2016-10-061-0/+1
* [ARC] Fix parsing dtpoff relocation expression.Claudiu Zissulescu2016-09-141-1/+1
* Begin implementing ARC NPS-400 Accelerator instructionsGraham Markall2016-07-271-35/+117
* TLS: DTPOFF can accept offsets, stored into addendum. Remove the need of baseClaudiu Zissulescu2016-07-111-23/+2
* Allow ARC target to be configured with --with-cpu=<cpu-name>.Andrew Burgess2016-06-301-2/+7
* Make the kernel dwarf stack unwinder work for ARC targets.Vineet Gupta2016-06-271-1/+1
* [ARC] Misc minor edits/fixesGraham Markall2016-06-231-36/+37
* Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall2016-06-211-13/+57
* Fix compile time warning messages building with gcc v6.1.1Nick Clifton2016-06-131-1/+1
* Add support for 48 and 64 bit ARC instructions.Andrew Burgess2016-06-021-69/+192
* [ARC] Add XY registers, update neg instruction.Claudiu Zissulescu2016-05-231-1/+27
* [ARC] Rename "class" named attributes.Claudiu Zissulescu2016-05-231-12/+12
* gas/arc: Make member of arc_flags constAndrew Burgess2016-05-181-1/+1
* gas/arc: Use BFD_VMA_FMT for printf format specifierAndrew Burgess2016-05-181-2/+4
* gas/arc: Fix array overrun when checking opcode arrayAndrew Burgess2016-05-181-2/+2
* gas/arc: Add guard against operand array overflow.Andrew Burgess2016-05-181-5/+7
* use XNEW and related macros moreTrevor Saunders2016-05-131-9/+8
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-3/+1
* [ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructionsClaudiu Zissulescu2016-05-041-2/+6
* Revert "gas/arc: Make .cpu directive case-insensitive"Andrew Burgess2016-04-171-8/+8
* gas/arc: Make .cpu directive case-insensitiveAndrew Burgess2016-04-161-8/+8
* gas/arc: Support NPS400 in .cpu directiveAndrew Burgess2016-04-161-0/+4
* [ARC] Fix setting private elf flags when parsing .cpu.Claudiu Zissulescu2016-04-131-3/+6
* Add support for .extCondCode, .extCoreRegister and .extAuxRegister.Claudiu Zissulescu2016-04-121-29/+335
* Add support for .extInstruction pseudo-op.Claudiu Zissulescu2016-04-121-32/+353
* Remove unneeded AUX register symbols.Claudiu Zissulescu2016-04-121-0/+20
* gas/arc: Handle multiple arc_opcode chains for same mnemonicAndrew Burgess2016-04-071-12/+60