Age | Commit message (Expand) | Author |
2012-03-24 | tcg: Use the GDB JIT debugging interface. | Richard Henderson |
2012-03-18 | softmmu templates: optionally pass CPUState to memory access functions | Blue Swirl |
2012-03-18 | i386: Remove REGPARM | Blue Swirl |
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 data type of parameters for flush_icache_range | Stefan Weil |
2011-12-09 | tcg: Remove redundant declarations of TCG_TARGET_REG_BITS | Stefan Weil |
2011-11-14 | tcg: Use TCGReg for standard tcg-target entry points. | Richard Henderson |
2011-11-14 | tcg: Standardize on TCGReg as the enum for hard registers | Richard Henderson |
2011-10-01 | tcg-i386: Introduce limited deposit support | Jan Kiszka |
2011-09-17 | tcg/i386: Only one call output register needed for 64 bit hosts | Stefan Weil |
2011-08-21 | tcg: Always define all of the TCGOpcode enum members. | Richard Henderson |
2011-06-26 | TCG/x86: use stack for TCG temps | Blue Swirl |
2011-06-26 | TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP | Blue Swirl |
2011-06-26 | Delegate setup of TCG temporaries to targets | Blue Swirl |
2011-06-26 | cpu-exec.c: avoid AREG0 use | Blue Swirl |
2010-06-10 | tcg-i386: fix andi r, r, 0xff | Aurelien Jarno |
2010-06-10 | tcg-i386: remove use of _Bool that slipped code review | Aurelien Jarno |
2010-06-10 | tcg-i386: Merge 64-bit generation. | Richard Henderson |
2010-06-09 | tcg: Make some tcg-target.c routines static. | Richard Henderson |
2010-06-09 | tcg: Add TYPE parameter to tcg_out_mov. | Richard Henderson |
2010-06-03 | tcg-i386: fix a typo | Aurelien Jarno |
2010-06-02 | tcg-i386: declare tcg_out_tlb_load() inline | Aurelien Jarno |
2010-06-02 | tcg-i386: Remove some ifdefs in qemu_ld/st. | Richard Henderson |
2010-06-02 | tcg-i386: Split out tlb load function. | Richard Henderson |
2010-06-02 | tcg-i386: Swap order of TLB hit and miss paths. | Richard Henderson |
2010-06-02 | tcg-i386: Split out TLB Hit path from qemu_ld/st. | Richard Henderson |
2010-06-02 | tcg-i386: Tidy data16 prefixes. | Richard Henderson |
2010-05-21 | tcg-i386: Nuke trailing whitespace. | Richard Henderson |
2010-05-21 | tcg-i386: Use lea for three-operand add. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy lea. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy xchg. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy multiply. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy unary arithmetic. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy setcc. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy ret. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy calls. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy push/pop. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy movi. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy non-immediate arithmetic operations. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy immediate arithmetic operations. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy ext8s and ext16s operations. | Richard Henderson |
2010-05-21 | tcg-i386: Tidy ext8u and ext16u operations. | Richard Henderson |
2010-05-20 | tcg-i386: Tidy jumps. | Richard Henderson |
2010-05-20 | tcg-i386: Eliminate extra move from qemu_ld64. | Richard Henderson |
2010-05-20 | tcg-i386: Tidy move operations. | Richard Henderson |
2010-05-20 | tcg-i386: Tidy shift operations. | Richard Henderson |
2010-05-20 | tcg-i386: Tidy bswap operations. | Richard Henderson |
2010-05-19 | tcg-i386: Tidy initialization of tcg_target_call_clobber_regs. | Richard Henderson |
2010-05-19 | tcg-i386: Allocate call-saved registers first. | Richard Henderson |