summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno2009-09-301-8/+4Star
* 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/+10Star
* 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/+14Star
* tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil2009-09-161-5/+4Star
* X86_64: Use proper jumps/calls when displacement exceeds +-2Gmalc2009-09-101-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/+3Star
* Fix rbase initializationmalc2009-07-191-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
* Userspace guest address offsettingPaul Brook2009-07-177-33/+103
* ARM host fixesPaul Brook2009-07-172-4/+4
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0Star
* tcg: make sure NDEBUG is defined before including <assert.h>aurel322009-04-161-6/+7
* Add a --enable-debug-tcg option to configureaurel322009-04-132-4/+9
* Remove reserved registers from tcg_target_reg_alloc_ordermalc2009-04-111-4/+0Star
* Whack [LS]MWmalc2009-04-112-6/+0Star
* Remove reserved registers from tcg_target_reg_alloc_ordermalc2009-04-111-3/+0Star
* tcg/tcg.h: fix a few typosaurel322009-04-071-3/+3
* tcg: add a CONST flag to TCG helpersaurel322009-04-062-4/+12
* tcg: improve comment about pure functionsaurel322009-04-061-2/+2
* tcg/x86_64: optimize register allocation orderaurel322009-04-051-10/+9Star
* Fix branches and TLB matches for 64 bit targetsblueswir12009-04-041-13/+75
* Allocate space for static call args, increase stack frame size on Sparc64blueswir12009-04-042-9/+17
* tcg: fix _tl aliases for divu/remuaurel322009-03-291-4/+4
* tcg: add _tl aliases for div/divu/rem/remuaurel322009-03-291-0/+8
* tcg/README: fix description of bswap32_i32/i64aurel322009-03-291-1/+1
* tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 opsaurel322009-03-132-0/+13
* tcg/x86: add bswap16_i32 opsaurel322009-03-132-0/+7
* tcg: update README wrt recent bswap changesaurel322009-03-131-6/+7
* tcg: add _tl aliases to bswap16/32/64 TCG opsaurel322009-03-131-0/+5
* tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel322009-03-132-0/+64
* tcg: optimize tcg_gen_bswap16_i32aurel322009-03-131-8/+5Star
* tcg: allow bswap16_i32 to be implemented by TCG backendsaurel322009-03-131-0/+3
* tcg: rename bswap_i32/i64 functionsaurel322009-03-139-26/+26