Age | Commit message (Expand) | Author |
2021-06-11 | tcg: Introduce tcg_max_ctxs | Richard Henderson |
2021-06-11 | accel/tcg: Pass down max_cpus to tcg_init | Richard Henderson |
2021-06-11 | tcg: Create tcg_init | Richard Henderson |
2021-06-11 | tcg: Split out region.c | Richard Henderson |
2021-06-11 | tcg: Split out tcg_region_prologue_set | Richard Henderson |
2021-06-11 | tcg: Split out tcg_region_initial_alloc | Richard Henderson |
2021-06-11 | tcg: Remove error return from tcg_region_initial_alloc__locked | Richard Henderson |
2021-06-11 | tcg: Re-order tcg_region_init vs tcg_prologue_init | Richard Henderson |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-03-23 | tcg: Workaround macOS 11.2 mprotect bug | Richard Henderson |
2021-03-23 | tcg: Do not set guard pages on the rx portion of code_gen_buffer | Richard Henderson |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina |
2021-03-06 | tcg: Manage splitwx in tc_ptr_to_region_tree by hand | Richard Henderson |
2021-03-06 | tcg: Split out tcg_raise_tb_overflow | Richard Henderson |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson |
2021-02-02 | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson |
2021-02-02 | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-01-24 | tcg: Restart code generation when we run out of temps | Richard Henderson |
2021-01-23 | tcg: Toggle page execution for Apple Silicon | Roman Bolshakov |
2021-01-13 | tcg: Add tcg_reg_alloc_dup2 | Richard Henderson |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson |
2021-01-13 | tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders | Richard Henderson |
2021-01-13 | tcg: Convert tcg_gen_dupi_vec to TCG_CONST | Richard Henderson |
2021-01-13 | tcg: Introduce TYPE_CONST temporaries | Richard Henderson |
2021-01-13 | tcg: Expand TCGTemp.val to 64-bits | Richard Henderson |
2021-01-13 | tcg: Add temp_readonly | Richard Henderson |
2021-01-13 | tcg: Consolidate 3 bits into enum TCGTempKind | Richard Henderson |
2021-01-13 | tcg: Increase tcg_out_dupi_vec immediate to int64_t | Richard Henderson |
2021-01-13 | tcg: Use tcg_out_dupi_vec from temp_load | Richard Henderson |
2021-01-07 | tcg: Constify tcg_code_gen_epilogue | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_out_label for const | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson |
2021-01-07 | tcg: Adjust TCGLabel for const | Richard Henderson |
2021-01-07 | tcg: Introduce tcg_splitwx_to_{rx,rw} | Richard Henderson |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson |
2021-01-07 | tcg: Move tcg prologue pointer out of TCGContext | Richard Henderson |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson |
2021-01-07 | tcg: Do not flush icache for interpreter | Richard Henderson |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson |
2020-11-04 | tcg: Remove assert from set_jmp_reset_offset | Richard Henderson |
2020-10-27 | tcg: Do not kill globals at conditional branches | Richard Henderson |
2020-10-08 | tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields | Richard Henderson |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson |
2020-10-08 | tcg: Move sorted_args into TCGArgConstraint.sort_index | Richard Henderson |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson |