aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2015-08-24tcg/optimize: fix constant signednessAurelien Jarno
2015-08-01tcg/mips: fix add2Aurelien Jarno
2015-08-01tcg/s390x: Mask TCGMemOp appropriately for indexingAurelien Jarno
2015-08-01tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno
2015-08-01tcg/mips: fix TLB loading for BE host with 32-bit guestsAurelien Jarno
2015-07-27tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno
2015-07-27tcg: correctly mark dead inputs for mov with a constantAurelien Jarno
2015-07-23tcg/optimize: fix tcg_opt_gen_moviAurelien Jarno
2015-07-23tcg/aarch64: use 32-bit offset for 32-bit softmmu emulationRichard Henderson
2015-07-23tcg/aarch64: use 32-bit offset for 32-bit user-mode emulationPaolo Bonzini
2015-07-23tcg/aarch64: add ext argument to tcg_out_insn_3310Paolo Bonzini
2015-07-23tcg/i386: Extend addresses for 32-bit guestsRichard Henderson
2015-07-13tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64Stefan Weil
2015-07-09tcg/mips: Fix build error from merged memop+mmu_idx parameterJames Hogan
2015-07-07tcg/s390: fix branch target change during code retranslationAurelien Jarno
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite
2015-06-09tcg/optimize: rename tcg_constant_foldingAurelien Jarno
2015-06-09tcg/optimize: fold constant test in tcg_opt_gen_movAurelien Jarno
2015-06-09tcg/optimize: fold temp copies test in tcg_opt_gen_movAurelien Jarno
2015-06-09tcg/optimize: remove opc argument from tcg_opt_gen_movAurelien Jarno
2015-06-09tcg/optimize: remove opc argument from tcg_opt_gen_moviAurelien Jarno
2015-06-09tcg: fix dead computation for repeated input argumentsAurelien Jarno
2015-06-09tcg: fix register allocation with two aliased dead inputsAurelien Jarno
2015-06-09tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson
2015-06-09tcg: Mask TCGMemOp appropriately for indexingRichard Henderson
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini
2015-06-03tci: do not use CPUArchState in tcg-target.hPaolo Bonzini
2015-05-14tcg: Add MO_ALIGN, MO_UNALNRichard Henderson
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-05-05tcg: optimise memory layout of TCGTempEmilio G. Cota
2015-04-30tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite
2015-04-09tcg/tcg-op.c: Fix ld/st of 64 bit values on 32-bit bigendian hostsPeter Maydell
2015-03-16tcg/optimize: Handle or r,a,a with constant aRichard Henderson
2015-03-13tcg: Complete handling of ALWAYS and NEVERRichard Henderson
2015-03-13tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-13tcg-ia64: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson
2015-03-13tcg: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson
2015-02-12tcg: Remove unused opcodesRichard Henderson
2015-02-12tcg: Implement insert_op_beforeRichard Henderson
2015-02-12tcg: Remove opcodes instead of noping them outRichard Henderson
2015-02-12tcg: Put opcodes in a linked listRichard Henderson
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Reduce ifdefs in tcg-op.cRichard Henderson
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-11-02tcg/mips: fix store softmmu slow pathAurelien Jarno
2014-09-29tcg: Always enable TCGv type checkingRichard Henderson