summaryrefslogtreecommitdiffstats
path: root/target-m68k/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add instruction counter.pbrook2008-06-291-1/+20
* Convert m68k target to TCG.pbrook2008-05-241-1036/+811
* Factorize code in translate.caurel322008-04-281-0/+5
* use the TCG code generatorbellard2008-02-011-30/+9
* Fix m68k FP register debug dumps.pbrook2007-11-101-2/+2
* added cpu_model parameter to cpu_init()bellard2007-11-101-32/+0
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0
* M68K watchpoint hacks.pbrook2007-06-091-0/+11
* M68K status register fixes.pbrook2007-06-091-1/+2
* Improve ColdFire CPU selection.pbrook2007-06-031-6/+19
* MCF5208 emulation.pbrook2007-06-031-4/+5
* ColdFire EMAC support.pbrook2007-05-291-0/+286
* Implement ColdFire ff1.pbrook2007-05-281-1/+4
* Add diagnostic for bad opcode masks.pbrook2007-05-281-1/+5
* Fix typo in m68k outer displacement addressing (Andreas Schwab).pbrook2007-05-261-1/+1
* Generate m68k address faults.pbrook2007-05-261-43/+88
* M68k extended addressing modes.pbrook2007-05-261-28/+119
OpenPOWER on IntegriCloud