summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
...
* tcg/mips: fix add2Aurelien Jarno2015-08-011-0/+3
* tcg/s390x: Mask TCGMemOp appropriately for indexingAurelien Jarno2015-08-011-2/+2
* tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno2015-08-011-2/+2
* tcg/mips: fix TLB loading for BE host with 32-bit guestsAurelien Jarno2015-08-011-1/+3
* tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno2015-07-271-0/+1
* tcg: correctly mark dead inputs for mov with a constantAurelien Jarno2015-07-271-0/+3
* tcg/optimize: fix tcg_opt_gen_moviAurelien Jarno2015-07-231-1/+1
* tcg/aarch64: use 32-bit offset for 32-bit softmmu emulationRichard Henderson2015-07-231-6/+6
* tcg/aarch64: use 32-bit offset for 32-bit user-mode emulationPaolo Bonzini2015-07-231-10/+16
* tcg/aarch64: add ext argument to tcg_out_insn_3310Paolo Bonzini2015-07-231-19/+22
* tcg/i386: Extend addresses for 32-bit guestsRichard Henderson2015-07-231-42/+72
* tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64Stefan Weil2015-07-131-6/+0
* tcg/mips: Fix build error from merged memop+mmu_idx parameterJames Hogan2015-07-091-2/+2
* tcg/s390: fix branch target change during code retranslationAurelien Jarno2015-07-071-4/+8
* cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite2015-06-261-0/+2
* tcg/optimize: rename tcg_constant_foldingAurelien Jarno2015-06-091-6/+1
* tcg/optimize: fold constant test in tcg_opt_gen_movAurelien Jarno2015-06-091-53/+36
* tcg/optimize: fold temp copies test in tcg_opt_gen_movAurelien Jarno2015-06-091-18/+9
* tcg/optimize: remove opc argument from tcg_opt_gen_movAurelien Jarno2015-06-091-7/+7
* tcg/optimize: remove opc argument from tcg_opt_gen_moviAurelien Jarno2015-06-091-20/+20
* tcg: fix dead computation for repeated input argumentsAurelien Jarno2015-06-091-3/+11
* tcg: fix register allocation with two aliased dead inputsAurelien Jarno2015-06-091-0/+10
* tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson2015-06-091-3/+12
* tcg: Mask TCGMemOp appropriately for indexingRichard Henderson2015-06-097-30/+30
* tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini2015-06-039-0/+10
* tci: do not use CPUArchState in tcg-target.hPaolo Bonzini2015-06-032-3/+4
* tcg: Add MO_ALIGN, MO_UNALNRichard Henderson2015-05-141-0/+13
* tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson2015-05-1410-113/+112
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-1414-61/+130
* tcg: optimise memory layout of TCGTempEmilio G. Cota2015-05-051-12/+14
* tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite2015-04-301-2/+4
* tcg/tcg-op.c: Fix ld/st of 64 bit values on 32-bit bigendian hostsPeter Maydell2015-04-091-2/+2
* tcg/optimize: Handle or r,a,a with constant aRichard Henderson2015-03-161-1/+4
* tcg: Complete handling of ALWAYS and NEVERRichard Henderson2015-03-131-5/+17
* tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson2015-03-132-24/+23
* tcg: Change generator-side labels to a pointerRichard Henderson2015-03-1310-125/+108
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-135-31/+60
* tcg-ia64: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson2015-03-131-11/+8
* tcg: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson2015-03-131-14/+12
* tcg: Remove unused opcodesRichard Henderson2015-02-122-14/+2
* tcg: Implement insert_op_beforeRichard Henderson2015-02-123-44/+35
* tcg: Remove opcodes instead of noping them outRichard Henderson2015-02-123-11/+32
* tcg: Put opcodes in a linked listRichard Henderson2015-02-124-495/+415
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-0/+12
* tcg: Reduce ifdefs in tcg-op.cRichard Henderson2015-02-121-242/+207
* tcg: Move some opcode generation functions out of lineRichard Henderson2015-02-124-2244/+2314
* tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-172-4/+9
* tcg/mips: fix store softmmu slow pathAurelien Jarno2014-11-021-1/+1
* tcg: Always enable TCGv type checkingRichard Henderson2014-09-291-55/+34
* tcg-aarch64: Use 32-bit loads for qemu_ld_i32Richard Henderson2014-09-292-14/+18
OpenPOWER on IntegriCloud