aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg
AgeCommit message (Expand)AuthorFilesLines
2020-10-14tests/tcg/linux-test: Adjust getsockname for muslRichard Henderson1-1/+1
2020-10-13Remove superfluous .gitignore filesThomas Huth1-5/+0
2020-09-30tests/tcg: reinstate or replace desired parts of rules.makPaolo Bonzini2-3/+14
2020-09-10plugins: move the more involved plugins to contribAlex Bennée1-2/+1
2020-09-08Makefile: inline the relevant parts of rules.makPaolo Bonzini1-2/+0
2020-09-01tests/tcg: Do not require FE_* exception bitsRichard Henderson1-0/+17
2020-09-01tests/tcg: Do not require FE_TOWARDZERORichard Henderson2-0/+4
2020-09-01tests/tcg: Add microblaze to arches filterRichard Henderson1-1/+1
2020-08-21tests/tcg/xtensa: add DFP0 arithmetic testsMax Filippov1-0/+162
2020-08-21tests/tcg/xtensa: test double precision load/storeMax Filippov1-0/+123
2020-08-21tests/tcg/xtensa: add fp0 div and sqrt testsMax Filippov2-0/+158
2020-08-21tests/tcg/xtensa: update test_lsc for DFPUMax Filippov1-13/+34
2020-08-21tests/tcg/xtensa: update test_fp1 for DFPUMax Filippov1-28/+34
2020-08-21tests/tcg/xtensa: update test_fp0_conv for DFPUMax Filippov1-144/+155
2020-08-21tests/tcg/xtensa: expand madd testsMax Filippov1-0/+104
2020-08-21tests/tcg/xtensa: update test_fp0_arith for DFPUMax Filippov2-97/+223
2020-08-21tests/tcg/xtensa: fix test execution on ISSMax Filippov1-5/+5
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-2/+2
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson2-1/+34
2020-07-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell2-8/+17
2020-07-11tests/docker: update toolchain set in debian-xtensa-crossMax Filippov1-1/+1
2020-07-11tests/tcg: add more default compilers to configure.shAlex Bennée1-5/+14
2020-07-11tests/docker: change tag naming scheme of our imagesAlex Bennée1-2/+2
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers2-0/+817
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers1-0/+1071
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers1-0/+1161
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers1-0/+1156
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers1-0/+1140
2020-06-16plugins: new lockstep plugin for debugging TCG changesAlex Bennée1-1/+2
2020-06-16tests/tcg: ensure -cpu max also used for plugin runAlex Bennée2-1/+3
2020-06-16tests/tcg: build plugin list from contents of src directoryAlex Bennée3-7/+8
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-0/+1677
2020-06-12target/i386: correct fix for pcmpxstrx substring searchJoseph Myers2-0/+36
2020-06-10target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers1-0/+831
2020-06-10target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers1-0/+100
2020-06-10target/i386: fix fbstp handling of out-of-range valuesJoseph Myers1-0/+115
2020-06-10target/i386: fix fbstp handling of negative zeroJoseph Myers1-0/+25
2020-06-10target/i386: fix fxam handling of invalid encodingsJoseph Myers1-0/+143
2020-06-10target/i386: fix floating-point load-constant roundingJoseph Myers1-0/+199
2020-06-10target/i386: fix fscale handling of rounding precisionJoseph Myers1-0/+13
2020-06-10target/i386: fix fscale handling of infinite exponentsJoseph Myers1-0/+29
2020-06-10target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers1-0/+29
2020-06-10target/i386: fix fscale handling of signaling NaNJoseph Myers1-0/+37
2020-06-10target/i386: implement special cases for fxtractJoseph Myers1-0/+120
2020-06-08tests/tcg: add simple commpage test caseAlex Bennée2-0/+63
2020-05-27tests/tcg: add new threadcount testAlex Bennée2-0/+66
2020-05-27tests/docker: use a gcc-10 based image for arm64 testsAlex Bennée1-2/+2
2020-05-27tests/tcg: better detect confused gdb which can't connectAlex Bennée1-0/+4
2020-05-27tests/tcg: fix invocation of the memory record/replay testsAlex Bennée1-1/+1
2020-05-15softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers1-0/+10