Age | Commit message (Expand) | Author |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson |
2021-02-02 | tcg/sparc: 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/sparc: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson |
2021-01-07 | tcg: Constify tcg_code_gen_epilogue | Richard Henderson |
2021-01-07 | tcg: Remove TCG_TARGET_SUPPORT_MIRROR | Richard Henderson |
2021-01-07 | tcg/sparc: Support split-wx code generation | Richard Henderson |
2021-01-07 | tcg/sparc: Use tcg_tbrel_diff | Richard Henderson |
2021-01-07 | tcg: Add --accel tcg,split-wx property | Richard Henderson |
2021-01-07 | tcg: Adjust tb_target_set_jmp_target for split-wx | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | 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-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |
2020-01-15 | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen |
2019-06-10 | cpu: Move the softmmu tlb to CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | tcg: Create struct CPUTLB | Richard Henderson |
2019-05-13 | tcg: Return bool success from tcg_out_mov | Richard Henderson |
2019-04-24 | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson |
2019-01-28 | cputlb: Remove static tlb sizing | Richard Henderson |
2019-01-28 | tcg/sparc: enable dynamic TLB sizing | Richard Henderson |
2019-01-28 | tcg: introduce dynamic TLB sizing | Emilio G. Cota |
2018-12-17 | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson |
2018-12-17 | tcg: Return success from patch_reloc | Richard Henderson |
2018-12-17 | tcg/sparc: Remove retranslation code | Richard Henderson |
2018-12-17 | target/sparc: Remove the constant pool | Richard Henderson |
2018-06-15 | tcg: Reduce max TB opcode count | Richard Henderson |
2017-09-17 | tcg/sparc: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_set32 | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_clear | Richard Henderson |
2017-09-07 | tcg/sparc: Use constant pool for movi | Richard Henderson |
2017-09-07 | tcg/sparc: Introduce TCG_REG_TB | Richard Henderson |
2017-09-07 | tcg: Rearrange ldst label tracking | Richard Henderson |
2017-09-07 | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson |
2017-09-05 | tcg: Add tcg target default memory ordering | Pranith Kumar |
2017-06-05 | tcg/sparc: Implement goto_ptr | Richard Henderson |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota |
2017-04-03 | tcg/sparc: Zero extend address argument to ld/st helpers | Peter Maydell |
2017-04-03 | tcg/sparc: Zero extend data argument to store helpers | Peter Maydell |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson |