aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé1-2/+2
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé1-0/+1
2021-05-20accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich1-0/+1
2021-05-16accel/tcg: Align data dumped at end of TBPhilippe Mathieu-Daudé1-2/+9
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-17accel/tcg: avoid re-translating one-shot instructionsAlex Bennée1-1/+1
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson1-2/+7
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-4/+0
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée1-3/+5
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée1-3/+3
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-9/+9
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée1-36/+15
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée1-15/+15
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson1-12/+0
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson1-10/+2
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson1-4/+13
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-2/+2
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson1-0/+28
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-1/+14
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+3
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé1-0/+1
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson1-17/+0
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé1-1/+1
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson1-7/+9
2021-01-07accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson1-8/+38
2021-01-07accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson1-0/+67
2021-01-07accel/tcg: Support split-wx for linux with memfdRichard Henderson1-8/+76
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-8/+27
2021-01-07tcg: Use Error with alloc_code_gen_bufferRichard Henderson1-26/+34
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-18/+15
2021-01-07tcg: Add in_code_gen_bufferRichard Henderson1-18/+8
2021-01-02remove TCG includes from common codePaolo Bonzini1-1/+1
2020-12-15accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé1-1/+1
2020-10-27accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()Peter Maydell1-0/+4
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-1/+2
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson1-9/+15
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-27/+28
2020-07-27accel/tcg: better handle memory constrained systemsAlex Bennée1-1/+6
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake1-3/+3
2020-06-16translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota1-0/+9
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota1-0/+8
2020-05-15translate-all: include guest address in out_asm outputAlex Bennée1-6/+33
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée1-2/+2
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson1-6/+9
2020-03-28tcg: Remove softmmu code_gen_buffer fixed addressRichard Henderson1-32/+5
2020-02-28accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée1-9/+26
2020-02-28accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée1-5/+6
2020-02-28accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée1-8/+0
2020-02-28accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée1-9/+10
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1