summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2008-05-18Fix constant checks on Sparc64 hostblueswir11-12/+17
2008-05-18Fix TCG alignment problems on Sparc64 hostblueswir11-2/+2
2008-05-17added 'pure' function attribute - fixed indirect function callsbellard2-23/+46
2008-05-17added not pseudo op - more _tl macrosbellard1-0/+23
2008-05-17Fix qemu_ld/st branches, constification, use orcc for tst synthetic opblueswir11-9/+9
2008-05-16Implement qemu_ld/st, fix brcond, handle more corner casesblueswir11-29/+395
2008-05-15Implement brcond, ldst with large offset; fix direct jump, prologueblueswir11-14/+71
2008-05-15Fix bit fitting checksblueswir11-11/+15
2008-05-14Fix compilation on Sparc host, implement ld and stblueswir12-4/+15
2008-05-12temporary hack to handle register shortage with dyngen for qemu_st64()bellard2-0/+41
2008-05-11Add TCG native negation op.pbrook5-0/+42
2008-05-11Add zero extension (pseudo-)ops.pbrook2-2/+50
2008-05-10REXB optimization cannot be done at this levelbellard1-1/+1
2008-05-10fixed qemu_st8 insn - prologue saved too many registersbellard1-8/+6
2008-05-10Fix DEBUG_TCGV.pbrook1-3/+3
2008-05-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir14-4/+4
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard4-62/+219
2008-05-06Fix i64 remainder calculation copy-paste error.balrog1-2/+2
2008-05-04Add helpers and shorthands for mul and muli operations.ths1-0/+19
2008-05-03Skip register moves when the target and the source are the sameblueswir11-4/+8
2008-04-12HPPA (PA-RISC) host supportaurel327-10/+1263
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-31/+1
2008-03-31ARM TCG conversion 9/16.pbrook1-0/+12
2008-03-31ARM TCG conversion 7/16.pbrook1-0/+19
2008-03-22 Add TL variants of trunc and ext/extublueswir11-0/+12
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir14-0/+9
2008-03-21 Make TCG br op availableblueswir11-0/+5
2008-03-16 Increase max temps limitblueswir11-1/+1
2008-03-16 Add discard_ptr and discard_tlblueswir11-0/+4
2008-03-13 Add tcg_const_tlblueswir11-0/+2
2008-03-13 Fix i32 memory backed variables on 64-bit hostblueswir14-19/+25
2008-03-12TCG README fixes (Stuart Brady)aurel321-4/+2
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir14-5/+5
2008-03-08 Add function prologue, fix pointer load on Sparc64 hostblueswir13-12/+67
2008-03-07 Update based on Stuart Brady's commentsblueswir11-39/+43
2008-03-0432-bit host sign extension fix (Juergen Lock).pbrook1-2/+2
2008-03-02 Add brcond_tlblueswir11-0/+2
2008-02-29 Fix compiler warningblueswir11-0/+2
2008-02-29 Fix register references (Igor Kovalenko)blueswir11-3/+3
2008-02-27 Preliminary Sparc TCG targetblueswir12-0/+722
2008-02-25 Fix mixed definesblueswir11-2/+2
2008-02-24 More helper types, rearrange generic definitionsblueswir11-0/+109
2008-02-20 Fix andi, optimize addi and subi zero casesblueswir11-3/+13
2008-02-17 Fix typoblueswir11-1/+1
2008-02-10Simplify TCG relocation bugfix.pbrook4-16/+11
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook2-19/+23
2008-02-04win32: suppress alloca() warningbellard1-0/+3
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard5-71/+124
2008-02-03compare fixbellard2-5/+5
2008-02-03Add TCG variable opaque type.pbrook3-361/+485