summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()Philippe Mathieu-Daudé2021-10-181-4/+0Star
* target/mips: Fix DEXTRV_S.H DSP opcodePhilippe Mathieu-Daudé2021-10-181-2/+1Star
* target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()Philippe Mathieu-Daudé2021-10-181-3/+1Star
* target/mips: Use explicit extract32() calls in gen_msa_i5()Philippe Mathieu-Daudé2021-10-181-7/+4Star
* target/mips: Use tcg_constant_i32() in gen_msa_3rf()Philippe Mathieu-Daudé2021-10-181-9/+14
* target/mips: Use tcg_constant_i32() in gen_msa_2r()Philippe Mathieu-Daudé2021-10-181-3/+2Star
* target/mips: Use tcg_constant_i32() in gen_msa_2rf()Philippe Mathieu-Daudé2021-10-181-2/+1Star
* target/mips: Use tcg_constant_i32() in gen_msa_elm_df()Philippe Mathieu-Daudé2021-10-181-2/+1Star
* target/mips: Remove unused register from MSA 2R/2RF instruction formatPhilippe Mathieu-Daudé2021-10-181-6/+0Star
* target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6Philippe Mathieu-Daudé2021-10-171-0/+6
* target/xtensa: Drop check for singlestep_enabledRichard Henderson2021-10-161-17/+8Star
* target/tricore: Drop check for singlestep_enabledRichard Henderson2021-10-163-21/+1Star
* target/sh4: Drop check for singlestep_enabledRichard Henderson2021-10-163-17/+3Star
* target/s390x: Drop check for singlestep_enabledRichard Henderson2021-10-161-6/+2Star
* target/rx: Drop checks for singlestep_enabledRichard Henderson2021-10-163-19/+2Star
* target/riscv: Remove exit_tb and lookup_and_goto_ptrRichard Henderson2021-10-164-34/+7Star
* target/riscv: Remove dead code after exceptionRichard Henderson2021-10-161-5/+1Star
* target/ppc: Drop exit checks for singlestep_enabledRichard Henderson2021-10-161-30/+8Star
* target/openrisc: Drop checks for singlestep_enabledRichard Henderson2021-10-161-15/+3Star
* target/mips: Drop exit checks for singlestep_enabledRichard Henderson2021-10-161-32/+18Star
* target/mips: Fix single steppingRichard Henderson2021-10-161-9/+16
* target/microblaze: Drop checks for singlestep_enabledRichard Henderson2021-10-161-12/+2Star
* target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson2021-10-161-2/+2
* target/m68k: Drop checks for singlestep_enabledRichard Henderson2021-10-161-35/+9Star
* target/i386: Drop check for singlestep_enabledRichard Henderson2021-10-163-12/+1Star
* target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson2021-10-161-2/+3
* target/hppa: Drop checks for singlestep_enabledRichard Henderson2021-10-161-13/+4Star
* target/arm: Drop checks for singlestep_enabledRichard Henderson2021-10-162-38/+8Star
* target/hexagon: Drop checks for singlestep_enabledRichard Henderson2021-10-161-10/+2Star
* target/cris: Drop checks for singlestep_enabledRichard Henderson2021-10-161-16/+0Star
* target/avr: Drop checks for singlestep_enabledRichard Henderson2021-10-161-15/+4Star
* target/alpha: Drop checks for singlestep_enabledRichard Henderson2021-10-161-10/+3Star
* Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson2021-10-151-17/+1Star
|\
| * s390x: sigp: Force Set Architecture to return Invalid ParameterEric Farman2021-10-131-17/+1Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson2021-10-1310-373/+135Star
|\ \
| * | target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2021-10-132-47/+11Star
| * | target/sparc: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2021-10-131-7/+7
| * | target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2021-10-131-4/+4
| * | target/mips: Use 8-byte memory ops for msa load/storeRichard Henderson2021-10-131-130/+71Star
| * | target/mips: Use cpu_*_data_ra for msa load/storeRichard Henderson2021-10-131-285/+135Star
| * | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-134-4/+0Star
| * | target/hexagon: Implement cpu_mmu_indexRichard Henderson2021-10-131-0/+9
| * | target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-2/+2
| * | target/ppc: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-5/+7
| * | target/i386: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-1/+1
| * | target/arm: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-4/+4
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20211013' into stagingRichard Henderson2021-10-131-83/+90
|\ \
| * | target/alpha: Reorg integer memory operationsRichard Henderson2021-10-131-64/+40Star
| * | target/alpha: Reorg fp memory operationsRichard Henderson2021-10-131-26/+57
| |/
* | target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik2021-10-131-9/+7Star