summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-09tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber1-0/+3
2012-05-09tcg/ppc: Don't hardcode register numbersAndreas Färber1-12/+17
2012-05-09tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber1-4/+0
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc1-21/+1
2012-05-03Restore consistent formattingmalc1-18/+18
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil1-11/+28
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil1-1/+5
2012-03-29qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang1-1/+0
2012-03-24tcg-sparc: Add debug_frame support.Richard Henderson1-0/+63
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson1-15/+88
2012-03-24tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson1-0/+6
2012-03-24tcg: Add debug_info to JIT ELF image.Richard Henderson1-75/+158
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson3-9/+301
2012-03-18tcg: fix sparc host for AREG0 free operationBlue Swirl1-0/+11
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl10-3/+430
2012-03-18i386: Remove REGPARMBlue Swirl4-77/+58
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil2-2/+2
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov2-6/+10
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber11-40/+40
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil4-14/+14
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil1-4/+5
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil6-6/+13
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil2-2/+4
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil1-3/+3
2012-02-23tcg: Remove unneeded include statementsStefan Weil1-12/+0
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno1-1/+1
2012-01-10tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell1-1/+1
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert1-19/+12