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