summaryrefslogtreecommitdiff
path: root/target-m68k/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Fix swapped mvz/mvs instructions.pbrook1-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-3/+1
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.ths1-2/+2
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook1-1/+20
2008-05-24Convert m68k target to TCG.pbrook1-1036/+811
2008-04-28Factorize code in translate.caurel321-0/+5
2008-02-01use the TCG code generatorbellard1-30/+9
2007-11-10Fix m68k FP register debug dumps.pbrook1-2/+2
2007-11-10added cpu_model parameter to cpu_init()bellard1-32/+0
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-7/+7
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-06-09M68K watchpoint hacks.pbrook1-0/+11
2007-06-09M68K status register fixes.pbrook1-1/+2
2007-06-03Improve ColdFire CPU selection.pbrook1-6/+19
2007-06-03MCF5208 emulation.pbrook1-4/+5
2007-05-29ColdFire EMAC support.pbrook1-0/+286
2007-05-28Implement ColdFire ff1.pbrook1-1/+4
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.pbrook1-28/+119
2007-05-26Rework m68k cpu feature flags.pbrook1-132/+93
2007-05-26M68k system mode semihosting.pbrook1-2/+2
2007-05-23m68k/ColdFire system emulation.pbrook1-116/+276
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
2006-11-12M68k build fix.pbrook1-2/+2
2006-10-22ColdFire target.pbrook1-0/+2759