aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2012-09-22Revert "tcg/mips"Aurelien Jarno
2012-09-22tcg/ppc32: Implement movcond32malc
2012-09-22tcg/mipsAurelien Jarno
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil
2012-09-22tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil
2012-09-22tcg/i386: Add shortcuts for registers used in L constraintStefan Weil
2012-09-22w64: Fix TCG helper functions with 5 argumentsStefan Weil
2012-09-22tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov
2012-09-22tcg-hppa: Implement movcondRichard Henderson
2012-09-22tcg/optimize: add constant folding for depositAurelien Jarno
2012-09-22tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno
2012-09-22tcg/optimize: prefer the "op a, a, b" form for commutative opsAurelien Jarno
2012-09-22tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno
2012-09-22tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno
2012-09-22tcg/optimize: optimize "op r, a, a => mov r, a"Aurelien Jarno
2012-09-22tcg/optimize: do copy propagation for all operationsAurelien Jarno
2012-09-22tcg/optimize: rework copy progagationAurelien Jarno
2012-09-22tcg/optimize: check types in copy propagationAurelien Jarno
2012-09-22tcg/optimize: remove TCG_TEMP_ANYAurelien Jarno
2012-09-22tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: optimize brcond arg, 0Aurelien Jarno
2012-09-22tcg/mips: use stack for TCG tempsAurelien Jarno
2012-09-22tcg/mips: don't use global pointerAurelien Jarno
2012-09-22tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno
2012-09-22tcg/mips: kill warnings in user modeAurelien Jarno
2012-09-22tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno
2012-09-21tcg-hppa: Fix broken load/store helpersRichard Henderson
2012-09-21tcg-hppa: Fix brcond2 and setcond2Richard Henderson
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson
2012-09-21tcg: Optimize two-address commutative operationsRichard Henderson
2012-09-21tcg: Optimize movcond for constant comparisonsRichard Henderson
2012-09-21tcg-i386: Implement movcondRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-19tcg/optimize: fix end of basic block detectionAurelien Jarno
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno
2012-09-11tcg/optimize: add constant folding for setcondAurelien Jarno
2012-09-11tcg/optimize: swap brcond/setcond arguments when possibleAurelien Jarno
2012-09-11tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 casesAurelien Jarno
2012-09-11tcg/optimize: simplify and r, a, 0 casesAurelien Jarno
2012-09-11tcg/optimize: simplify or/xor r, a, 0 casesAurelien Jarno
2012-09-11tcg/optimize: split expression simplificationAurelien Jarno
2012-09-11tcg: improve profilerAurelien Jarno