aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.c
AgeCommit message (Expand)Author
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-09-26tcg/i386: fix build with -march < i686Aurelien 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-21tcg-i386: Implement movcondRichard Henderson
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
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-24tcg: Use the GDB JIT debugging interface.Richard Henderson
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka
2011-09-17tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl
2010-06-10tcg-i386: fix andi r, r, 0xffAurelien Jarno
2010-06-10tcg-i386: remove use of _Bool that slipped code reviewAurelien Jarno
2010-06-10tcg-i386: Merge 64-bit generation.Richard Henderson
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson
2010-06-03tcg-i386: fix a typoAurelien Jarno
2010-06-02tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno
2010-06-02tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson
2010-06-02tcg-i386: Split out tlb load function.Richard Henderson
2010-06-02tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson
2010-06-02tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson
2010-06-02tcg-i386: Tidy data16 prefixes.Richard Henderson
2010-05-21tcg-i386: Nuke trailing whitespace.Richard Henderson
2010-05-21tcg-i386: Use lea for three-operand add.Richard Henderson
2010-05-21tcg-i386: Tidy lea.Richard Henderson
2010-05-21tcg-i386: Tidy xchg.Richard Henderson
2010-05-21tcg-i386: Tidy multiply.Richard Henderson
2010-05-21tcg-i386: Tidy unary arithmetic.Richard Henderson
2010-05-21tcg-i386: Tidy setcc.Richard Henderson
2010-05-21tcg-i386: Tidy ret.Richard Henderson
2010-05-21tcg-i386: Tidy calls.Richard Henderson
2010-05-21tcg-i386: Tidy push/pop.Richard Henderson
2010-05-21tcg-i386: Tidy movi.Richard Henderson
2010-05-21tcg-i386: Tidy non-immediate arithmetic operations.Richard Henderson
2010-05-21tcg-i386: Tidy immediate arithmetic operations.Richard Henderson
2010-05-21tcg-i386: Tidy ext8s and ext16s operations.Richard Henderson