Age | Commit message (Expand) | Author | Files | Lines |
2016-06-17 | opcodes,gas: sparc: fix rdasr,wrasr,rdpr,wrpr,rdhpr,wrhpr insns. | Jose E. Marchesi | 1 | -26/+25 |
2016-06-17 | opcodes,gas: adjust sparc insns and make GAS aware of it | Jose E. Marchesi | 1 | -15/+25 |
2016-06-17 | gas: sparc: fix collision of registers and pseudo-ops. | Jose E. Marchesi | 1 | -141/+240 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -4/+4 |
2016-04-14 | make a few variables static | Trevor Saunders | 1 | -1/+1 |
2016-04-07 | Allow integer contants to have a U suffix. Improve error reporting for missi... | Nick Clifton | 1 | -0/+5 |
2016-04-01 | Constify more | Alan Modra | 1 | -2/+2 |
2016-03-31 | work around get_symbol_name () in sparc and ia64 | Trevor Saunders | 1 | -1/+1 |
2016-03-29 | make md_parse_option () take a const char * | Trevor Saunders | 1 | -1/+1 |
2016-03-24 | gas: sparc: allow ASR registers in the 0..31 range in V9 and later | Jose E. Marchesi | 1 | -16/+16 |
2016-03-22 | tc-sparc.c: get rid of wierd usage of strchr () | Trevor Saunders | 1 | -6/+13 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 1 | -13/+13 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-09 | sparc: support %dN and %qN syntax for FP registers. | Jose E. Marchesi | 1 | -5/+11 |
2015-08-25 | Support for the sparc %pmcdper privileged register. | Jose E. Marchesi | 1 | -0/+1 |
2015-08-21 | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 1 | -12/+9 |
2015-08-12 | Remove trailing spaces in gas | H.J. Lu | 1 | -1/+1 |
2015-05-06 | gas: typo in comment fixed. | Jose E. Marchesi | 1 | -1/+1 |
2015-05-06 | gas: support for the sparc %ncc condition codes register. | Jose E. Marchesi | 1 | -2/+4 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-04 | Don't use register keyword | Alan Modra | 1 | -2/+2 |
2014-10-14 | sparc-aout and sparc-coff breakage | Alan Modra | 1 | -0/+2 |
2014-10-09 | This is a series of patches that add support for the SPARC M7 cpu to | Jose E. Marchesi | 1 | -40/+110 |
2014-09-12 | gas: fix bumping to architectures >v9 in sparc64-* targets. | Jose E. Marchesi | 1 | -9/+18 |
2014-07-04 | Update "configure.in" in comments and doco | Alan Modra | 1 | -1/+1 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -12/+6 |
2014-03-19 | This patch adds support for the hyperprivileged registers %hstick_offset | Jose E. Marchesi | 1 | -0/+2 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2013-08-23 | PR binutils/15834 | Nick Clifton | 1 | -5/+2 |
2013-08-05 | gas/ | Eric Botcazou | 1 | -3/+4 |
2012-11-20 | Fix sparc bitness overrides in GAS. Noticed by Eric Botcazou. | David S. Miller | 1 | -3/+11 |
2012-04-27 | Add support for sparc %cfr ASR register. | David S. Miller | 1 | -0/+1 |
2012-04-27 | Add support for sparc pause instruction. | David S. Miller | 1 | -5/+6 |
2012-04-27 | Add support for sparc compare-and-branch instructions. | David S. Miller | 1 | -5/+25 |
2012-04-27 | Add support for SPARC T4 crypto instructions. | David S. Miller | 1 | -3/+47 |
2012-04-27 | Move sparc opcode hwcaps out of sparc_opcode flags field. | David S. Miller | 1 | -80/+69 |
2012-04-12 | Support R_SPARC_WDISP10 and R_SPARC_H34. | David S. Miller | 1 | -0/+36 |
2011-11-17 | * config/tc-sparc.c (md_apply_fix): Handle BFD_RELOC_8. | David S. Miller | 1 | -2/+6 |
2011-09-22 | Add new sparc options to control instruction availability. | David S. Miller | 1 | -16/+85 |
2011-09-21 | Annotate sparc objects with cpu hardware capabilities used. | David S. Miller | 1 | -1/+55 |
2011-09-08 | gas/ | David S. Miller | 1 | -1/+3 |
2011-08-05 | include/opcode/ | David S. Miller | 1 | -0/+18 |
2010-06-28 | * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define. | Alan Modra | 1 | -4/+3 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -14/+13 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-07-24 | PR 10437 | Nick Clifton | 1 | -2/+2 |
2009-06-22 | * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, | Nick Clifton | 1 | -4/+4 |
2009-03-19 | * config/tc-sparc.c (md_parse_option): If the user gives | David S. Miller | 1 | -0/+4 |
2008-08-12 | Banish PARAMS and PTR. Convert to ISO C. | Alan Modra | 1 | -133/+71 |
2008-04-30 | * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries. | David S. Miller | 1 | -1/+1 |