aboutsummaryrefslogtreecommitdiff
path: root/target-m68k/translate.c
AgeCommit message (Expand)Author
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13target-m68k: Remove custom qemu_assert() functionPeter Maydell
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-10target-m68k: Rename helpers.h to helper.hRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-09target-m68k: Change gen_intermediate_code_internal() argument to M68kCPUAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-06target-m68k: Fix commentStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson
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