aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-25target/sparc: Merge gen_branch_[an] with only callerRichard Henderson
2023-10-25target/sparc: Merge gen_fcond with only callerRichard Henderson
2023-10-25target/sparc: Merge gen_cond with only callerRichard Henderson
2023-10-25target/sparc: Move FBPfcc and FBfcc to decodetreeRichard Henderson
2023-10-25target/sparc: Move BPr to decodetreeRichard Henderson
2023-10-25target/sparc: Move BPcc and Bicc to decodetreeRichard Henderson
2023-10-25target/sparc: Move CALL to decodetreeRichard Henderson
2023-10-25target/sparc: Define AM_CHECK for sparc32Richard Henderson
2023-10-25target/sparc: Add decodetree infrastructureRichard Henderson
2023-10-25target/sparc: Partition cpu featuresRichard Henderson
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson
2023-10-25target/sparc: Use CPU_FEATURE_BIT_* for cpu propertiesRichard Henderson
2023-10-25target/sparc: Define features via cpu-feature.h.incRichard Henderson
2023-10-25configs: Enable MTTCG for sparc, sparc64Richard Henderson
2023-10-25target/sparc: Set TCG_GUEST_DEFAULT_MORichard Henderson
2023-10-25target/sparc: Avoid helper_raise_exception in helper_st_asiRichard Henderson
2023-10-25target/sparc: Implement check_align inlineRichard Henderson
2023-10-25target/sparc: Clear may_lookup for npc == DYNAMIC_PCRichard Henderson
2023-10-23Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-23Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-10-23Merge tag 'hw-misc-20231020' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-10-22target/xtensa: Use tcg_gen_sextract_i32Richard Henderson
2023-10-22target/tricore: Use tcg_gen_*extract_tlRichard Henderson
2023-10-22target/rx: Use tcg_gen_ext_i32Richard Henderson
2023-10-22target/m68k: Use tcg_gen_ext_i32Richard Henderson
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson
2023-10-22target/arm: Use tcg_gen_ext_i64Richard Henderson
2023-10-22tcg: Define MO_TLPaolo Bonzini
2023-10-22tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson
2023-10-22tcg: add negsetcondiPaolo Bonzini
2023-10-22target/i386: Use i128 for 128 and 256-bit loads and storesRichard Henderson
2023-10-22tcg: Add tcg_gen_{ld,st}_i128Richard Henderson
2023-10-22tcg: Optimize past conditional branchesRichard Henderson
2023-10-22tcg: Use constant zero when expanding with divu2Richard Henderson
2023-10-22tcg: drop unused tcg_temp_free defineMike Frysinger
2023-10-22tcg/s390x: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/riscv: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_base zeroRichard Henderson
2023-10-22tcg/ppc: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/mips: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/loongarch64: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/i386: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/aarch64: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg/arm: Use tcg_use_softmmuRichard Henderson
2023-10-22tcg: Provide guest_base fallback for system modeRichard Henderson
2023-10-22tcg: Introduce tcg_use_softmmuRichard Henderson
2023-10-22tcg/ppc: Disable TCG_REG_TB for Power9/Power10Richard Henderson
2023-10-22tcg/ppc: Use PLD in tcg_out_goto_tbRichard Henderson
2023-10-22tcg/ppc: Use prefixed instructions in tcg_out_dupi_vecRichard Henderson