summaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-6/+6
* arc: Update missing cipher.Claudiu Zissulescu2022-07-181-1/+1
* arc gas: don't leak arc_opcode_hash memoryAlan Modra2022-07-091-1/+20
* gas: rename md_end to md_finishAlan Modra2022-07-091-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* as_bad_subtractAlan Modra2021-07-211-6/+1
* Use startswith in gas subfolder.Martin Liska2021-04-011-5/+5
* Use bool in gasAlan Modra2021-03-311-113/+111
* TRUE/FALSE simplificationAlan Modra2021-03-291-8/+6
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert2020-10-221-1/+1
* gas warning fixesAlan Modra2020-08-251-1/+1
* Remove "memory exhausted" messagesAlan Modra2020-08-241-15/+0
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-6/+10
* Rearrange symbol_create parametersAlan Modra2020-08-211-3/+3
* Port gas/config/* to str_htab.Martin Liska2020-08-201-41/+21
* arc: Improve error messages when assemblingClaudiu Zissulescu2020-07-071-18/+42
* [ARC][committed] Code cleanup and improvements.Claudiu Zissulescu2020-01-131-1/+11
* [ARC] Improve parsing instruction operands.Claudiu Zissulescu2020-01-071-91/+110
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+2
* A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton2019-05-141-3/+0
* Make frag fr_fix unsignedAlan Modra2019-04-161-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-2/+1
* ARC: Fix build errors with large constants and C89Maciej W. Rozycki2018-09-201-2/+2
* [ARC] Check if an input asm file is rf16 compliantclaziss2018-08-061-0/+25
* [ARC] Add Tag_ARC_ATR_version.claziss2018-08-061-1/+5
* [ARC] Update handling AUX-registers.claziss2018-08-061-1/+9
* [ARC] Fix case-sensitivity for extension instructions.claziss2018-07-231-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* 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