summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-27ETRAX: Avoid compiler warning.edgar_igl1-3/+2
2008-05-27ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.edgar_igl2-82/+163
2008-05-27Free tempsblueswir11-109/+313
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir15-243/+233
2008-05-26More TCG type fixesblueswir11-11/+8
2008-05-26Fix signed/unsigned issues of immediate version of brcond (malc)bellard1-11/+48
2008-05-26Fix cas on i386blueswir11-1/+1
2008-05-25fixed x86_64 regressionbellard1-4/+4
2008-05-25ppc dyngen fix (malc)bellard1-25/+39
2008-05-25ppc TCG target (malc)bellard2-0/+1493
2008-05-25jump simplificationbellard1-22/+1
2008-05-25jump optimizationsbellard1-31/+9
2008-05-25updatebellard2-86/+64
2008-05-25suppressed unused macro handlingbellard4-109/+2
2008-05-25remove absolete functionbellard1-5/+0
2008-05-25remove absolete functionbellard1-5/+0
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard4-266/+259
2008-05-25added local temporariesbellard2-45/+103
2008-05-25Ignore duplicate timer run requests.pbrook1-0/+3
2008-05-25Implement byte swapping accessesblueswir12-36/+104
2008-05-25Nicer debug outputblueswir11-0/+2
2008-05-25Remove bogus DisplayState member.pbrook1-1/+0
2008-05-25Fix VNC update regoin height.balrog1-1/+1
2008-05-25Fix off-by-one unwinding error.pbrook11-49/+12
2008-05-25Invalidate VNC framebuffer on every resize.balrog1-4/+3
2008-05-24Tab-complete arguments for "logfile" in the monitor.balrog1-1/+1
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog1-4/+13
2008-05-24Fix a deadly typo, correct comments.balrog1-4/+6
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