Age | Commit message (Expand) | Author |
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: Restart TB generation after out-of-line ldst overflow | 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/s390: 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/s390x: Return false on failure from patch_reloc | Richard Henderson |
2018-12-17 | tcg: Return success from patch_reloc | Richard Henderson |
2018-12-17 | tcg/s390: Remove retranslation code | Richard Henderson |
2018-06-15 | tcg: Reduce max TB opcode count | Richard Henderson |
2017-11-03 | tcg/s390x: Use constant pool for prologue | 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/s390: Use constant pool for cmpi | Richard Henderson |
2017-09-07 | tcg/s390: Use constant pool for xori | Richard Henderson |
2017-09-07 | tcg/s390: Use constant pool for ori | Richard Henderson |
2017-09-07 | tcg/s390: Use constant pool for andi | Richard Henderson |
2017-09-07 | tcg/s390: Use constant pool for movi | Richard Henderson |
2017-09-07 | tcg/s390: Fix sign of patch_reloc addend | Richard Henderson |
2017-09-07 | tcg/s390: 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-06 | tcg/s390: Use slbgr for setcond le and leu | Richard Henderson |
2017-09-06 | tcg/s390: Use load-on-condition-2 facility | Richard Henderson |
2017-09-06 | tcg/s390: Use distinct-operands facility | Richard Henderson |
2017-09-06 | tcg/s390: Merge ori+xori facilities check to tcg_target_op_def | Richard Henderson |
2017-09-06 | tcg/s390: Merge add2i facilities check to tcg_target_op_def | Richard Henderson |
2017-09-06 | tcg/s390: Merge muli facilities check to tcg_target_op_def | Richard Henderson |
2017-09-06 | tcg/s390: Merge cmpi facilities check to tcg_target_op_def | Richard Henderson |
2017-09-06 | tcg/s390: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-05 | tcg: Add tcg target default memory ordering | Pranith Kumar |
2017-06-05 | tcg/s390: Implement goto_ptr | Richard Henderson |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota |
2017-01-13 | tcg/s390: Fix merge error with facilities | Richard Henderson |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson |
2017-01-10 | tcg/s390: Handle clz opcode | Richard Henderson |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson |
2017-01-10 | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson |
2017-01-10 | tcg: Transition flat op_defs array to a target callback | Richard Henderson |
2017-01-10 | tcg/s390: Support deposit into zero | Richard Henderson |
2017-01-10 | tcg/s390: Implement field extraction opcodes | Richard Henderson |
2017-01-10 | tcg/s390: Expose host facilities to tcg-target.h | Richard Henderson |
2017-01-10 | tcg: Add field extraction primitives | Richard Henderson |
2016-12-23 | tcg/s390: Remove 'R' constraint | Richard Henderson |