aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2012-12-03tcg/arm: fix cross-endian qemu_st16Aurelien Jarno
2012-12-03tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno
2012-10-09tci: Fix for AREG0 free modeStefan Weil
2012-10-09tcg/i386: fix build with -march < i686Aurelien Jarno
2012-10-09tcg: Adjust descriptions of *cond opcodesRichard Henderson
2012-10-09tcg/mips: fix MIPS32(R2) detectionAurelien Jarno
2012-10-09tcg-sparc: Preserve branch destinations during retranslationRichard Henderson
2012-10-09tcg-sparc: Fix and enable direct TB chaining.Richard Henderson
2012-10-09tcg-sparc: Add %g/%o registers to alloc_orderRichard Henderson
2012-10-09tcg-sparc: Use defines for temporaries.Richard Henderson
2012-10-09tcg-sparc: Mask shift immediates to avoid illegal insns.Richard Henderson
2012-10-09tcg-sparc: Clean up cruft stemming from attempts to use global registers.Richard Henderson
2012-10-09tcg-sparc: Change AREG0 in generated code to %i0.Richard Henderson
2012-10-09tcg-sparc: Support GUEST_BASE.Richard Henderson
2012-10-09tcg-sparc: Fix qemu_ld/st to handle 32-bit host.Richard Henderson
2012-10-09tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson
2012-10-09tcg-sparc: Fix ADDX opcode.Richard Henderson
2012-10-09tcg-sparc: Hack in qemu_ld/st64 for 32-bit.Richard Henderson
2012-10-09tcg/ppc32: Implement movcond32malc
2012-10-09w64: Fix TCG helper functions with 5 argumentsStefan Weil
2012-10-09tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov
2012-10-09tcg/optimize: add constant folding for depositAurelien Jarno
2012-10-09tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno
2012-10-09tcg/optimize: prefer the "op a, a, b" form for commutative opsAurelien Jarno
2012-10-09tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno
2012-10-09tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno
2012-10-09tcg/optimize: optimize "op r, a, a => mov r, a"Aurelien Jarno
2012-10-09tcg/optimize: do copy propagation for all operationsAurelien Jarno
2012-10-09tcg/optimize: rework copy progagationAurelien Jarno
2012-10-09tcg/optimize: check types in copy propagationAurelien Jarno
2012-10-09tcg/optimize: remove TCG_TEMP_ANYAurelien Jarno
2012-10-09tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno
2012-10-09tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno
2012-10-09tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno
2012-10-09tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno
2012-10-09tcg/mips: optimize brcond arg, 0Aurelien Jarno
2012-10-09tcg/mips: use stack for TCG tempsAurelien Jarno
2012-10-09tcg/mips: don't use global pointerAurelien Jarno
2012-10-09tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno
2012-10-09tcg/mips: kill warnings in user modeAurelien Jarno
2012-10-09tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno
2012-10-09tcg-hppa: Fix broken load/store helpersRichard Henderson
2012-10-09tcg-hppa: Fix brcond2 and setcond2Richard Henderson
2012-10-09tcg: Fix !USE_DIRECT_JUMPRichard Henderson
2012-10-09tcg: Optimize two-address commutative operationsRichard Henderson
2012-10-09tcg: Optimize movcond for constant comparisonsRichard Henderson
2012-10-09tcg-i386: Implement movcondRichard Henderson
2012-10-09tcg: Introduce movcondRichard Henderson
2012-10-09tcg/optimize: fix end of basic block detectionAurelien Jarno
2012-10-09revert "TCG: fix copy propagation"Aurelien Jarno