summaryrefslogtreecommitdiff
path: root/target-m68k/translate.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-06target-m68k: Fix commentStefan Weil1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl1-130/+140
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl1-37/+39
2012-03-14target-m68k: Don't overuse CPUStateAndreas Färber1-8/+8
2012-02-28target-m68k: Clean includesStefan Weil1-6/+0
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