aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson3-39/+0
2023-03-01tcg: Change default temp lifetime to TEMP_TBRichard Henderson1-4/+4
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson2-52/+55
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson1-6/+2
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson1-10/+14
2023-03-01tcg: Use tcg_constant_ptr in do_dupRichard Henderson1-2/+1
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson3-223/+223
2023-03-01tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}Richard Henderson1-0/+28
2023-03-01tcg: Add tcg_gen_movi_ptrRichard Henderson1-0/+5
2023-03-01tcg: Use tcg_constant_i32 in tcg_gen_io_startRichard Henderson1-3/+1
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson2-13/+13
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson2-18/+3
2023-03-01tcg: Add liveness_pass_0Richard Henderson1-0/+70
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson1-3/+6
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson3-14/+18
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson1-16/+17
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson1-1/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson24-26/+26
2023-03-01tcg: Adjust TCGContext.temps_in_use checkRichard Henderson1-6/+4
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson1-7/+0
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+2
2023-03-01target/avr: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson1-3/+5
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+1
2023-03-01target/loongarch: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+4
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/mips: Replace `tb_pc()` with `tb->pc`Anton Johansson2-2/+3
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/riscv: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+5
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+4
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson4-10/+10
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson2-51/+41
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson1-4/+0
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson1-2/+0
2023-03-01include/exec: Remove `TARGET_TB_PCREL` defineAnton Johansson1-3/+0
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson3-17/+17
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson4-12/+12
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-16/+11
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson6-46/+44
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson1-0/+5
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson1-0/+5
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson7-10/+10
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza8-11/+24
2023-02-28softmmu: Use memmove in flatview_write_continueAkihiko Odaki1-1/+1
2023-02-28exec/helper-head: Include missing "fpu/softfloat-types.h" headerPhilippe Mathieu-Daudé1-0/+2