aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390
AgeCommit message (Expand)Author
2020-01-15tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson
2019-06-10tcg: Create struct CPUTLBRichard Henderson
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson
2019-04-24tcg: Restart TB generation after out-of-line ldst overflowRichard Henderson
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson
2019-01-28cputlb: Remove static tlb sizingRichard Henderson
2019-01-28tcg/s390: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg: introduce dynamic TLB sizingEmilio G. Cota
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2018-12-17tcg/s390x: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2017-11-03tcg/s390x: Use constant pool for prologueRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-07tcg/s390: Use constant pool for cmpiRichard Henderson
2017-09-07tcg/s390: Use constant pool for xoriRichard Henderson
2017-09-07tcg/s390: Use constant pool for oriRichard Henderson
2017-09-07tcg/s390: Use constant pool for andiRichard Henderson
2017-09-07tcg/s390: Use constant pool for moviRichard Henderson
2017-09-07tcg/s390: Fix sign of patch_reloc addendRichard Henderson
2017-09-07tcg/s390: Introduce TCG_REG_TBRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-09-06tcg/s390: Use slbgr for setcond le and leuRichard Henderson
2017-09-06tcg/s390: Use load-on-condition-2 facilityRichard Henderson
2017-09-06tcg/s390: Use distinct-operands facilityRichard Henderson
2017-09-06tcg/s390: Merge ori+xori facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Merge add2i facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Merge muli facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Merge cmpi facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Fully convert tcg_target_op_defRichard Henderson
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar
2017-06-05tcg/s390: Implement goto_ptrRichard Henderson
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson
2017-01-10tcg: Add opcode for ctpopRichard Henderson
2017-01-10tcg/s390: Handle clz opcodeRichard Henderson
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg/s390: Support deposit into zeroRichard Henderson
2017-01-10tcg/s390: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/s390: Expose host facilities to tcg-target.hRichard Henderson
2017-01-10tcg: Add field extraction primitivesRichard Henderson
2016-12-23tcg/s390: Remove 'R' constraintRichard Henderson
2016-12-23tcg/s390: Fix setcond expansionRichard Henderson