summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2012-09-22tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno1-51/+76
2012-09-22tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno1-0/+16
2012-09-22tcg/optimize: optimize "op r, a, a => mov r, a"Aurelien Jarno1-1/+1
2012-09-22tcg/optimize: do copy propagation for all operationsAurelien Jarno1-2/+9
2012-09-22tcg/optimize: rework copy progagationAurelien Jarno1-75/+92
2012-09-22tcg/optimize: check types in copy propagationAurelien Jarno1-10/+8
2012-09-22tcg/optimize: remove TCG_TEMP_ANYAurelien Jarno1-6/+5
2012-09-22tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno2-0/+77
2012-09-22tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno2-1/+10
2012-09-22tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno2-1/+22
2012-09-22tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno2-7/+38
2012-09-22tcg/mips: optimize brcond arg, 0Aurelien Jarno1-8/+30
2012-09-22tcg/mips: use stack for TCG tempsAurelien Jarno1-4/+6
2012-09-22tcg/mips: don't use global pointerAurelien Jarno1-1/+1
2012-09-22tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno1-28/+35
2012-09-22tcg/mips: kill warnings in user modeAurelien Jarno1-41/+43
2012-09-22tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno1-8/+8
2012-09-21tcg-hppa: Fix broken load/store helpersRichard Henderson1-62/+74
2012-09-21tcg-hppa: Fix brcond2 and setcond2Richard Henderson1-9/+42
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson1-1/+1
2012-09-21tcg: Optimize two-address commutative operationsRichard Henderson1-1/+14
2012-09-21tcg: Optimize movcond for constant comparisonsRichard Henderson1-0/+40
2012-09-21tcg-i386: Implement movcondRichard Henderson2-1/+35
2012-09-21tcg: Introduce movcondRichard Henderson15-6/+70
2012-09-19tcg/optimize: fix end of basic block detectionAurelien Jarno1-13/+9
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno2-14/+6
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno2-6/+1
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno1-13/+37
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl17-275/+6
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno1-23/+11
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno1-1/+26
2012-09-11tcg/optimize: add constant folding for setcondAurelien Jarno1-0/+81
2012-09-11tcg/optimize: swap brcond/setcond arguments when possibleAurelien Jarno1-0/+18
2012-09-11tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 casesAurelien Jarno1-0/+20
2012-09-11tcg/optimize: simplify and r, a, 0 casesAurelien Jarno1-0/+1
2012-09-11tcg/optimize: simplify or/xor r, a, 0 casesAurelien Jarno1-0/+2
2012-09-11tcg/optimize: split expression simplificationAurelien Jarno1-1/+13
2012-09-11tcg: improve profilerAurelien Jarno2-1/+12
2012-09-10tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0Aurelien Jarno1-7/+7
2012-08-28tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 codeAurelien Jarno1-59/+99
2012-08-26tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno1-15/+23
2012-08-26tcg/ia64: fix prologue/epilogueAurelien Jarno1-10/+10
2012-08-26tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell1-93/+144
2012-06-24tci: don't write zero for reloc in tci_out_labelScott Wood1-1/+1
2012-06-24TCG: Fix compile breakage in tcg_dump_opsAlexander Graf2-2/+2
2012-06-21qemu-log: cleanupBlue Swirl3-45/+51
2012-05-27tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber1-6/+10
2012-05-15tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0Andreas Färber1-20/+12
2012-05-15tcg/ppc64: Don't hardcode register numbers for qemu_ld/stAndreas Färber1-7/+9
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber1-1/+32