summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-24Convert m68k target to TCG.pbrook11-2352/+1574
2008-05-24Fix ARM host TLB.pbrook1-61/+44
2008-05-24Fix mov[tf].ps handling for MIPS, by Richard Sandiford.ths2-6/+10
2008-05-24Un-break MIPS conditional moves, by Richard Sandiford.ths1-15/+17
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-24ETRAX: Correct check for second nic.edgar_igl1-1/+1
2008-05-24Dont try to keep the tlb and the jmp cache synchronized.edgar_igl1-3/+0
2008-05-24Fix A20 debug dumps.pbrook1-2/+2
2008-05-24Dynamically allocate tbs. Avoids branch range problems on RISC hosts.pbrook1-1/+2
2008-05-24Define stack offsetsblueswir11-0/+5
2008-05-24More TCGv type fixes.pbrook2-3/+11
2008-05-24Fix ARM conditional branch bug.pbrook6-121/+131
2008-05-24Fix helper operand type mismatch.pbrook1-1/+2
2008-05-23Fix bogus test syntax.pbrook1-1/+1
2008-05-23Fix parallel builds for dyngen, by Jason Wessel.ths1-0/+1
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-23Swithc some MIPS CP0 accesses to TCG.ths2-451/+194
2008-05-23Switch MIPS movf/movt to TCG.ths2-23/+22
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard3-229/+396
2008-05-23Fix build failure with old kernel headers (loop.h is incompatible withpbrook2-1/+96
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-23removed warningbellard1-2/+2
2008-05-23TCG profiler clean upbellard3-77/+12
2008-05-23profiler clean upbellard2-13/+93
2008-05-23Fix build failure for MIPS64 targets on 64-bit hosts.ths1-1/+2
2008-05-22Delete dead code.ths2-31/+0
2008-05-22Register op helpersblueswir12-93/+101
2008-05-22Switch MIPS branch handling to TCG, and clean out pointless wrapperths2-450/+286
2008-05-22use debug_insn_start to have nicer debug tracesbellard1-5/+2
2008-05-22added debug_insn_start debug instructionbellard3-3/+43
2008-05-22proper helper definition registering (all targets must do that)bellard3-353/+361
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-22Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.ths1-1/+1
2008-05-22small shift optsbellard1-6/+30
2008-05-22optimization of shifts by a constantbellard1-4/+68
2008-05-22lahf/sahf cpuid testbellard2-9/+6
2008-05-22cmpxchg8b fix - added cmpxchg16bbellard3-7/+47
2008-05-22cmpxchg 64 bit fixbellard1-4/+10
2008-05-22fxsave/fxrstor 64 bit fixbellard1-2/+20
2008-05-21disabled dyngen for x86 targetbellard1-4/+0
2008-05-21converted conditional jumps, SET and CMOVx to TCGbellard4-840/+421
2008-05-21removed unused definesbellard1-2/+0
2008-05-21converted env access to TCGbellard2-67/+32