[ARC] Improve parsing instruction operands.
[deliverable/binutils-gdb.git] / gas / config / tc-arc.c
2020-01-07  Claudiu Zissulescu[ARC] Improve parsing instruction operands.
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-09-19  Alan Modrabfd_section_* macros
2019-05-14  Nick CliftonA series of fixes to addres problems detected by compil...
2019-04-16  Alan ModraMake frag fr_fix unsigned
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-10-29  Alan ModraMove struc-symbol.h to symbols.c
2018-09-20  Maciej W. RozyckiARC: Fix build errors with large constants and C89
2018-08-06  claziss[ARC] Check if an input asm file is rf16 compliant
2018-08-06  claziss[ARC] Add Tag_ARC_ATR_version.
2018-08-06  claziss[ARC] Update handling AUX-registers.
2018-07-23  claziss[ARC] Fix case-sensitivity for extension instructions.
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-06-26  clazissUpdate check conditions for illegal placed instructions.
2017-06-08  Vineet Gupta[ARC] Don't convert _DYNAMIC@ to _GLOBAL_OFFSET_TABLE_
2017-05-30  Anton Kolesov[ARC] Add arc-cpu.def with processor definitions
2017-05-23  claziss[ARC] Reformat error messages.
2017-05-10  Claudiu Zissulescu[ARC] Object attributes.
2017-03-16  Rinat Zeliggas/arc: Limit special handling of t/nt flag to ARCv2
2017-02-15  Claudiu Zissulescu[ARC] Fix assembler relaxation.
2017-02-06  Claudiu Zissulescu[ARC] Provide an interface to decode ARC instructions.
2017-01-23  Nick CliftonFix spelling mistakes and typos in the GAS sources.
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-08  Maciej W. RozyckiARC/GAS: Correct a `spaces' global shadowing error
2016-12-05  Claudiu Zissulescu[ARC] Don't check extAuxRegister second argument for...
2016-12-02  Claudiu Zissulescu[ARC] Sync cpu names with the ones accepted by GCC.
2016-11-29  Claudiu Zissulescu[ARC] Add checking for LP_COUNT reg usage, improve...
2016-11-27  Ambrogino ModiglianiFix spelling in comments in C source files (gas)
2016-11-18  Claudiu Zissulescu[ARC] Fix and extend features of .cpu directive.
2016-11-04  Andrew Burgessarc/nps400: Validate address type operands correctly
2016-11-03  Andrew Burgessarc: Change max instruction length to 64-bits
2016-11-03  Graham Markallarc: Replace ARC_SHORT macro with arc_opcode_len function
2016-11-03  Graham Markallgas/arc: Replace short_insn flag with insn length field
2016-10-27  Andrew Burgessgas/arc: Don't rely on bfd list of cpu type for cpu...
2016-10-06  Claudiu Zissulescu[ARC] Fix parsing leave_s and enter_s mnemonics.
2016-10-05  Alan Modra-Wimplicit-fallthrough warning fixes
2016-10-05  Alan Modra-Wimplicit-fallthrough error fixes
2016-09-14  Claudiu Zissulescu[ARC] Fix parsing dtpoff relocation expression.
2016-07-27  Graham MarkallBegin implementing ARC NPS-400 Accelerator instructions
2016-07-11  Claudiu ZissulescuTLS: DTPOFF can accept offsets, stored into addendum...
2016-06-30  Andrew BurgessAllow ARC target to be configured with --with-cpu=...
2016-06-27  Vineet GuptaMake the kernel dwarf stack unwinder work for ARC targets.
2016-06-23  Graham Markall[ARC] Misc minor edits/fixes
2016-06-21  Graham MarkallArc assembler: Convert nps400 from a machine type to...
2016-06-13  Nick CliftonFix compile time warning messages building with gcc...
2016-06-02  Andrew BurgessAdd support for 48 and 64 bit ARC instructions.
2016-05-23  Claudiu Zissulescu[ARC] Add XY registers, update neg instruction.
2016-05-23  Claudiu Zissulescu[ARC] Rename "class" named attributes.
2016-05-18  Andrew Burgessgas/arc: Make member of arc_flags const
2016-05-18  Andrew Burgessgas/arc: Use BFD_VMA_FMT for printf format specifier
2016-05-18  Andrew Burgessgas/arc: Fix array overrun when checking opcode array
2016-05-18  Andrew Burgessgas/arc: Add guard against operand array overflow.
2016-05-13  Trevor Saundersuse XNEW and related macros more
2016-05-13  Trevor Saundersuse xstrdup, xmemdup0 and concat more
2016-05-04  Claudiu Zissulescu[ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instr...
2016-04-17  Andrew BurgessRevert "gas/arc: Make .cpu directive case-insensitive"
2016-04-16  Andrew Burgessgas/arc: Make .cpu directive case-insensitive
2016-04-16  Andrew Burgessgas/arc: Support NPS400 in .cpu directive
2016-04-13  Claudiu Zissulescu[ARC] Fix setting private elf flags when parsing .cpu.
2016-04-12  Claudiu ZissulescuAdd support for .extCondCode, .extCoreRegister and...
2016-04-12  Claudiu ZissulescuAdd support for .extInstruction pseudo-op.
2016-04-12  Claudiu ZissulescuRemove unneeded AUX register symbols.
2016-04-07  Andrew Burgessgas/arc: Handle multiple arc_opcode chains for same...
2016-04-07  Andrew Burgessgas/arc: Additional work to support multiple arc_opcode...
2016-04-07  Andrew Burgessgas/arc: Modify structure used to hold opcodes
2016-04-07  Claudiu Zissulescu[ARC] Prepare strings for automatic translation.
2016-04-07  Andrew Burgessgas/arc: Allow greater range of characters into flag...
2016-04-07  Andrew Burgessgas/arc: Remove preprocess_operands function
2016-04-05  Claudiu Zissulescu[ARC] Fix support for double assist instructions.
2016-04-05  Claudiu Zissulescu[ARC] Don't allow pc-rel relocations for J* instructions.
2016-04-01  Andrew Burgessgas/arc: Change 'LENGHT' to 'LENGTH'
2016-04-01  Alan ModraConstify more
2016-03-29  Trevor Saundersmake md_parse_option () take a const char *
2016-03-21  Andrew Burgessarc/opcodes: Use flag operand class to handle multiple...
2016-03-21  Andrew Burgessarc: Add nps400 machine type, and assembler flag.
2016-03-21  Andrew Burgessarc: Remove EF_ARC_CPU_GENERIC constant.
2016-03-21  Andrew Burgessarc/gas: default mach is arc700, initialised in md_begin
2016-03-21  Nick CliftonRemove use of alloca.
2016-03-07  Trevor SaundersAdd const qualifiers at various places.
2016-02-29  Claudiu Zissulescu[ARC] Local symbols relocation cleanup
2016-02-29  Claudiu Zissulescu[ARC] General fixes.
2016-02-22  Trevor SaundersAdd more const type qualifiers to GAS sources.
2016-02-16  Claudiu Zissulescu[ARC] Enable .cfi_* pseudo-ops.
2016-02-10  Claudiu ZissulescuAdd support for ARC instruction relaxation in the assem...
2016-02-01  Claudiu ZissulescuFix ARC TLS support.
2016-01-01  Alan ModraCopyright update for binutils
2015-12-10  Andrew Burgessarc/gas: Accept, but ignore, dummy arguments.
2015-12-04  Claudiu ZissulescuFix failures in the GAS testsuite for the ARC architecture.
2015-11-09  Dominik Vogtgas: Fix left shift of negative value.
2015-10-28  Cupertino MirandaFix errors in the gas testsuite for the ARC target.
2015-10-07  Nick CliftonNew ARC implementation.
2015-08-21  Nick CliftonAllow symbol and label names to be enclosed in double...
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-04-09  Alan Modragas TC_PARSE_CONS_EXPRESSION communication with TC_CONS...
2014-03-05  Alan ModraUpdate copyright years
2011-03-10  Alan Modra * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
2009-09-25  Nick Clifton Update soruces to make alpha, arc and arm targe...
2009-09-05  Nick Clifton * bfd/coff-arm.c (coff_arm_relocate_section)
2009-07-24  Nick Clifton PR 10437
2009-06-22  Nick Clifton * gas/app, gas/as.c, gas/as.h, gas/atof-generic...
next
This page took 0.719499 seconds and 107 git commands to generate.