aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
2021-01-04sim: include stdlib.h for atoi()Mike Frysinger10-4/+23
2021-01-04sim: stdlib.h for abs()Mike Frysinger6-0/+16
2021-01-04sim: update bug URI to https://Mike Frysinger64-33/+159
2021-01-04sim: common: version: add build & homepage info when interactiveMike Frysinger2-0/+20
2021-01-04sim: common: use sim_config_print nameMike Frysinger3-3/+3
2021-01-04sim: common: add a version output helper w/copyright+license infoMike Frysinger3-1/+31
2021-01-04sim: common: rename sim_print_configMike Frysinger3-2/+8
2021-01-02sim: common: add align_{up,down} to match gdbMike Frysinger5-18/+19
2021-01-01Update copyright year range in all GDB filesJoel Brobecker667-667/+667
2020-12-31sim/mips/sim-main.c: Include <stdlib.h> (for abort() declaration)Pavel I. Kryukov2-0/+5
2020-12-15Add support for the SDIV and UDIV instructions to the ARM simulator.Jens Bauer4-19/+132
2020-12-14sim/mips/cp1.c: Include <stdlib.h> for abort() declarationPavel I. Kryukov2-0/+6
2020-11-12sim: pru: Add support for LMBD instructionDimitar Dimitrov5-0/+88
2020-11-12m32r sim: Add prototypes for functions that pass/return DI valuesNick Clifton2-1/+18
2020-11-01sim/bpf: re-generate configureSimon Marchi2-2/+6
2020-10-22sim: move ChangeLog entries into the correct filesAndrew Burgess3-5/+8
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert3-3/+8
2020-10-06sim: Fix autoreconf errors in sim/ directoryAndrew Burgess15-15/+40
2020-09-18sim/m32r: return register sizes after fetch and storeAndrew Burgess2-2/+24
2020-09-08bpf: simulator: correct div, mod insn semanticsDavid Faust6-33/+66
2020-09-03bpf: several small fixes in the simulatorJose E. Marchesi7-3/+79
2020-09-03sim: better handle builds of primary targets lacking simsJose E. Marchesi3-6/+16
2020-08-21sim/bfin: include config/pkg.m4 in configure.acSimon Marchi3-8/+302
2020-08-13[ARM, sim] Fix build failure with -Werror (PR26365)Luis Machado2-12/+38
2020-08-10[sim] Fix mbuild build breaker in sim-cpu.cTom de Vries2-0/+6
2020-08-07MSP430: sim: Increase main memory region sizeJozef Lawrynowicz2-1/+6
2020-08-05MSP430: sim: Fix incorrect simulation of unsigned widening multiplyJozef Lawrynowicz5-12/+90
2020-08-04sim: generated files for the eBPF simulatorJose E. Marchesi14-0/+9943
2020-08-04sim: eBPF simulatorJose E. Marchesi34-0/+18703
2020-07-29Run `autoreconf -vf` throughoutSimon Marchi9-602/+28
2020-07-03sim/igen: Fix linker error with -fno-commonSebastian Huber4-0/+20
2020-07-03sim/ppc: Fix linker error with -fno-commonSebastian Huber3-17/+38
2020-03-12sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49Kamil Rytarowski2-0/+36
2020-03-12sim: ppc: netbsd: Sync errno codes with NetBSD 9.99.49Kamil Rytarowski2-1/+22
2020-02-06sim/aarch64: Fix register ordering bug in blr (PR sim/25318)Carlo Bramini2-4/+9
2020-01-22MSP430: Fix simulator execution of RRUX instructionJozef Lawrynowicz4-2/+27
2020-01-19sim: add some stdlib.h includesSimon Marchi7-2/+21
2020-01-17Fix spelling errorsChristian Biesinger2-1/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker641-641/+641
2019-12-19Add install-strip to sim/Tom Tromey10-0/+43
2019-12-14Add unlink support to moxie simulatorAnthony Green2-3/+21
2019-12-06[ARM, sim] Fix build error and warningsLuis Machado6-67/+71
2019-12-04sim-utils.c: prevent buffer overflow.Pavel I. Kryukov2-4/+8
2019-09-23Add testsuite for the PRU simulator portDimitar Dimitrov14-0/+582
2019-09-23sim: Add PRU simulator portDimitar Dimitrov17-0/+17767
2019-09-20bfd macro conversion to inline functionsAlan Modra2-5/+4
2019-09-19bfd_section_* macrosAlan Modra16-82/+87
2019-09-06bfd_get_filenameAlan Modra2-1/+5
2019-06-13sim/testsuite/or1k: Add tests for unordered comparesStafford Horne3-0/+202
2019-06-13sim/testsuite/or1k: Add test case for l.adrp instructionStafford Horne2-0/+77