aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k/translate.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-08m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier1-23/+20
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+0
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+1
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-1/+1
2009-02-24Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook1-1/+1
2009-02-23Really fix ColdFire fdmoved address decoding.pbrook1-0/+2
2009-02-23Fix ColdFire fdmoved address decoding.pbrook1-4/+4
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-5/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-11-30Spelling and grammar fixesaurel321-1/+1
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori1-6/+0
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-4/+5
2008-11-17TCG variable type checking.pbrook1-157/+206
2008-10-05Silence some warnings about no value returned from non-void functionblueswir11-0/+1
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