aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2012-09-10tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0Aurelien Jarno
2012-08-28tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 codeAurelien Jarno
2012-08-26tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno
2012-08-26tcg/ia64: fix prologue/epilogueAurelien Jarno
2012-08-26tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell
2012-06-24tci: don't write zero for reloc in tci_out_labelScott Wood
2012-06-24TCG: Fix compile breakage in tcg_dump_opsAlexander Graf
2012-06-21qemu-log: cleanupBlue Swirl
2012-05-27tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber
2012-05-15tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0Andreas Färber
2012-05-15tcg/ppc64: Don't hardcode register numbers for qemu_ld/stAndreas Färber
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber
2012-05-09tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber
2012-05-09tcg/ppc: Don't hardcode register numbersAndreas Färber
2012-05-09tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc
2012-05-03Restore consistent formattingmalc
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil
2012-03-29qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang
2012-03-24tcg-sparc: Add debug_frame support.Richard Henderson
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson
2012-03-24tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson
2012-03-24tcg: Add debug_info to JIT ELF image.Richard Henderson
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson
2012-03-18tcg: fix sparc host for AREG0 free operationBlue Swirl
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil
2012-02-23tcg: Remove unneeded include statementsStefan Weil
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno