aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2017-10-10tcg/mips: delete commented out extern keyword.Jiang Biao
2017-10-10tcg: define TCG_HIGHWATEREmilio G. Cota
2017-10-10tcg: take .helpers out of TCGContextEmilio G. Cota
2017-10-10tci: move tci_regs to tcg_qemu_tb_exec's stackEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-10-10tcg/mips: constify tcg_target_callee_save_regsEmilio G. Cota
2017-10-10tcg/i386: constify tcg_target_callee_save_regsEmilio G. Cota
2017-09-17tcg/mips: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/sparc: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/ppc: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/arm: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/aarch64: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg: Fix types in tcg_regset_{set,reset}_regRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson
2017-09-17tcg: Remove tcg_regset_setRichard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-17tcg: Add tcg_op_supportedRichard Henderson
2017-09-17accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé
2017-09-17tcg/ppc: disable atomic write check on ppc32Philippe Mathieu-Daudé
2017-09-11tcg/tci: do not use ldst label (never implemented)Philippe Mathieu-Daudé
2017-09-07tcg/ppc: Use constant pool for moviRichard Henderson
2017-09-07tcg/ppc: Look for shifted constantsRichard Henderson
2017-09-07tcg/ppc: Change TCG_REG_RA to TCG_REG_TBRichard Henderson
2017-09-07tcg/arm: Use constant pool for callRichard Henderson
2017-09-07tcg/arm: Use constant pool for moviRichard Henderson
2017-09-07tcg/arm: Extract INSN_NOPRichard Henderson
2017-09-07tcg/arm: Code rearrangementRichard Henderson
2017-09-07tcg/arm: Tighten tlb indexing offset testRichard Henderson
2017-09-07tcg/arm: Improve tlb load for armv7Richard Henderson
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard Henderson
2017-09-07tcg/aarch64: Use constant pool for moviRichard 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/i386: Store out-of-range call targets in constant poolRichard Henderson
2017-09-07tcg: Infrastructure for managing constant poolsRichard 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-07tcg/tci: Add TCG_TARGET_DEFAULT_MORichard 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