aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-02-04sim: riscv: new portMike Frysinger5-0/+81
2021-01-18sim: bfin: delete accidental ADI copyrightMike Frysinger2-1/+4
2021-01-15sim: testsuite: flatten treeMike Frysinger2860-1/+5
2021-01-15sim: testsuite: delete configure scriptMike Frysinger4-3112/+9
2021-01-15sim: d10v: relocate tests & clean up test harnessMike Frysinger58-3434/+300
2021-01-15sim: mips: delete empty stub test dirMike Frysinger7-3200/+7
2021-01-15sim: frv: clean up redundant test coverageMike Frysinger14-3219/+48
2021-01-15sim: m32r: clean up redundant test coverageMike Frysinger11-3203/+14
2021-01-15sim: testsuite: allow tests to declare expected exit statusMike Frysinger5-13/+32
2021-01-11sim: tests: get common tests working againMike Frysinger4-41/+46
2021-01-09sim: replace rindex with strrchrMike Frysinger2-2/+6
2021-01-09sim: sh64: delete portMike Frysinger392-13498/+5
2021-01-07sim: ChangeLog: move arch-specific entries into the arch dirMike Frysinger2-17/+21
2021-01-07sim: cris: disable test that crashes the linkerMike Frysinger2-1/+10
2021-01-07sim: cris: use -sim with C tests for cris-elf targetsMike Frysinger2-0/+8
2021-01-07fix paths in ChangeLogMike Frysinger1-5/+5
2021-01-07sim: cris: fix C tests with newer toolchainsMike Frysinger11-2/+21
2021-01-05sim: fr30: delete unused testsuiteMike Frysinger108-7226/+4
2021-01-05sim: testsuite: delete unused Make-common.in fileMike Frysinger2-90/+4
2021-01-05sim: h8300: fix test mach markersMike Frysinger10-9/+15
2021-01-05sim: h8300: simplify testsuite runnerMike Frysinger2-61/+15
2021-01-04sim: stdlib.h for abs()Mike Frysinger2-0/+5
2021-01-04sim: update bug URI to https://Mike Frysinger1-0/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker61-61/+61
2020-11-12sim: pru: Add support for LMBD instructionDimitar Dimitrov2-0/+65
2020-10-06sim: Fix autoreconf errors in sim/ directoryAndrew Burgess15-15/+40
2020-09-08bpf: simulator: correct div, mod insn semanticsDavid Faust3-17/+45
2020-08-05MSP430: sim: Fix incorrect simulation of unsigned widening multiplyJozef Lawrynowicz2-0/+59
2020-08-04sim: eBPF simulatorJose E. Marchesi14-0/+862
2020-07-29Run `autoreconf -vf` throughoutSimon Marchi2-3/+7
2020-01-22MSP430: Fix simulator execution of RRUX instructionJozef Lawrynowicz2-0/+18
2020-01-01Update copyright year range in all GDB files.Joel Brobecker60-60/+60
2019-12-19Add install-strip to sim/Tom Tromey2-0/+6
2019-09-23Add testsuite for the PRU simulator portDimitar Dimitrov14-0/+582
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
2019-06-13sim/testsuite/or1k: Add test for 64-bit fpu operationsStafford Horne2-0/+176
2019-01-01Update copyright year range in all GDB files.Joel Brobecker45-45/+45
2018-10-05or1k: Add the l.muld, l.muldu, l.macu, l.msbu insnsRichard Henderson3-65/+61
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi10-1011/+1301
2018-06-18config: Sync with GCCSimon Marchi1-1/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker45-45/+45
2017-12-12sim: testsuite: add testsuite for or1k simPeter Gavin28-0/+6510
2017-04-22Fix ldn/stn multiple instructions. Fix testcases with unaligned data.Jim Wilson12-14/+341
2017-04-08Add support for fcvtl and fcvtl2.Jim Wilson2-0/+61
2017-04-08Support the fcmXX zero instructions.Jim Wilson2-0/+81
2017-03-25Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson2-0/+21
2017-03-03Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson3-5/+68
2017-02-25Add missing smov support, and clean up existing umov support.Jim Wilson2-0/+93
2017-02-25Add missing cnt (popcount) instruction support.Jim Wilson2-0/+37