aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-13tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson
2021-06-13tcg: Merge buffer protection and guard page protectionRichard Henderson
2021-06-13tcg: Round the tb_size default from qemu_get_host_physmemRichard Henderson
2021-06-13tcg: Sink qemu_madvise call to common codeRichard Henderson
2021-06-13tcg: Return the map protection from alloc_code_gen_bufferRichard Henderson
2021-06-13tcg: Allocate code_gen_buffer into struct tcg_region_stateRichard Henderson
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson
2021-06-11tcg: Tidy split_cross_256mbRichard Henderson
2021-06-11tcg: Tidy tcg_n_regionsRichard Henderson
2021-06-11tcg: Rename region.start to region.after_prologueRichard Henderson
2021-06-11tcg: Replace region.end with region.total_sizeRichard Henderson
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson
2021-06-11tcg: Split out region.cRichard Henderson
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-06-11meson: Split out tcg/meson.buildRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_rotv_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_roti_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shv_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson
2021-06-04tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson
2021-06-04tcg/arm: Implement minimal vector operationsRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_dup*_vecRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_mov for vector typesRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_ld/st for vector typesRichard Henderson
2021-06-04tcg/arm: Add host vector frameworkRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-06-02docs: fix references to docs/devel/atomics.rstStefano Garzarella
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-05tcg/mips: Fix SoftTLB comparison on mips backendKele Huang
2021-03-23tcg: Workaround macOS 11.2 mprotect bugRichard Henderson
2021-03-23tcg: Do not set guard pages on the rx portion of code_gen_bufferRichard Henderson
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina
2021-03-17tcg/tci: Split out tcg_out_op_r[iI]Richard Henderson