aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2009-09-06When targeting PPU use rlwinm instead of andi. if possiblemalc
2009-08-25ARM back-end: Fix encode_immLaurent Desnogues
2009-08-22ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues
2009-08-22ARM back-end: Add TCG notLaurent Desnogues
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-07-21Fix CONFIG_PROFILERBlue Swirl
2009-07-20Fix rbase initializationmalc
2009-07-18this patch improves the ARM back-end in the following way:Laurent Desnogues
2009-07-18tcg: Fix tcg_gen_rotr_i64Aurelien Jarno
2009-07-18PPC 32/64 GUEST_BASE supportmalc
2009-07-18Fix LHZX opcode valuemalc
2009-07-17Userspace guest address offsettingJuan Quintela
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-17ARM host fixesPaul Brook
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-04-16tcg: make sure NDEBUG is defined before including <assert.h>aurel32
2009-04-13Add a --enable-debug-tcg option to configureaurel32
2009-04-11Remove reserved registers from tcg_target_reg_alloc_ordermalc
2009-04-11Whack [LS]MWmalc
2009-04-11Remove reserved registers from tcg_target_reg_alloc_ordermalc
2009-04-07tcg/tcg.h: fix a few typosaurel32
2009-04-06tcg: add a CONST flag to TCG helpersaurel32
2009-04-06tcg: improve comment about pure functionsaurel32
2009-04-05tcg/x86_64: optimize register allocation orderaurel32
2009-04-04Fix branches and TLB matches for 64 bit targetsblueswir1
2009-04-04Allocate space for static call args, increase stack frame size on Sparc64blueswir1
2009-03-29tcg: fix _tl aliases for divu/remuaurel32
2009-03-29tcg: add _tl aliases for div/divu/rem/remuaurel32
2009-03-28tcg/README: fix description of bswap32_i32/i64aurel32
2009-03-13tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 opsaurel32
2009-03-13tcg/x86: add bswap16_i32 opsaurel32
2009-03-13tcg: update README wrt recent bswap changesaurel32
2009-03-13tcg: add _tl aliases to bswap16/32/64 TCG opsaurel32
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel32
2009-03-13tcg: optimize tcg_gen_bswap16_i32aurel32
2009-03-13tcg: allow bswap16_i32 to be implemented by TCG backendsaurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-11tcg: move {not,neg}_i{32,64} definitions at the right placeaurel32
2009-03-11tcg: fix commit r6805aurel32
2009-03-10tcg-arm: fix qemu_ld64aurel32
2009-03-10tcg: update TODOaurel32
2009-03-10tcg/x86: add not/neg/extu/bswap/rot i32 opsaurel32
2009-03-10tcg: optimize logical operationsaurel32
2009-03-10Fix tcg after commit 6800aurel32
2009-03-10tcg: use TCGV_EQUAL_I{32,64}aurel32
2009-03-10tcg: define TCGV_EQUAL_I{32,64}aurel32
2009-03-09tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel32
2009-03-09Implement TCG not ops for x86-64aurel32