aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-01tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}Richard Henderson
2023-03-01tcg: Add tcg_gen_movi_ptrRichard Henderson
2023-03-01tcg: Use tcg_constant_i32 in tcg_gen_io_startRichard Henderson
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson
2023-03-01tcg: Add liveness_pass_0Richard Henderson
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01tcg: Adjust TCGContext.temps_in_use checkRichard Henderson
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson
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-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01include/exec: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-28softmmu: Use memmove in flatview_write_continueAkihiko Odaki
2023-02-28exec/helper-head: Include missing "fpu/softfloat-types.h" headerPhilippe Mathieu-Daudé
2023-02-28Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...Peter Maydell
2023-02-27ui/cocoa: user friendly characters for release mouseChristian Schoenebeck
2023-02-27dump: Add create_win_dump() stub for non-x86 targetsPhilippe Mathieu-Daudé
2023-02-27dump: Simplify compiling win_dump.o by introducing win_dump_available()Philippe Mathieu-Daudé
2023-02-27dump: Clean included headersPhilippe Mathieu-Daudé
2023-02-27dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()Philippe Mathieu-Daudé
2023-02-27dump: Replace tswapN() -> cpu_to_dumpN()Philippe Mathieu-Daudé