aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2009-12-27tcg: Add tcg_unsigned_cond.Richard Henderson1-0/+5
2009-12-21tcg-sparc: Implement brcond2.Richard Henderson1-14/+69
2009-12-21tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.Richard Henderson1-16/+16
2009-12-21tcg-sparc: Improve tcg_out_movi for sparc64.Richard Henderson1-12/+15
2009-12-21tcg-sparc: Fix imm13 check in movi.Richard Henderson1-1/+1
2009-12-15tcg/ppc64: Fix loading of 32bit constantsmalc1-1/+2
2009-12-06TCG: Mac OS X support for ppc64 targetAndreas Faerber1-14/+41
2009-12-05S/390 fake TCG implementationAlexander Graf2-0/+174
2009-12-01tcg: initial mips supportAurelien Jarno2-0/+1446
2009-11-24tcg: fix tcg_regset_{set,reset}_reg with more than 32 registersAurelien Jarno1-2/+2
2009-11-24tcg/ppc64,x86_64: fix constraints of op_qemu_st64Aurelien Jarno2-2/+2
2009-11-14tcg/i386: remove duplicate sar opcodeMagnus Damm1-1/+0
2009-10-07tcg: improve output logAurelien Jarno1-1/+1
2009-10-04tcg: allocate s->op_dead_iargs dynamicallyAurelien Jarno1-2/+1
2009-10-04tcg: remove dead codeAurelien Jarno1-2/+0
2009-10-04tcg/i386: add support for ext{8,16}u_i32 TCG opsAurelien Jarno2-0/+10
2009-10-04tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno2-0/+26
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno2-3/+36
2009-09-30Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno1-8/+4
2009-09-30TCG: fix DEF2 macroAurelien Jarno1-5/+9
2009-09-27tcg/i386: generates dec/inc instead of sub/add when possibleAurelien Jarno1-9/+15
2009-09-27tcg/i386: optimize and $0xff(ff), regAurelien Jarno1-0/+6
2009-09-27tcg/x86_64: generated dec/inc instead of sub/add when possibleAurelien Jarno1-2/+14
2009-09-27tcg/ppc: always use tcg_out_callmalc1-20/+10
2009-09-26ARM back-end: Use sxt[bh] instructions for ext{8, 6}sLaurent Desnogues1-0/+10
2009-09-25Suppress some variants of English in commentsStefan Weil2-4/+4
2009-09-20Compile TCG runtime library only onceBlue Swirl3-77/+14
2009-09-16tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil1-5/+4
2009-09-11X86_64: Use proper jumps/calls when displacement exceeds +-2Gmalc1-12/+19
2009-09-06When targeting PPU use rlwinm instead of andi. if possiblemalc1-8/+54
2009-08-25ARM back-end: Fix encode_immLaurent Desnogues1-0/+2
2009-08-22ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues1-5/+32
2009-08-22ARM back-end: Add TCG notLaurent Desnogues2-0/+6
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela2-2/+2
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-1/+1
2009-07-21Fix CONFIG_PROFILERBlue Swirl1-5/+3
2009-07-20Fix rbase initializationmalc1-1/+1
2009-07-18this patch improves the ARM back-end in the following way:Laurent Desnogues2-7/+37
2009-07-18tcg: Fix tcg_gen_rotr_i64Aurelien Jarno1-1/+1
2009-07-18PPC 32/64 GUEST_BASE supportmalc4-41/+127
2009-07-18Fix LHZX opcode valuemalc2-2/+2
2009-07-17Userspace guest address offsettingJuan Quintela1-1/+1
2009-07-17Userspace guest address offsettingPaul Brook7-33/+103
2009-07-17ARM host fixesPaul Brook2-4/+4
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-04-16tcg: make sure NDEBUG is defined before including <assert.h>aurel321-6/+7
2009-04-13Add a --enable-debug-tcg option to configureaurel322-4/+9
2009-04-11Remove reserved registers from tcg_target_reg_alloc_ordermalc1-4/+0
2009-04-11Whack [LS]MWmalc2-6/+0