summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2008-05-24Fix ARM host TLB.pbrook1-61/+44
2008-05-24Implement 64-bit constant loadsblueswir11-15/+27
2008-05-24Use sethi and arith functions, fix commentblueswir11-23/+26
2008-05-24Fix stack offsets and alignmentblueswir11-7/+4
2008-05-24Define stack offsetsblueswir11-0/+5
2008-05-24More TCGv type fixes.pbrook1-2/+9
2008-05-24Fix ARM conditional branch bug.pbrook1-0/+18
2008-05-23Comment non-obvious calculation. Don't clobber r3 in qemu_st64.balrog1-6/+33
2008-05-23A branch insn must not overwrite the branch target before relocation.balrog1-3/+14
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard3-229/+396
2008-05-23Fix qemu_ld/st for mem_index > 0 on arm host.balrog1-6/+15
2008-05-23Define TCG_TARGET_CALL_STACK_OFFSET on arm.balrog1-2/+3
2008-05-23compilation fixbellard1-2/+2
2008-05-23profiler clean upbellard2-13/+93
2008-05-22added debug_insn_start debug instructionbellard3-3/+43
2008-05-22debug output: write helper namesbellard2-15/+35
2008-05-22more generic call codegenbellard4-42/+75
2008-05-22fixed zero shifts (64 bit case)bellard1-3/+4
2008-05-22small shift optsbellard1-6/+30
2008-05-21fixed dead global variable updatebellard1-20/+18
2008-05-20Fix 8-bit signed load/store and a typo.balrog1-4/+4
2008-05-20Implement neg_i32, clean-up.balrog2-5/+10
2008-05-20Remove dyngen ARM code, which did't build.balrog1-103/+0
2008-05-19ARM host support for TCG targets.balrog3-1/+1622
2008-05-19Better solution for the alignment problemblueswir11-3/+3
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths1-0/+4
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