aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-03-01target/riscv: Expose properties for Zv* extensionsWeiwei Li
2023-03-01target/riscv: Simplify check for EEW = 64 in trans_rvv.c.incWeiwei Li
2023-03-01target/riscv: Fix check for vector load/store instructions when EEW=64Weiwei Li
2023-03-01target/riscv: Add support for Zvfh/zvfhmin extensionsWeiwei Li
2023-03-01target/riscv: Remove redundunt check for zve32f and zve64fWeiwei Li
2023-03-01target/riscv: Replace check for F/D to Zve32f/Zve64d in trans_rvv.c.incWeiwei Li
2023-03-01target/riscv: Simplify check for Zve32f and Zve64fWeiwei Li
2023-03-01target/riscv: Indent fixes in cpu.cWeiwei Li
2023-03-01target/riscv: Add property check for Zvfh{min} extensionsWeiwei Li
2023-03-01target/riscv: Fix relationship between V, Zve*, F and DWeiwei Li
2023-03-01target/riscv: Add cfg properties for Zv* extensionsWeiwei Li
2023-03-01target/riscv: Simplify the check for Zfhmin and ZhinxminWeiwei Li
2023-03-01target/riscv: Fix the relationship between Zhinxmin and ZhinxWeiwei Li
2023-03-01target/riscv: Fix the relationship between Zfhmin and ZfhWeiwei Li
2023-03-01target/riscv/cpu: remove CPUArchState::features and friendsDaniel Henrique Barboza
2023-03-01target/riscv: remove RISCV_FEATURE_MMUDaniel Henrique Barboza
2023-03-01target/riscv: remove RISCV_FEATURE_PMPDaniel Henrique Barboza
2023-03-01target/riscv: remove RISCV_FEATURE_EPMPDaniel Henrique Barboza
2023-03-01target/riscv/cpu.c: error out if EPMP is enabled without PMPDaniel Henrique Barboza
2023-03-01target/riscv: remove RISCV_FEATURE_DEBUGDaniel Henrique Barboza
2023-03-01target/riscv: allow MISA writes as experimentalDaniel Henrique Barboza
2023-03-01target/riscv: do not mask unsupported QEMU extensions in write_misa()Daniel Henrique Barboza
2023-03-01target/riscv: introduce riscv_cpu_cfg()Daniel Henrique Barboza
2023-03-01target/xtensa: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/cris: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/avr: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/loongarch: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/mips: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/riscv: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson