Age | Commit message (Expand) | Author | Files | Lines |
2019-12-17 | ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long') | Alan Modra | 2 | -2/+6 |
2019-12-16 | ubsan: xstormy16: left shift of negative value | Alan Modra | 2 | -1/+5 |
2019-12-11 | Remove more shifts for sign/zero extension | Alan Modra | 4 | -9/+23 |
2019-12-11 | ubsan: epiphany: left shift of negative value | Alan Modra | 2 | -2/+7 |
2019-11-20 | cpu: fix comment in bpf.cpu | Jose E. Marchesi | 2 | -1/+5 |
2019-09-09 | Add markers for 2.33 branch to NEWS and ChangeLog files. | Phil Blundell | 1 | -0/+4 |
2019-07-19 | cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassembler | Jose E. Marchesi | 2 | -2/+7 |
2019-07-15 | cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructions | Jose E. Marchesi | 2 | -25/+43 |
2019-07-14 | cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructions | Jose E. Marchesi | 2 | -2/+7 |
2019-06-13 | cpu/or1k: Update fpu compare symbols to imply set flag | Stafford Horne | 2 | -3/+7 |
2019-06-13 | cpu/or1k: Document no branch delay slot architectures and l.adrp | Stafford Horne | 3 | -4/+9 |
2019-06-13 | cpu/or1k: Define unordered comparisons | Stafford Horne | 2 | -4/+55 |
2019-06-13 | cpu/or1k: Add support for orfp64a32 spec | Stafford Horne | 6 | -46/+375 |
2019-05-23 | cpu: add eBPF cpu description | Jose E. Marchesi | 3 | -0/+843 |
2019-01-19 | Add markers for 2.32 branch to NEWS and ChangeLog files. | Nick Clifton | 1 | -0/+4 |
2018-10-05 | or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns | Richard Henderson | 2 | -93/+181 |
2018-10-05 | or1k: Add the l.adrp insn and supporting relocations | Stafford Horne | 3 | -62/+213 |
2018-10-05 | or1k: Add relocations for high-signed and low-stores | Richard Henderson | 3 | -292/+203 |
2018-07-24 | PR23430, Indices misspelled | Alan Modra | 2 | -1/+6 |
2018-05-09 | PR22069, Several instances of register accidentally spelled as regsiter | Alan Modra | 2 | -1/+5 |
2018-03-03 | opcodes error messages | Alan Modra | 2 | -8/+16 |
2018-01-13 | Add note about 2.30 branch creation to changelogs | Nick Clifton | 1 | -0/+4 |
2017-03-20 | Update the openrisc previous program counter (ppc) when running code in the c... | Stafford Horne | 2 | -0/+9 |
2016-10-06 | Add fall through comment to source in cpu/ | Alan Modra | 2 | -0/+5 |
2016-03-03 | Correct fr30 comment | Alan Modra | 2 | -3/+10 |
2016-03-02 | Fix shift left warning at source | Alan Modra | 2 | -1/+5 |
2016-02-02 | epiphany/disassembler: Improve alignment of output. | Andrew Burgess | 2 | -2/+8 |
2015-07-24 | Remove leading/trailing white spaces in ChangeLog | H.J. Lu | 1 | -7/+7 |
2014-07-20 | or1k: add missing l.msync, l.psync and l.psync instructions. | Stefan Kristiansson | 2 | -0/+28 |
2014-06-12 | Whitespace fixes for cpu/or1k.opc | Alan Modra | 2 | -87/+91 |
2014-05-08 | or1k: add support for l.swa/l.lwa atomic instructions | Stefan Kristiansson | 2 | -3/+56 |
2014-04-22 | Remove support for the (deprecated) openrisc and or32 configurations and replace | Christian Svensson | 8 | -938/+2224 |
2013-12-07 | strip off +x bits on non-executable/script files | Mike Frysinger | 2 | -0/+4 |
2013-03-08 | PR binutils/15241 | Nick Clifton | 2 | -1/+9 |
2012-12-10 | Add copyright notices | Nick Clifton | 1 | -0/+6 |
2012-11-30 | 2012-11-30 Oleg Raikhman <oleg@adapteva.com> | Joern Rennecke | 2 | -28/+47 |
2012-02-27 | cpu/ | Alan Modra | 2 | -2/+6 |
2011-12-15 | * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit | Nick Clifton | 2 | -5/+10 |
2011-10-27 | bfd: | Joern Rennecke | 2 | -2/+2 |
2011-10-26 | cpu: | Joern Rennecke | 2 | -4/+10 |
2011-10-25 | bfd: | Nick Clifton | 3 | -0/+3356 |
2011-08-22 | Move cpu files from cgen/cpu to top level cpu directory. | Nick Clifton | 22 | -0/+26465 |
2010-10-08 | Fix build with -DDEBUG=7 | Alan Modra | 2 | -0/+7 |
2010-07-03 | * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it. | DJ Delorie | 2 | -2/+6 |
2010-02-12 | * m32r.cpu (HASH-PREFIX): Delete. | Doug Evans | 5 | -44/+150 |
2010-01-25 | * desc-cpu.scm (cgen-desc.h): Don't print virtual enums. | Doug Evans | 2 | -11/+22 |
2010-01-06 | cpu/ | Doug Evans | 2 | -12/+18 |
2010-01-02 | * m32c.opc (parse_signed16): Fix typo. | Doug Evans | 2 | -2/+6 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 3 | -43/+43 |
2009-11-14 | Must use VOID expression in VOID context. | Doug Evans | 2 | -93/+114 |