summaryrefslogtreecommitdiffstats
path: root/target-m68k/translate.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* target-m68k: Change gen_intermediate_code_internal() argument to M68kCPUAndreas Färber2013-07-091-4/+5
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-2/+4
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+7
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* target-m68k: Fix commentStefan Weil2013-02-061-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-m68k: Call tcg_gen_debug_insn_startRichard Henderson2012-09-271-0/+4
* target-m68k: avoid using cpu_single_envBlue Swirl2012-09-151-130/+140
* target-m68k: switch to AREG0 free modeBlue Swirl2012-09-151-37/+39
* target-m68k: Don't overuse CPUStateAndreas Färber2012-03-141-8/+8
* target-m68k: Clean includesStefan Weil2012-02-281-6/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier2011-06-081-23/+20
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* m68k: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+0
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-1/+1
* Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook2009-02-241-1/+1
* Really fix ColdFire fdmoved address decoding.pbrook2009-02-231-0/+2
* Fix ColdFire fdmoved address decoding.pbrook2009-02-231-4/+4
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-5/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Spelling and grammar fixesaurel322008-11-301-1/+1
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Remove premature memop TB terminations (Jan Kiszka)aliguori2008-11-181-6/+0
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-4/+5
* TCG variable type checking.pbrook2008-11-171-157/+206
* Silence some warnings about no value returned from non-void functionblueswir12008-10-051-0/+1
* Fix swapped mvz/mvs instructions.pbrook2008-09-051-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-3/+1
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-6/+5
* Fix coprocessor register types.pbrook2008-07-101-13/+13
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-2/+2
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
OpenPOWER on IntegriCloud