aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k
AgeCommit message (Expand)AuthorFilesLines
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-6/+5
2008-07-10Fix coprocessor register types.pbrook1-13/+13
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2-3/+3
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-4/+0
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook2-1/+22
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+9
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0
2008-05-28moved halted field to CPU_COMMONbellard1-1/+0
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-24Convert m68k target to TCG.pbrook10-2350/+1574
2008-05-04remove target ifdefs from vl.caurel321-0/+9
2008-04-28Factorize code in translate.caurel321-0/+5
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-03-26m68k compare fix.pbrook1-1/+1
2008-02-01use the TCG code generatorbellard2-47/+10
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-1/+3
2007-11-18Add strict checking mode for softfp code.pbrook2-2/+2
2007-11-12added missing returnbellard1-0/+1
2007-11-11fixed invalid typebellard1-2/+2
2007-11-10Fix m68k FP register debug dumps.pbrook1-2/+2
2007-11-10added cpu_model parameter to cpu_init()bellard3-42/+43
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer4-6/+17
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths3-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths6-21/+21
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-06-09M68K watchpoint hacks.pbrook1-0/+11
2007-06-09Workaround dyngen problems with m68k conditional branch ops.pbrook2-14/+40
2007-06-09M68K status register fixes.pbrook3-8/+6
2007-06-03Move target-specific defines to the target directories.ths1-0/+7
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-06-03Improve ColdFire CPU selection.pbrook3-11/+35
2007-06-03MCF5208 emulation.pbrook5-13/+60
2007-06-02Clear SR_M on a hardware interrupt.pbrook1-0/+1
2007-05-29ColdFire EMAC support.pbrook5-2/+760
2007-05-28Implement ColdFire ff1.pbrook2-1/+14
2007-05-28Add diagnostic for bad opcode masks.pbrook1-1/+5
2007-05-26Fix typo in m68k outer displacement addressing (Andreas Schwab).pbrook1-1/+1
2007-05-26Generate m68k address faults.pbrook1-43/+88
2007-05-26M68k extended addressing modes.pbrook2-29/+121
2007-05-26Rework m68k cpu feature flags.pbrook3-132/+175
2007-05-26M68k system mode semihosting.pbrook4-2/+28
2007-05-23Speed up m68k by 20%.pbrook1-8/+8
2007-05-23m68k/ColdFire system emulation.pbrook9-199/+608
2007-05-20M68k addx/subx fix.pbrook1-2/+2
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-1/+1
2007-03-19Define gen_intermediate_code_internal as "static inline".ths1-2/+3
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-2/+1