aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-25remove absolete functionbellard
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard
2008-05-25added local temporariesbellard
2008-05-25Ignore duplicate timer run requests.pbrook
2008-05-25Implement byte swapping accessesblueswir1
2008-05-25Nicer debug outputblueswir1
2008-05-25Remove bogus DisplayState member.pbrook
2008-05-25Fix VNC update regoin height.balrog
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-25Invalidate VNC framebuffer on every resize.balrog
2008-05-24Tab-complete arguments for "logfile" in the monitor.balrog
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog
2008-05-24Fix a deadly typo, correct comments.balrog
2008-05-24Convert m68k target to TCG.pbrook
2008-05-24Fix ARM host TLB.pbrook
2008-05-24Fix mov[tf].ps handling for MIPS, by Richard Sandiford.ths
2008-05-24Un-break MIPS conditional moves, by Richard Sandiford.ths
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-24ETRAX: Correct check for second nic.edgar_igl
2008-05-24Dont try to keep the tlb and the jmp cache synchronized.edgar_igl
2008-05-24Fix A20 debug dumps.pbrook
2008-05-24Dynamically allocate tbs. Avoids branch range problems on RISC hosts.pbrook
2008-05-24Define stack offsetsblueswir1
2008-05-24More TCGv type fixes.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-24Fix helper operand type mismatch.pbrook
2008-05-23Fix bogus test syntax.pbrook
2008-05-23Fix parallel builds for dyngen, by Jason Wessel.ths
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-23Swithc some MIPS CP0 accesses to TCG.ths
2008-05-23Switch MIPS movf/movt to TCG.ths
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-23Fix build failure with old kernel headers (loop.h is incompatible withpbrook
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-23removed warningbellard
2008-05-23TCG profiler clean upbellard
2008-05-23profiler clean upbellard
2008-05-23Fix build failure for MIPS64 targets on 64-bit hosts.ths
2008-05-22Delete dead code.ths
2008-05-22Register op helpersblueswir1
2008-05-22Switch MIPS branch handling to TCG, and clean out pointless wrapperths
2008-05-22use debug_insn_start to have nicer debug tracesbellard
2008-05-22added debug_insn_start debug instructionbellard
2008-05-22proper helper definition registering (all targets must do that)bellard
2008-05-22debug output: write helper namesbellard