aboutsummaryrefslogtreecommitdiff
path: root/target-m68k/translate.c
AgeCommit message (Expand)Author
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl
2012-03-14target-m68k: Don't overuse CPUStateAndreas Färber
2012-02-28target-m68k: Clean includesStefan Weil
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-08m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-02-24Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook
2009-02-23Really fix ColdFire fdmoved address decoding.pbrook
2009-02-23Fix ColdFire fdmoved address decoding.pbrook
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-30Spelling and grammar fixesaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-10-05Silence some warnings about no value returned from non-void functionblueswir1
2008-09-05Fix swapped mvz/mvs instructions.pbrook
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-10Fix coprocessor register types.pbrook
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-29Add instruction counter.pbrook
2008-05-24Convert m68k target to TCG.pbrook
2008-04-28Factorize code in translate.caurel32
2008-02-01use the TCG code generatorbellard
2007-11-10Fix m68k FP register debug dumps.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths
2007-06-09M68K watchpoint hacks.pbrook
2007-06-09M68K status register fixes.pbrook
2007-06-03Improve ColdFire CPU selection.pbrook
2007-06-03MCF5208 emulation.pbrook
2007-05-29ColdFire EMAC support.pbrook
2007-05-28Implement ColdFire ff1.pbrook
2007-05-28Add diagnostic for bad opcode masks.pbrook
2007-05-26Fix typo in m68k outer displacement addressing (Andreas Schwab).pbrook