Age | Commit message (Expand) | Author |
2012-09-19 | tcg/i386: allow constants in load/store ops | Aurelien Jarno |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl |
2012-09-11 | tcg/optimize: fix if/else/break coding style | Aurelien Jarno |
2012-09-11 | tcg/optimize: add constant folding for brcond | Aurelien Jarno |
2012-09-11 | tcg/optimize: add constant folding for setcond | Aurelien Jarno |
2012-09-11 | tcg/optimize: swap brcond/setcond arguments when possible | Aurelien Jarno |
2012-09-11 | tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases | Aurelien Jarno |
2012-09-11 | tcg/optimize: simplify and r, a, 0 cases | Aurelien Jarno |
2012-09-11 | tcg/optimize: simplify or/xor r, a, 0 cases | Aurelien Jarno |
2012-09-11 | tcg/optimize: split expression simplification | Aurelien Jarno |
2012-09-11 | tcg: improve profiler | Aurelien Jarno |
2012-09-10 | tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0 | Aurelien Jarno |
2012-08-28 | tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code | Aurelien Jarno |
2012-08-26 | tcg/ia64: fix and optimize ld/st slow path | Aurelien Jarno |
2012-08-26 | tcg/ia64: fix prologue/epilogue | Aurelien Jarno |
2012-08-26 | tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code | Peter Maydell |
2012-06-24 | tci: don't write zero for reloc in tci_out_label | Scott Wood |
2012-06-24 | TCG: Fix compile breakage in tcg_dump_ops | Alexander Graf |
2012-06-21 | qemu-log: cleanup | Blue Swirl |
2012-05-27 | tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin | Andreas Färber |
2012-05-15 | tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0 | Andreas Färber |
2012-05-15 | tcg/ppc64: Don't hardcode register numbers for qemu_ld/st | Andreas Färber |
2012-05-09 | tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode | Andreas Färber |
2012-05-09 | tcg/ppc: Clobber r5 for 64-bit qemu_ld | Andreas Färber |
2012-05-09 | tcg/ppc: Don't hardcode register numbers | Andreas Färber |
2012-05-09 | tcg/ppc: Do not overwrite lower address word on Darwin and AIX | Andreas Färber |
2012-05-03 | Bail out if CONFIG_TCG_PASS_AREG0 is defined | malc |
2012-05-03 | Restore consistent formatting | malc |
2012-04-15 | tcg/i386: Add support for w64 ABI | Stefan Weil |
2012-04-15 | tcg/i386: Use GDB JIT debugging interface only for hosts with ELF | Stefan Weil |
2012-03-29 | qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs | Li Zhang |
2012-03-24 | tcg-sparc: Add debug_frame support. | Richard Henderson |
2012-03-24 | tcg-hppa: Add debug_frame support. | Richard Henderson |
2012-03-24 | tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit. | Richard Henderson |
2012-03-24 | tcg: Add debug_info to JIT ELF image. | Richard Henderson |
2012-03-24 | tcg: Use the GDB JIT debugging interface. | Richard Henderson |
2012-03-18 | tcg: fix sparc host for AREG0 free operation | Blue Swirl |
2012-03-18 | softmmu templates: optionally pass CPUState to memory access functions | Blue Swirl |
2012-03-18 | i386: Remove REGPARM | Blue Swirl |
2012-03-17 | w64: Fix data type of next_tb and tcg_qemu_tb_exec | Stefan Weil |
2012-03-17 | Fix large memory chunks allocation with tcg_malloc. | Kirill Batuzov |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-11 | tcg: Improve tcg_out_label and fix its usage for w64 | Stefan Weil |
2012-03-03 | w64: fix type casts when calling flush_icache_range | Stefan Weil |
2012-03-03 | w64: Change data type of parameters for flush_icache_range | Stefan Weil |
2012-03-03 | w64: Fix data type of parameters for flush_icache_range | Stefan Weil |
2012-03-03 | tcg: Rearrange definitions and include statements | Stefan Weil |
2012-02-23 | tcg: Remove unneeded include statements | Stefan Weil |
2012-01-13 | tcg-arm: fix a typo in comments | Aurelien Jarno |
2012-01-10 | tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointer | Peter Maydell |