Age | Commit message (Expand) | Author | Files | Lines |
2021-04-05 | tcg/mips: Fix SoftTLB comparison on mips backend | Kele Huang | 1 | -1/+1 |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina | 1 | -1/+2 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 1 | -1/+0 |
2021-02-02 | tcg/mips: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 3 | -68/+67 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 1 | -1/+0 |
2021-02-02 | tcg/mips: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 3 | -56/+46 |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson | 1 | -2/+0 |
2021-01-07 | tcg: Constify TCGLabelQemuLdst.raddr | Richard Henderson | 1 | -2/+1 |
2021-01-07 | tcg: Constify tcg_code_gen_epilogue | Richard Henderson | 1 | -2/+1 |
2021-01-07 | tcg: Remove TCG_TARGET_SUPPORT_MIRROR | Richard Henderson | 1 | -1/+0 |
2021-01-07 | tcg/mips: Support split-wx code generation | Richard Henderson | 2 | -20/+25 |
2021-01-07 | tcg/mips: Do not assert on relocation overflow | Richard Henderson | 1 | -34/+19 |
2021-01-07 | tcg: Add --accel tcg,split-wx property | Richard Henderson | 1 | -0/+1 |
2021-01-07 | tcg: Adjust tb_target_set_jmp_target for split-wx | Richard Henderson | 2 | -5/+5 |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson | 1 | -3/+3 |
2021-01-07 | tcg: Adjust TCGLabel for const | Richard Henderson | 1 | -2/+3 |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson | 1 | -1/+1 |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson | 1 | -0/+1 |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 1 | -11/+0 |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson | 1 | -3/+0 |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson | 1 | -9/+9 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini | 1 | -1/+1 |
2020-04-12 | tcg/mips: mips sync* encode error | lixinyu | 1 | -5/+5 |
2020-01-15 | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 1 | -8/+8 |
2019-06-10 | cpu: Move the softmmu tlb to CPUNegativeOffsetState | Richard Henderson | 1 | -30/+9 |
2019-06-10 | tcg: Create struct CPUTLB | Richard Henderson | 1 | -10/+2 |
2019-05-13 | tcg: Return bool success from tcg_out_mov | Richard Henderson | 1 | -1/+2 |
2019-04-24 | tcg: Restart TB generation after out-of-line ldst overflow | Richard Henderson | 1 | -2/+4 |
2019-04-24 | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson | 1 | -0/+2 |
2019-01-28 | cputlb: Remove static tlb sizing | Richard Henderson | 1 | -1/+0 |
2019-01-28 | tcg/mips: enable dynamic TLB sizing | Richard Henderson | 2 | -32/+64 |
2019-01-28 | tcg/mips: Fix tcg_out_qemu_ld_slow_path | Richard Henderson | 1 | -1/+2 |
2019-01-28 | tcg: introduce dynamic TLB sizing | Emilio G. Cota | 1 | -0/+1 |
2018-12-17 | tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITS | Alistair Francis | 1 | -1/+1 |
2018-12-17 | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson | 1 | -0/+1 |
2018-12-17 | tcg: Return success from patch_reloc | Richard Henderson | 1 | -1/+2 |
2018-12-17 | tcg/mips: Remove retranslation code | Richard Henderson | 1 | -6/+1 |
2018-06-15 | tcg: Reduce max TB opcode count | Richard Henderson | 1 | -1/+1 |
2018-04-16 | tcg/mips: Handle large offsets from target env to tlb_table | Peter Maydell | 1 | -7/+4 |
2017-10-10 | tcg/mips: delete commented out extern keyword. | Jiang Biao | 1 | -1/+1 |
2017-10-10 | tcg/mips: constify tcg_target_callee_save_regs | Emilio G. Cota | 1 | -1/+1 |
2017-09-17 | tcg/mips: Fully convert tcg_target_op_def | Richard Henderson | 1 | -154/+170 |
2017-09-17 | tcg: Remove tcg_regset_set | Richard Henderson | 1 | -23/+24 |
2017-09-17 | tcg: Remove tcg_regset_clear | Richard Henderson | 1 | -1/+1 |
2017-09-07 | tcg: Rearrange ldst label tracking | Richard Henderson | 2 | -2/+6 |
2017-09-07 | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson | 2 | -2/+6 |