summaryrefslogtreecommitdiffstats
path: root/tcg/s390
Commit message (Expand)AuthorAgeFilesLines
* cputlb: Remove static tlb sizingRichard Henderson2019-01-281-1/+0Star
* tcg/s390: enable dynamic TLB sizingRichard Henderson2019-01-282-27/+20Star
* tcg: introduce dynamic TLB sizingEmilio G. Cota2019-01-281-0/+1
* tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2018-12-171-0/+1
* tcg/s390x: Return false on failure from patch_relocRichard Henderson2018-12-171-11/+23
* tcg: Return success from patch_relocRichard Henderson2018-12-171-1/+2
* tcg/s390: Remove retranslation codeRichard Henderson2018-12-171-8/+2Star
* tcg: Reduce max TB opcode countRichard Henderson2018-06-151-1/+1
* tcg/s390x: Use constant pool for prologueRichard Henderson2017-11-031-32/+12Star
* tcg: Remove tcg_regset_set32Richard Henderson2017-09-171-7/+7
* tcg: Remove tcg_regset_clearRichard Henderson2017-09-171-4/+4
* tcg/s390: Use constant pool for cmpiRichard Henderson2017-09-071-69/+67Star
* tcg/s390: Use constant pool for xoriRichard Henderson2017-09-071-37/+40
* tcg/s390: Use constant pool for oriRichard Henderson2017-09-071-40/+34Star
* tcg/s390: Use constant pool for andiRichard Henderson2017-09-071-6/+14
* tcg/s390: Use constant pool for moviRichard Henderson2017-09-072-53/+78
* tcg/s390: Fix sign of patch_reloc addendRichard Henderson2017-09-071-12/+13
* tcg/s390: Introduce TCG_REG_TBRichard Henderson2017-09-072-12/+61
* tcg: Rearrange ldst label trackingRichard Henderson2017-09-072-2/+6
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-071-0/+10
* tcg/s390: Use slbgr for setcond le and leuRichard Henderson2017-09-061-76/+43Star
* tcg/s390: Use load-on-condition-2 facilityRichard Henderson2017-09-062-17/+63
* tcg/s390: Use distinct-operands facilityRichard Henderson2017-09-062-28/+91
* tcg/s390: Merge ori+xori facilities check to tcg_target_op_defRichard Henderson2017-09-061-68/+33Star
* tcg/s390: Merge add2i facilities check to tcg_target_op_defRichard Henderson2017-09-061-24/+14Star
* tcg/s390: Merge muli facilities check to tcg_target_op_defRichard Henderson2017-09-061-20/+25
* tcg/s390: Merge cmpi facilities check to tcg_target_op_defRichard Henderson2017-09-061-38/+30Star
* tcg/s390: Fully convert tcg_target_op_defRichard Henderson2017-09-061-124/+154
* tcg: Add tcg target default memory orderingPranith Kumar2017-09-051-0/+2
* tcg/s390: Implement goto_ptrRichard Henderson2017-06-052-4/+22
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+1
* tcg/s390: Fix merge error with facilitiesRichard Henderson2017-01-131-1/+1
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+2
* tcg/s390: Handle clz opcodeRichard Henderson2017-01-102-2/+36
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+4
* tcg: Pass the opcode width to target_parse_constraintRichard Henderson2017-01-101-9/+5Star
* tcg: Transition flat op_defs array to a target callbackRichard Henderson2017-01-101-2/+12
* tcg/s390: Support deposit into zeroRichard Henderson2017-01-101-4/+26
* tcg/s390: Implement field extraction opcodesRichard Henderson2017-01-102-2/+13
* tcg/s390: Expose host facilities to tcg-target.hRichard Henderson2017-01-102-104/+96Star
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-0/+4
* tcg/s390: Remove 'R' constraintRichard Henderson2016-12-241-15/+10Star
* tcg/s390: Fix setcond expansionRichard Henderson2016-12-241-20/+30
* tcg/s390: Add support for fencePranith Kumar2016-09-161-0/+11
* tcg: Support arbitrary size + alignmentRichard Henderson2016-09-161-9/+6Star
* tcg: Clean up tcg-target.h header guardsMarkus Armbruster2016-07-121-2/+3
* tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-061-4/+5
* tcg: Optimize spills of constantsRichard Henderson2016-07-061-0/+6
* tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-131-5/+6
* tcg/s390: Make direct jump patching thread-safeSergey Fedorov2016-05-131-0/+8