aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2008-05-25Implement byte swapping accessesblueswir1
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog
2008-05-24Fix a deadly typo, correct comments.balrog
2008-05-24Fix ARM host TLB.pbrook
2008-05-24Implement 64-bit constant loadsblueswir1
2008-05-24Use sethi and arith functions, fix commentblueswir1
2008-05-24Fix stack offsets and alignmentblueswir1
2008-05-24Define stack offsetsblueswir1
2008-05-24More TCGv type fixes.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-23Comment non-obvious calculation. Don't clobber r3 in qemu_st64.balrog
2008-05-23A branch insn must not overwrite the branch target before relocation.balrog
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-23Fix qemu_ld/st for mem_index > 0 on arm host.balrog
2008-05-23Define TCG_TARGET_CALL_STACK_OFFSET on arm.balrog
2008-05-23compilation fixbellard
2008-05-23profiler clean upbellard
2008-05-22added debug_insn_start debug instructionbellard
2008-05-22debug output: write helper namesbellard
2008-05-22more generic call codegenbellard
2008-05-22fixed zero shifts (64 bit case)bellard
2008-05-22small shift optsbellard
2008-05-21fixed dead global variable updatebellard
2008-05-20Fix 8-bit signed load/store and a typo.balrog
2008-05-20Implement neg_i32, clean-up.balrog
2008-05-20Remove dyngen ARM code, which did't build.balrog
2008-05-19ARM host support for TCG targets.balrog
2008-05-19Better solution for the alignment problemblueswir1
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-18Fix constant checks on Sparc64 hostblueswir1
2008-05-18Fix TCG alignment problems on Sparc64 hostblueswir1
2008-05-17added 'pure' function attribute - fixed indirect function callsbellard
2008-05-17added not pseudo op - more _tl macrosbellard
2008-05-17Fix qemu_ld/st branches, constification, use orcc for tst synthetic opblueswir1
2008-05-16Implement qemu_ld/st, fix brcond, handle more corner casesblueswir1
2008-05-15Implement brcond, ldst with large offset; fix direct jump, prologueblueswir1
2008-05-15Fix bit fitting checksblueswir1
2008-05-14Fix compilation on Sparc host, implement ld and stblueswir1
2008-05-12temporary hack to handle register shortage with dyngen for qemu_st64()bellard
2008-05-11Add TCG native negation op.pbrook
2008-05-11Add zero extension (pseudo-)ops.pbrook
2008-05-10REXB optimization cannot be done at this levelbellard
2008-05-10fixed qemu_st8 insn - prologue saved too many registersbellard
2008-05-10Fix DEBUG_TCGV.pbrook
2008-05-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir1
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard
2008-05-06Fix i64 remainder calculation copy-paste error.balrog
2008-05-04Add helpers and shorthands for mul and muli operations.ths
2008-05-03Skip register moves when the target and the source are the sameblueswir1