summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/x86_64: Avoid unnecessary REX.B prefixes.Richard Henderson2010-01-151-16/+30
* tcg/x86_64: Special-case all 32-bit AND operands.Richard Henderson2010-01-141-18/+8
* tcg-sparc: Implement ext32[su]_i64Richard Henderson2010-01-122-0/+21
* tcg-sparc: Implement division properly.Richard Henderson2010-01-122-30/+55
* tcg-sparc: Do not remove %o[012] from 'r' constraint.Richard Henderson2010-01-121-0/+3
* tcg-sparc: Implement add2, sub2, mulu2.Richard Henderson2010-01-121-0/+27
* tcg-sparc: Add tcg_out_arithc.Richard Henderson2010-01-121-43/+43
* tcg: Add tcg_unsigned_cond.Richard Henderson2009-12-271-0/+5
* tcg-sparc: Implement brcond2.Richard Henderson2009-12-211-14/+69
* tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.Richard Henderson2009-12-211-16/+16
* tcg-sparc: Improve tcg_out_movi for sparc64.Richard Henderson2009-12-211-12/+15
* tcg-sparc: Fix imm13 check in movi.Richard Henderson2009-12-211-1/+1
* tcg/ppc64: Fix loading of 32bit constantsmalc2009-12-151-1/+2
* TCG: Mac OS X support for ppc64 targetAndreas Faerber2009-12-061-14/+41
* S/390 fake TCG implementationAlexander Graf2009-12-052-0/+174
* tcg: initial mips supportAurelien Jarno2009-12-012-0/+1446
* tcg: fix tcg_regset_{set,reset}_reg with more than 32 registersAurelien Jarno2009-11-241-2/+2
* tcg/ppc64,x86_64: fix constraints of op_qemu_st64Aurelien Jarno2009-11-242-2/+2
* tcg/i386: remove duplicate sar opcodeMagnus Damm2009-11-141-1/+0
* tcg: improve output logAurelien Jarno2009-10-071-1/+1
* tcg: allocate s->op_dead_iargs dynamicallyAurelien Jarno2009-10-041-2/+1
* tcg: remove dead codeAurelien Jarno2009-10-041-2/+0
* tcg/i386: add support for ext{8,16}u_i32 TCG opsAurelien Jarno2009-10-042-0/+10
* tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno2009-10-042-0/+26
* tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno2009-10-042-3/+36
* Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno2009-09-301-8/+4
* TCG: fix DEF2 macroAurelien Jarno2009-09-301-5/+9
* tcg/i386: generates dec/inc instead of sub/add when possibleAurelien Jarno2009-09-271-9/+15
* tcg/i386: optimize and $0xff(ff), regAurelien Jarno2009-09-271-0/+6
* tcg/x86_64: generated dec/inc instead of sub/add when possibleAurelien Jarno2009-09-271-2/+14
* tcg/ppc: always use tcg_out_callmalc2009-09-271-20/+10
* ARM back-end: Use sxt[bh] instructions for ext{8, 6}sLaurent Desnogues2009-09-261-0/+10
* Suppress some variants of English in commentsStefan Weil2009-09-252-4/+4
* Compile TCG runtime library only onceBlue Swirl2009-09-203-77/+14
* tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil2009-09-161-5/+4
* X86_64: Use proper jumps/calls when displacement exceeds +-2Gmalc2009-09-111-12/+19
* When targeting PPU use rlwinm instead of andi. if possiblemalc2009-09-061-8/+54
* ARM back-end: Fix encode_immLaurent Desnogues2009-08-251-0/+2
* ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues2009-08-221-5/+32
* ARM back-end: Add TCG notLaurent Desnogues2009-08-222-0/+6
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela2009-07-272-2/+2
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-1/+1
* Fix CONFIG_PROFILERBlue Swirl2009-07-211-5/+3
* Fix rbase initializationmalc2009-07-201-1/+1
* this patch improves the ARM back-end in the following way:Laurent Desnogues2009-07-182-7/+37
* tcg: Fix tcg_gen_rotr_i64Aurelien Jarno2009-07-181-1/+1
* PPC 32/64 GUEST_BASE supportmalc2009-07-184-41/+127
* Fix LHZX opcode valuemalc2009-07-182-2/+2
* Userspace guest address offsettingJuan Quintela2009-07-171-1/+1
OpenPOWER on IntegriCloud