1. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  2. fa547e6 target-m68k: Call tcg_gen_debug_insn_start by Richard Henderson · 12 years ago
  3. d4d79bb target-m68k: avoid using cpu_single_env by Blue Swirl · 12 years ago
  4. 3187114 target-m68k: switch to AREG0 free mode by Blue Swirl · 12 years ago
  5. 2b3e3cf target-m68k: Don't overuse CPUState by Andreas Färber · 13 years ago
  6. 3aef481 target-m68k: Clean includes by Stefan Weil · 13 years ago
  7. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  8. 351326a m68k: Replace gen_im32() by tcg_const_i32() by Laurent Vivier · 14 years ago
  9. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  10. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  11. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  12. 37ca43a m68k: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  13. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  14. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  15. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  16. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  17. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  18. 18307f2 Fix ColdFire fmovem. Free the temporary we just allocated rather than some by pbrook · 16 years ago
  19. 243ee8f Really fix ColdFire fdmoved address decoding. by pbrook · 16 years ago
  20. c59b97a Fix ColdFire fdmoved address decoding. by pbrook · 16 years ago
  21. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  22. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  23. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  24. 1addc7c Spelling and grammar fixes by aurel32 · 16 years ago
  25. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  26. bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
  27. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  28. a7812ae TCG variable type checking. by pbrook · 16 years ago
  29. 1ed1a78 Silence some warnings about no value returned from non-void function by blueswir1 · 16 years ago
  30. 9507fb5 Fix swapped mvz/mvs instructions. by pbrook · 16 years ago
  31. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  32. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
  33. 815a674 Fix coprocessor register types. by pbrook · 16 years ago
  34. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  35. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
  36. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  37. e1f3808 Convert m68k target to TCG. by pbrook · 17 years ago
  38. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  39. 57fec1f use the TCG code generator by bellard · 17 years ago
  40. 8fc7cc5 Fix m68k FP register debug dumps. by pbrook · 17 years ago
  41. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  42. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  43. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  44. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
  45. c9bac22 M68K watchpoint hacks. by pbrook · 18 years ago
  46. 0cf5c67 M68K status register fixes. by pbrook · 18 years ago
  47. d315c88 Improve ColdFire CPU selection. by pbrook · 18 years ago
  48. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  49. acf930a ColdFire EMAC support. by pbrook · 18 years ago
  50. 821f7e7 Implement ColdFire ff1. by pbrook · 18 years ago
  51. 5fc4adf Add diagnostic for bad opcode masks. by pbrook · 18 years ago
  52. 2bc1abb Fix typo in m68k outer displacement addressing (Andreas Schwab). by pbrook · 18 years ago
  53. 510ff0b Generate m68k address faults. by pbrook · 18 years ago
  54. e6dbd3b M68k extended addressing modes. by pbrook · 18 years ago
  55. 0402f76 Rework m68k cpu feature flags. by pbrook · 18 years ago
  56. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  57. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  58. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  59. 820e00f Define gen_intermediate_code_internal as "static inline". by ths · 18 years ago
  60. 2d37be6 M68k build fix. by pbrook · 18 years ago
  61. e6e5906 ColdFire target. by pbrook · 18 years ago