| Commit message (Expand) | Author | Age | Files | Lines |
* | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 2021-02-02 | 1 | -1/+0 |
* | tcg/arm: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 2021-02-02 | 3 | -63/+69 |
* | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 2021-02-02 | 1 | -1/+0 |
* | tcg/arm: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 2021-02-02 | 3 | -56/+41 |
* | tcg: Remove movi and dupi opcodes | Richard Henderson | 2021-01-13 | 1 | -1/+0 |
* | tcg: Constify TCGLabelQemuLdst.raddr | Richard Henderson | 2021-01-07 | 1 | -2/+1 |
* | tcg: Constify tcg_code_gen_epilogue | Richard Henderson | 2021-01-07 | 1 | -2/+1 |
* | tcg: Remove TCG_TARGET_SUPPORT_MIRROR | Richard Henderson | 2021-01-07 | 1 | -1/+0 |
* | tcg/arm: Support split-wx code generation | Richard Henderson | 2021-01-07 | 2 | -17/+22 |
* | tcg: Add --accel tcg,split-wx property | Richard Henderson | 2021-01-07 | 1 | -0/+1 |
* | tcg: Adjust tb_target_set_jmp_target for split-wx | Richard Henderson | 2021-01-07 | 1 | -1/+1 |
* | tcg: Adjust tcg_register_jit for const | Richard Henderson | 2021-01-07 | 1 | -1/+1 |
* | tcg: Adjust tcg_out_call for const | Richard Henderson | 2021-01-07 | 1 | -1/+1 |
* | tcg: Adjust TCGLabel for const | Richard Henderson | 2021-01-07 | 1 | -1/+1 |
* | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson | 2021-01-07 | 1 | -1/+1 |
* | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson | 2021-01-07 | 1 | -0/+1 |
* | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 2021-01-02 | 1 | -5/+0 |
* | tcg: Remove TCG_CT_REG | Richard Henderson | 2020-10-08 | 1 | -3/+0 |
* | tcg: Drop union from TCGArgConstraint | Richard Henderson | 2020-10-08 | 1 | -13/+13 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -2/+2 |
* | tcg/arm: Expand epilogue inline | Richard Henderson | 2020-02-28 | 1 | -10/+2 |
* | tcg/arm: Split out tcg_out_epilogue | Richard Henderson | 2020-02-28 | 1 | -8/+11 |
* | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -2/+2 |
* | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 2019-09-03 | 1 | -13/+13 |
* | tcg/arm: Remove mostly unreachable tlb special case | Richard Henderson | 2019-06-10 | 1 | -11/+12 |
* | tcg/arm: Use LDRD to load tlb mask+table | Richard Henderson | 2019-06-10 | 1 | -26/+40 |
* | cpu: Move the softmmu tlb to CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -32/+8 |
* | tcg: Create struct CPUTLB | Richard Henderson | 2019-06-10 | 1 | -7/+3 |
* | tcg: Return bool success from tcg_out_mov | Richard Henderson | 2019-05-13 | 1 | -1/+2 |
* | tcg/arm: Use tcg_out_mov_reg in tcg_out_mov | Richard Henderson | 2019-05-13 | 1 | -1/+1 |
* | tcg/arm: Restrict constant pool displacement to 12 bits | Richard Henderson | 2019-04-25 | 1 | -36/+21 |
* | tcg: Restart TB generation after out-of-line ldst overflow | Richard Henderson | 2019-04-24 | 1 | -6/+10 |
* | tcg/arm: Support INDEX_op_extract2_i32 | Richard Henderson | 2019-04-24 | 2 | -1/+26 |
* | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson | 2019-04-24 | 1 | -0/+1 |
* | cputlb: Remove static tlb sizing | Richard Henderson | 2019-01-28 | 1 | -1/+0 |
* | tcg/arm: enable dynamic TLB sizing | Richard Henderson | 2019-01-28 | 2 | -71/+70 |
* | tcg: introduce dynamic TLB sizing | Emilio G. Cota | 2019-01-28 | 1 | -0/+1 |
* | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson | 2018-12-17 | 1 | -0/+1 |
* | tcg/arm: Return false on failure from patch_reloc | Richard Henderson | 2018-12-17 | 1 | -6/+16 |
* | tcg: Return success from patch_reloc | Richard Henderson | 2018-12-17 | 1 | -1/+2 |
* | tcg/arm: Fold away "noaddr" branch routines | Richard Henderson | 2018-12-17 | 1 | -19/+3 |
* | tcg/arm: Remove reloc_pc24_atomic | Richard Henderson | 2018-12-17 | 1 | -8/+0 |
* | tcg: Reduce max TB opcode count | Richard Henderson | 2018-06-15 | 1 | -1/+1 |
* | tcg/arm: Fix memory barrier encoding | Henry Wertz | 2018-05-01 | 1 | -2/+2 |
* | tcg/arm: Support tlb offsets larger than 64k | Richard Henderson | 2018-01-16 | 1 | -13/+17 |
* | tcg/arm: Fix double-word comparisons | Richard Henderson | 2018-01-16 | 1 | -26/+60 |
* | tcg/arm: Fully convert tcg_target_op_def | Richard Henderson | 2017-09-17 | 1 | -79/+107 |
* | tcg: Remove tcg_regset_set32 | Richard Henderson | 2017-09-17 | 1 | -11/+12 |
* | tcg: Remove tcg_regset_clear | Richard Henderson | 2017-09-17 | 1 | -1/+1 |
* | tcg/arm: Use constant pool for call | Richard Henderson | 2017-09-07 | 1 | -6/+3 |