aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-06-29target/cris: Fix use_goto_tbRichard Henderson
2021-06-29target/cris: Mark exceptions as DISAS_NORETURNRichard Henderson
2021-06-29target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2021-06-29target/cris: Remove DISAS_SWIRichard Henderson
2021-06-29target/cris: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/avr: Convert to TranslatorOpsRichard Henderson
2021-06-29target/avr: Change ctx to DisasContext* in gen_intermediate_codeRichard Henderson
2021-06-29target/avr: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson
2021-06-29target/nios2: Inline handle_instructionRichard Henderson
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use global cpu_RRichard Henderson
2021-06-29target/nios2: Use global cpu_envRichard Henderson
2021-06-29target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2021-06-29Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-axp-20210628' into...Peter Maydell
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-28target/alpha: Honor the FEN bitRichard Henderson
2021-06-28Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into stagingPeter Maydell
2021-06-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini
2021-06-24target/mips: Merge msa32/msa64 decodetree definitionsPhilippe Mathieu-Daudé
2021-06-24target/mips: Remove pointless gen_msa()Philippe Mathieu-Daudé
2021-06-24target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé
2021-06-24target/mips: Constify host_to_mips_errno[]Philippe Mathieu-Daudé
2021-06-24target/mips: fix emulation of nanoMIPS BPOSGE32 instructionAleksandar Rikalo
2021-06-24target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful casesPhilippe Mathieu-Daudé
2021-06-24target/mips: Remove SmartMIPS / MDMX unuseful commentsPhilippe Mathieu-Daudé
2021-06-24target/mips: Restrict some system specific declarations to sysemuPhilippe Mathieu-Daudé
2021-06-24target/mips: Move translate.h to tcg/ sub directoryPhilippe Mathieu-Daudé
2021-06-24target/mips: Move TCG trace events to tcg/ sub directoryPhilippe Mathieu-Daudé
2021-06-24target/mips: Do not abort on invalid instructionPhilippe Mathieu-Daudé
2021-06-24target/mips: Raise exception when DINSV opcode used with DSP disabledPhilippe Mathieu-Daudé
2021-06-24target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insnPhilippe Mathieu-Daudé
2021-06-24target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()Philippe Mathieu-Daudé
2021-06-24target/mips: Fix potential integer overflow (CID 1452921)Philippe Mathieu-Daudé
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell
2021-06-24target/arm: Implement MTE3Peter Collingbourne
2021-06-24target/arm: Make VMOV scalar <-> gpreg beatwise for MVEPeter Maydell
2021-06-24target/arm: Implement MVE VADDVPeter Maydell
2021-06-24target/arm: Implement MVE VHCADDPeter Maydell
2021-06-24target/arm: Implement MVE VCADDPeter Maydell
2021-06-24target/arm: Implement MVE VADC, VSBCPeter Maydell
2021-06-24target/arm: Implement MVE VRHADDPeter Maydell
2021-06-24target/arm: Implement MVE VQDMULL (vector)Peter Maydell
2021-06-24target/arm: Implement MVE VQDMLSDH and VQRDMLSDHPeter Maydell
2021-06-24target/arm: Implement MVE VQDMLADH and VQRDMLADHPeter Maydell
2021-06-24target/arm: Implement MVE VRSHLPeter Maydell