Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | sim: Don't overwrite stored errno in sim_syscall_multi | Andrew Burgess | 2 | -5/+5 |
2018-12-06 | sim/cris: Fix references to cgen cpu directory | Andrew Burgess | 2 | -10/+13 |
2018-12-06 | sim/opcodes: Allow use of out of tree cgen source directory | Andrew Burgess | 9 | -40/+100 |
2018-10-30 | [src/erc32] Use ncurses instead of termcap on Cygwin too | Joel Sherrill | 3 | -10/+15 |
2018-10-05 | or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns | Richard Henderson | 12 | -233/+1058 |
2018-09-28 | Change "xor" name in cpu_core to allow building with iso646.h or C++ compiler | Компан, Вячеслав Олегович | 3 | -4/+14 |
2018-07-21 | Update my e-mail address, limit maintenance to MIPS I-IV ISAs | Maciej W. Rozycki | 2 | -1/+6 |
2018-07-19 | Remove myself from target-specific MAINTAINERS | DJ Delorie | 2 | -4/+8 |
2018-07-14 | sim: Add Stafford Horne as or1k maintainer. | Stafford Horne | 2 | -0/+5 |
2018-06-19 | Bump to autoconf 2.69 and automake 1.15.1 | Simon Marchi | 132 | -17835/+19994 |
2018-06-18 | config: Sync with GCC | Simon Marchi | 32 | -974/+1037 |
2018-05-09 | PR22069, Several instances of register accidentally spelled as regsiter | Alan Modra | 3 | -2/+7 |
2018-01-22 | MAINTAINERS: Update my company e-mail address | Maciej W. Rozycki | 2 | -1/+5 |
2018-01-02 | Fix compile time warning (in the ARM simulator) about a print statement with ... | Nick Clifton | 2 | -1/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 618 | -618/+618 |
2017-12-12 | sim: testsuite: add testsuite for or1k sim | Peter Gavin | 28 | -0/+6510 |
2017-12-12 | sim: or1k: add autoconf generated files | Stafford Horne | 5 | -0/+16427 |
2017-12-12 | sim: or1k: add cgen generated files | Stafford Horne | 11 | -0/+27536 |
2017-12-12 | sim: or1k: add or1k target to sim | Stafford Horne | 11 | -0/+1637 |
2017-12-12 | sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u]) | Peter Gavin | 2 | -0/+25 |
2017-12-12 | sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) | Peter Gavin | 5 | -5/+149 |
2017-11-01 | FT32: support for FT32B processor - part 2/2 | James Bowman | 2 | -7/+19 |
2017-10-12 | FT32: support for FT32B processor - part 1 | James Bowman | 2 | -7/+15 |
2017-10-12 | Add myself as ft32 maintainer for sim. | James Bowman | 2 | -0/+5 |
2017-10-03 | Update my email address. | Jim Wilson | 2 | -1/+5 |
2017-09-21 | [SIM, ARM] Fix build failure | Yao Qi | 2 | -1/+8 |
2017-09-06 | Honor an existing CC_FOR_BUILD in the environment for sim. | John Baldwin | 59 | -202/+434 |
2017-09-04 | Define an error function in the PPC simulator library. | John Baldwin | 2 | -0/+15 |
2017-09-04 | Fix simulator | Anthony Green | 2 | -7/+16 |
2017-08-29 | Fix simulation of MSP430's open system call. | Jozef Lawrynowicz | 2 | -10/+30 |
2017-06-02 | Correct check for endianness | Michael Eager | 2 | -1/+5 |
2017-05-24 | Refactor disassembler selection | Yao Qi | 2 | -1/+9 |
2017-04-22 | Fix ldn/stn multiple instructions. Fix testcases with unaligned data. | Jim Wilson | 14 | -202/+454 |
2017-04-08 | Add support for fcvtl and fcvtl2. | Jim Wilson | 4 | -0/+112 |
2017-04-08 | Support the fcmXX zero instructions. | Jim Wilson | 4 | -0/+232 |
2017-03-25 | Fix bug with cmn/adds where C flag was incorrectly set. | Jim Wilson | 4 | -1/+27 |
2017-03-03 | Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. | Jim Wilson | 5 | -9/+89 |
2017-02-25 | Add missing smov support, and clean up existing umov support. | Jim Wilson | 4 | -75/+227 |
2017-02-25 | Add missing cnt (popcount) instruction support. | Jim Wilson | 4 | -0/+94 |
2017-02-19 | Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. | Jim Wilson | 8 | -36/+157 |
2017-02-14 | Add self to aarch64 maintainers. Fix mla instruction. | Jim Wilson | 6 | -49/+128 |
2017-02-14 | Fix bit/bif instructions. | Jim Wilson | 4 | -10/+107 |
2017-02-14 | Add ldn/stn single support, fix ldnr support. | Jim Wilson | 6 | -269/+698 |
2017-02-13 | sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations | Mike Frysinger | 39 | -62/+141 |
2017-01-23 | Add support for cmtst. | Jim Wilson | 4 | -0/+113 |
2017-01-17 | Fixes for addv and xtn2 instructions. | Jim Wilson | 5 | -31/+158 |
2017-01-09 | Fix problems with the implementation of the uzp1 and uzp2 instructions. | Jim Wilson | 4 | -17/+273 |
2017-01-04 | Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. | Jim Wilson | 9 | -33/+618 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 576 | -576/+576 |
2016-12-21 | Fix bugs with float compare and Inf operands. | Jim Wilson | 4 | -0/+184 |