aboutsummaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* sim: common: add missing stdlib.h for abort()Mike Frysinger2021-01-095-0/+9
* sim: require a C11 compilerMike Frysinger2021-01-0865-419/+1750
* sim: ppc: stub out sim_memory_mapMike Frysinger2021-01-082-0/+10
* sim: ChangeLog: move arch-specific entries into the arch dirMike Frysinger2021-01-0710-509/+524
* sim: cris: disable test that crashes the linkerMike Frysinger2021-01-072-1/+10
* sim: cris: use -sim with C tests for cris-elf targetsMike Frysinger2021-01-072-0/+8
* sim: h8300: delete opcode cachingMike Frysinger2021-01-073-136/+20
* gdb/sim: add support for exporting memory mapMike Frysinger2021-01-072-0/+61
* fix paths in ChangeLogMike Frysinger2021-01-071-5/+5
* sim: cris: fix C tests with newer toolchainsMike Frysinger2021-01-0711-2/+21
* sim: fr30: delete unused testsuiteMike Frysinger2021-01-05108-7226/+4
* sim: testsuite: delete unused Make-common.in fileMike Frysinger2021-01-052-90/+4
* sim: h8300: fix test mach markersMike Frysinger2021-01-0510-9/+15
* sim: h8300: simplify testsuite runnerMike Frysinger2021-01-052-61/+15
* sim: include stdlib.h for atoi()Mike Frysinger2021-01-0410-4/+23
* sim: stdlib.h for abs()Mike Frysinger2021-01-046-0/+16
* sim: update bug URI to https://Mike Frysinger2021-01-0464-33/+159
* sim: common: version: add build & homepage info when interactiveMike Frysinger2021-01-042-0/+20
* sim: common: use sim_config_print nameMike Frysinger2021-01-043-3/+3
* sim: common: add a version output helper w/copyright+license infoMike Frysinger2021-01-043-1/+31
* sim: common: rename sim_print_configMike Frysinger2021-01-043-2/+8
* sim: common: add align_{up,down} to match gdbMike Frysinger2021-01-025-18/+19
* Update copyright year range in all GDB filesJoel Brobecker2021-01-01667-667/+667
* sim/mips/sim-main.c: Include <stdlib.h> (for abort() declaration)Pavel I. Kryukov2020-12-312-0/+5
* Add support for the SDIV and UDIV instructions to the ARM simulator.Jens Bauer2020-12-154-19/+132
* sim/mips/cp1.c: Include <stdlib.h> for abort() declarationPavel I. Kryukov2020-12-142-0/+6
* sim: pru: Add support for LMBD instructionDimitar Dimitrov2020-11-125-0/+88
* m32r sim: Add prototypes for functions that pass/return DI valuesNick Clifton2020-11-122-1/+18
* sim/bpf: re-generate configureSimon Marchi2020-11-012-2/+6
* sim: move ChangeLog entries into the correct filesAndrew Burgess2020-10-223-5/+8
* Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert2020-10-223-3/+8
* sim: Fix autoreconf errors in sim/ directoryAndrew Burgess2020-10-0615-15/+40
* sim/m32r: return register sizes after fetch and storeAndrew Burgess2020-09-182-2/+24
* bpf: simulator: correct div, mod insn semanticsDavid Faust2020-09-086-33/+66
* bpf: several small fixes in the simulatorJose E. Marchesi2020-09-037-3/+79
* sim: better handle builds of primary targets lacking simsJose E. Marchesi2020-09-033-6/+16
* sim/bfin: include config/pkg.m4 in configure.acSimon Marchi2020-08-213-8/+302
* [ARM, sim] Fix build failure with -Werror (PR26365)Luis Machado2020-08-132-12/+38
* [sim] Fix mbuild build breaker in sim-cpu.cTom de Vries2020-08-102-0/+6
* MSP430: sim: Increase main memory region sizeJozef Lawrynowicz2020-08-072-1/+6
* MSP430: sim: Fix incorrect simulation of unsigned widening multiplyJozef Lawrynowicz2020-08-055-12/+90
* sim: generated files for the eBPF simulatorJose E. Marchesi2020-08-0414-0/+9943
* sim: eBPF simulatorJose E. Marchesi2020-08-0434-0/+18703
* Run `autoreconf -vf` throughoutSimon Marchi2020-07-299-602/+28
* sim/igen: Fix linker error with -fno-commonSebastian Huber2020-07-034-0/+20
* sim/ppc: Fix linker error with -fno-commonSebastian Huber2020-07-033-17/+38
* sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49Kamil Rytarowski2020-03-122-0/+36
* sim: ppc: netbsd: Sync errno codes with NetBSD 9.99.49Kamil Rytarowski2020-03-122-1/+22
* sim/aarch64: Fix register ordering bug in blr (PR sim/25318)Carlo Bramini2020-02-062-4/+9
* MSP430: Fix simulator execution of RRUX instructionJozef Lawrynowicz2020-01-224-2/+27