index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-01
tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
Richard Henderson
2023-03-01
exec/gen-icount: Don't use tcg_temp_local_new_i32
Richard Henderson
2023-03-01
target/xtensa: Don't use tcg_temp_local_new_*
Richard Henderson
2023-03-01
target/ppc: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
target/mips: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
target/hppa: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
target/hexagon/idef-parser: Drop gen_tmp_local
Richard Henderson
2023-03-01
target/hexagon: Don't use tcg_temp_local_new_*
Richard Henderson
2023-03-01
target/cris: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
target/arm: Don't use tcg_temp_local_new_*
Richard Henderson
2023-03-01
target/arm: Drop copies in gen_sve_{ldr,str}
Richard Henderson
2023-03-01
tcg: Change default temp lifetime to TEMP_TB
Richard Henderson
2023-03-01
tcg: Don't re-use TEMP_TB temporaries
Richard Henderson
2023-03-01
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
2023-03-01
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
2023-03-01
tcg: Use tcg_constant_ptr in do_dup
Richard Henderson
2023-03-01
tcg: Use tcg_temp_ebb_new_* in tcg/
Richard Henderson
2023-03-01
tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
Richard Henderson
2023-03-01
tcg: Add tcg_gen_movi_ptr
Richard Henderson
2023-03-01
tcg: Use tcg_constant_i32 in tcg_gen_io_start
Richard Henderson
2023-03-01
tcg: Pass TCGTempKind to tcg_temp_new_internal
Richard Henderson
2023-03-01
tcg: Remove TEMP_NORMAL
Richard Henderson
2023-03-01
tcg: Add liveness_pass_0
Richard Henderson
2023-03-01
tcg: Use noinline for major tcg_gen_code subroutines
Richard Henderson
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
2023-03-01
tcg: Remove branch-to-next regardless of reference count
Richard Henderson
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
tcg: Adjust TCGContext.temps_in_use check
Richard Henderson
2023-03-01
include/exec: Remove `tb_pc()`
Anton Johansson
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/avr: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/hppa: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/microblaze: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/riscv: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/rx: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/sh4: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/sparc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/tricore: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/arm: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson
[prev]
[next]