summaryrefslogtreecommitdiffstats
path: root/target-m68k
Commit message (Expand)AuthorAgeFilesLines
* Fix swapped mvz/mvs instructions.pbrook2008-09-051-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-302-5/+1Star
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-6/+5Star
* Fix coprocessor register types.pbrook2008-07-101-13/+13
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-032-3/+3
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-4/+0Star
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Add instruction counter.pbrook2008-06-292-1/+22
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0Star
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0Star
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0Star
* Convert m68k target to TCG.pbrook2008-05-2510-2350/+1574Star
* remove target ifdefs from vl.caurel322008-05-041-0/+9
* Factorize code in translate.caurel322008-04-281-0/+5
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* m68k compare fix.pbrook2008-03-261-1/+1
* use the TCG code generatorbellard2008-02-012-47/+10Star
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-1/+3
* Add strict checking mode for softfp code.pbrook2007-11-182-2/+2
* added missing returnbellard2007-11-131-0/+1
* fixed invalid typebellard2007-11-111-2/+2
* Fix m68k FP register debug dumps.pbrook2007-11-101-2/+2
* added cpu_model parameter to cpu_init()bellard2007-11-103-42/+43
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-144-6/+17
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-173-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-166-21/+21
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0Star
* M68K watchpoint hacks.pbrook2007-06-091-0/+11
* Workaround dyngen problems with m68k conditional branch ops.pbrook2007-06-092-14/+40
* M68K status register fixes.pbrook2007-06-093-8/+6Star
* Move target-specific defines to the target directories.ths2007-06-031-0/+7
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+10
* Improve ColdFire CPU selection.pbrook2007-06-033-11/+35
* MCF5208 emulation.pbrook2007-06-035-13/+60
* Clear SR_M on a hardware interrupt.pbrook2007-06-021-0/+1
* ColdFire EMAC support.pbrook2007-05-295-2/+760
* Implement ColdFire ff1.pbrook2007-05-282-1/+14
* Add diagnostic for bad opcode masks.pbrook2007-05-281-1/+5
* Fix typo in m68k outer displacement addressing (Andreas Schwab).pbrook2007-05-271-1/+1
* Generate m68k address faults.pbrook2007-05-271-43/+88
* M68k extended addressing modes.pbrook2007-05-262-29/+121
* Rework m68k cpu feature flags.pbrook2007-05-263-132/+175
* M68k system mode semihosting.pbrook2007-05-264-2/+28
* Speed up m68k by 20%.pbrook2007-05-241-8/+8
* m68k/ColdFire system emulation.pbrook2007-05-239-199/+608
* M68k addx/subx fix.pbrook2007-05-211-2/+2
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-1/+1