summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2012-12-03tcg/arm: fix cross-endian qemu_st16Aurelien Jarno1-2/+18
2012-12-03tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno1-36/+42
2012-10-09tci: Fix for AREG0 free modeStefan Weil1-5/+5
2012-10-09tcg/i386: fix build with -march < i686Aurelien Jarno1-0/+2
2012-10-09tcg: Adjust descriptions of *cond opcodesRichard Henderson1-5/+5
2012-10-09tcg/mips: fix MIPS32(R2) detectionAurelien Jarno2-9/+9
2012-10-09tcg-sparc: Preserve branch destinations during retranslationRichard Henderson1-8/+11
2012-10-09tcg-sparc: Fix and enable direct TB chaining.Richard Henderson1-3/+18
2012-10-09tcg-sparc: Add %g/%o registers to alloc_orderRichard Henderson1-0/+13
2012-10-09tcg-sparc: Use defines for temporaries.Richard Henderson1-56/+59
2012-10-09tcg-sparc: Mask shift immediates to avoid illegal insns.Richard Henderson1-6/+12
2012-10-09tcg-sparc: Clean up cruft stemming from attempts to use global registers.Richard Henderson2-47/+26
2012-10-09tcg-sparc: Change AREG0 in generated code to %i0.Richard Henderson2-8/+3
2012-10-09tcg-sparc: Support GUEST_BASE.Richard Henderson2-3/+25
2012-10-09tcg-sparc: Fix qemu_ld/st to handle 32-bit host.Richard Henderson1-429/+348
2012-10-09tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson3-19/+11
2012-10-09tcg-sparc: Fix ADDX opcode.Richard Henderson1-1/+1
2012-10-09tcg-sparc: Hack in qemu_ld/st64 for 32-bit.Richard Henderson1-0/+3
2012-10-09tcg/ppc32: Implement movcond32malc2-1/+76
2012-10-09w64: Fix TCG helper functions with 5 argumentsStefan Weil2-1/+5
2012-10-09tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov1-1/+2
2012-10-09tcg/optimize: add constant folding for depositAurelien Jarno1-0/+20
2012-10-09tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno1-12/+1
2012-10-09tcg/optimize: prefer the "op a, a, b" form for commutative opsAurelien Jarno1-1/+4
2012-10-09tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno1-51/+76
2012-10-09tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno1-0/+16
2012-10-09tcg/optimize: optimize "op r, a, a => mov r, a"Aurelien Jarno1-1/+1
2012-10-09tcg/optimize: do copy propagation for all operationsAurelien Jarno1-2/+9
2012-10-09tcg/optimize: rework copy progagationAurelien Jarno1-75/+92
2012-10-09tcg/optimize: check types in copy propagationAurelien Jarno1-10/+8
2012-10-09tcg/optimize: remove TCG_TEMP_ANYAurelien Jarno1-6/+5
2012-10-09tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno2-0/+77
2012-10-09tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno2-1/+10
2012-10-09tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno2-1/+22
2012-10-09tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno2-7/+38
2012-10-09tcg/mips: optimize brcond arg, 0Aurelien Jarno1-8/+30
2012-10-09tcg/mips: use stack for TCG tempsAurelien Jarno1-4/+6
2012-10-09tcg/mips: don't use global pointerAurelien Jarno1-1/+1
2012-10-09tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno1-28/+35
2012-10-09tcg/mips: kill warnings in user modeAurelien Jarno1-41/+43
2012-10-09tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno1-8/+8
2012-10-09tcg-hppa: Fix broken load/store helpersRichard Henderson1-62/+74
2012-10-09tcg-hppa: Fix brcond2 and setcond2Richard Henderson1-9/+42
2012-10-09tcg: Fix !USE_DIRECT_JUMPRichard Henderson1-1/+1
2012-10-09tcg: Optimize two-address commutative operationsRichard Henderson1-1/+14
2012-10-09tcg: Optimize movcond for constant comparisonsRichard Henderson1-0/+40
2012-10-09tcg-i386: Implement movcondRichard Henderson2-1/+35
2012-10-09tcg: Introduce movcondRichard Henderson15-6/+70
2012-10-09tcg/optimize: fix end of basic block detectionAurelien Jarno1-13/+9
2012-10-09revert "TCG: fix copy propagation"Aurelien Jarno2-14/+6