Age | Commit message (Expand) | Author | Files | Lines |
2016-06-13 | Fix compile time warning messages building with gcc v6.1.1 | Nick Clifton | 1 | -1/+1 |
2016-06-02 | Add support for 48 and 64 bit ARC instructions. | Andrew Burgess | 1 | -69/+192 |
2016-05-23 | [ARC] Add XY registers, update neg instruction. | Claudiu Zissulescu | 1 | -1/+27 |
2016-05-23 | [ARC] Rename "class" named attributes. | Claudiu Zissulescu | 1 | -12/+12 |
2016-05-18 | gas/arc: Make member of arc_flags const | Andrew Burgess | 1 | -1/+1 |
2016-05-18 | gas/arc: Use BFD_VMA_FMT for printf format specifier | Andrew Burgess | 1 | -2/+4 |
2016-05-18 | gas/arc: Fix array overrun when checking opcode array | Andrew Burgess | 1 | -2/+2 |
2016-05-18 | gas/arc: Add guard against operand array overflow. | Andrew Burgess | 1 | -5/+7 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -9/+8 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -3/+1 |
2016-05-04 | [ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructions | Claudiu Zissulescu | 1 | -2/+6 |
2016-04-17 | Revert "gas/arc: Make .cpu directive case-insensitive" | Andrew Burgess | 1 | -8/+8 |
2016-04-16 | gas/arc: Make .cpu directive case-insensitive | Andrew Burgess | 1 | -8/+8 |
2016-04-16 | gas/arc: Support NPS400 in .cpu directive | Andrew Burgess | 1 | -0/+4 |
2016-04-13 | [ARC] Fix setting private elf flags when parsing .cpu. | Claudiu Zissulescu | 1 | -3/+6 |
2016-04-12 | Add support for .extCondCode, .extCoreRegister and .extAuxRegister. | Claudiu Zissulescu | 1 | -29/+335 |
2016-04-12 | Add support for .extInstruction pseudo-op. | Claudiu Zissulescu | 1 | -32/+353 |
2016-04-12 | Remove unneeded AUX register symbols. | Claudiu Zissulescu | 1 | -0/+20 |
2016-04-07 | gas/arc: Handle multiple arc_opcode chains for same mnemonic | Andrew Burgess | 1 | -12/+60 |
2016-04-07 | gas/arc: Additional work to support multiple arc_opcode chains | Andrew Burgess | 1 | -35/+33 |
2016-04-07 | gas/arc: Modify structure used to hold opcodes | Andrew Burgess | 1 | -10/+56 |
2016-04-07 | [ARC] Prepare strings for automatic translation. | Claudiu Zissulescu | 1 | -5/+5 |
2016-04-07 | gas/arc: Allow greater range of characters into flag names | Andrew Burgess | 1 | -1/+2 |
2016-04-07 | gas/arc: Remove preprocess_operands function | Andrew Burgess | 1 | -46/+33 |
2016-04-05 | [ARC] Fix support for double assist instructions. | Claudiu Zissulescu | 1 | -4/+51 |
2016-04-05 | [ARC] Don't allow pc-rel relocations for J* instructions. | Claudiu Zissulescu | 1 | -1/+5 |
2016-04-01 | gas/arc: Change 'LENGHT' to 'LENGTH' | Andrew Burgess | 1 | -1/+1 |
2016-04-01 | Constify more | Alan Modra | 1 | -1/+1 |
2016-03-29 | make md_parse_option () take a const char * | Trevor Saunders | 1 | -1/+1 |
2016-03-21 | arc/opcodes: Use flag operand class to handle multiple flag matches | Andrew Burgess | 1 | -6/+16 |
2016-03-21 | arc: Add nps400 machine type, and assembler flag. | Andrew Burgess | 1 | -0/+3 |
2016-03-21 | arc: Remove EF_ARC_CPU_GENERIC constant. | Andrew Burgess | 1 | -4/+3 |
2016-03-21 | arc/gas: default mach is arc700, initialised in md_begin | Andrew Burgess | 1 | -41/+38 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -5/+4 |
2016-03-07 | Add const qualifiers at various places. | Trevor Saunders | 1 | -1/+1 |
2016-02-29 | [ARC] Local symbols relocation cleanup | Claudiu Zissulescu | 1 | -2/+23 |
2016-02-29 | [ARC] General fixes. | Claudiu Zissulescu | 1 | -1/+1 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -1/+1 |
2016-02-16 | [ARC] Enable .cfi_* pseudo-ops. | Claudiu Zissulescu | 1 | -0/+22 |
2016-02-10 | Add support for ARC instruction relaxation in the assembler. | Claudiu Zissulescu | 1 | -957/+1424 |
2016-02-01 | Fix ARC TLS support. | Claudiu Zissulescu | 1 | -2/+9 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-10 | arc/gas: Accept, but ignore, dummy arguments. | Andrew Burgess | 1 | -1/+2 |
2015-12-04 | Fix failures in the GAS testsuite for the ARC architecture. | Claudiu Zissulescu | 1 | -22/+57 |
2015-11-09 | gas: Fix left shift of negative value. | Dominik Vogt | 1 | -1/+1 |
2015-10-28 | Fix errors in the gas testsuite for the ARC target. | Cupertino Miranda | 1 | -189/+213 |
2015-10-07 | New ARC implementation. | Nick Clifton | 1 | -1485/+2735 |
2015-08-21 | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 1 | -12/+8 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -2/+4 |