aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-06-16target/arm: Fix mte page crossing testRichard Henderson2-1/+32
2021-06-07tests/tcg/configure.sh: tweak quoting of target_compilerAlex Bennée1-3/+3
2021-06-07tests/tcg: add a multiarch signals test to stress test signal deliveryAlex Bennée2-0/+151
2021-05-20target/xtensa: clean up unaligned accessMax Filippov1-0/+221
2021-05-20tests/tcg/x86_64: add vsyscall smoke testIlya Leoshkevich2-1/+17
2021-05-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell20-102/+492
2021-05-18tests/tcg: don't allow clang as a cross compilerAlex Bennée1-11/+22
2021-05-18tests/tcg: fix missing returnAlex Bennée1-0/+1
2021-05-18tests/tcg/ppc64le: tests for brh/brw/brdMatheus Ferst3-0/+47
2021-05-18tests/docker: gcc-10 based images for ppc64{,le} testsMatheus Ferst1-10/+10
2021-05-18tests/tcg/tricore: Add muls testBastian Koppelmann2-0/+10
2021-05-18tests/tcg/tricore: Add msub testBastian Koppelmann2-0/+10
2021-05-18tests/tcg/tricore: Add madd testBastian Koppelmann3-0/+30
2021-05-18tests/tcg/tricore: Add ftoi testBastian Koppelmann3-0/+18
2021-05-18tests/tcg/tricore: Add fmul testBastian Koppelmann2-0/+9
2021-05-18tests/tcg/tricore: Add fadd testBastian Koppelmann2-0/+17
2021-05-18tests/tcg/tricore: Add dvstep testBastian Koppelmann3-1/+44
2021-05-18tests/tcg/tricore: Add clz testBastian Koppelmann2-0/+10
2021-05-18tests/tcg/tricore: Add bmerge testBastian Koppelmann3-0/+33
2021-05-18tests/tcg/tricore: Add macros to create tests and first test 'abs'Bastian Koppelmann4-0/+68
2021-05-18tests/tcg/tricore: Add build infrastructureBastian Koppelmann2-0/+75
2021-05-18tests/tcg: Run timeout cmds using --foregroundBastian Koppelmann1-2/+3
2021-05-18tests/tcg: Add docker_as and docker_ld cmdsBastian Koppelmann2-1/+33
2021-05-18tests/tcg: don't iterate through other arch compilersAlex Bennée1-89/+59
2021-05-18tests/tcg: Use Hexagon Docker imageAlessandro Di Federico1-0/+5
2021-05-15tests/tcg/sparc64: Re-enable linux-testRichard Henderson1-6/+1
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster69-3220/+1
2021-05-01Hexagon (target/hexagon) CABAC decode binTaylor Simpson1-0/+28
2021-05-01Hexagon (target/hexagon) load into shifted register instructionsTaylor Simpson2-0/+416
2021-05-01Hexagon (target/hexagon) load and unpack bytes instructionsTaylor Simpson2-0/+475
2021-05-01Hexagon (target/hexagon) bit reverse (brev) addressingTaylor Simpson2-0/+191
2021-05-01Hexagon (target/hexagon) circular addressingTaylor Simpson2-0/+488
2021-05-01Hexagon (target/hexagon) add A4_addp_c/A4_subp_cTaylor Simpson1-0/+82
2021-05-01Hexagon (target/hexagon) add A6_vminub_RdPTaylor Simpson1-0/+34
2021-05-01Hexagon (target/hexagon) add A5_ACS (vacsh)Taylor Simpson1-0/+69
2021-05-01Hexagon (target/hexagon) add F2_sfinvsqrtaTaylor Simpson2-0/+44
2021-05-01Hexagon (target/hexagon) add F2_sfrecipa instructionTaylor Simpson3-0/+151
2021-05-01Hexagon (target/hexagon) use softfloat for float-to-int conversionsTaylor Simpson1-0/+145
2021-05-01Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson1-0/+19
2021-04-30test/tcg/aarch64: Add mte-5Richard Henderson2-1/+45
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson3-2/+46
2021-04-06tests/tcg: relax the next step precision of the gdb sha1 testAlex Bennée1-1/+4
2021-04-06tests/tcg/i386: force -fno-pie for test-i386Alex Bennée2-3/+19
2021-04-06tests/tcg/i386: expand .data sections for system testsAlex Bennée1-1/+1
2021-04-06tests/tcg/configure.sh: make sure we pick up x86_64 cross compilersAlex Bennée1-0/+5
2021-04-06tests/tcg: add concept of container_hostsAlex Bennée1-2/+25
2021-04-06tests/tcg: update the defaults for x86 compilersAlex Bennée1-2/+2
2021-03-24tests/tcg: add HeapInfo checking to semihosting testAlex Bennée1-1/+54
2021-03-24semihosting: move semihosting tests to multiarchAlex Bennée9-46/+90
2021-03-10target/ppc: Fix bcdsub. emulation when result overflowsFabiano Rosas4-0/+161