1. 6ad1d22 Allocate cleared memory for cpu state. by pbrook · 16 years ago
  2. 1addc7c Spelling and grammar fixes by aurel32 · 16 years ago
  3. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  4. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  5. bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
  6. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  7. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  8. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  9. a7812ae TCG variable type checking. by pbrook · 16 years ago
  10. 56aebc8 Add GDB XML register description support. by pbrook · 16 years ago
  11. 1ed1a78 Silence some warnings about no value returned from non-void function by blueswir1 · 16 years ago
  12. 9507fb5 Fix swapped mvz/mvs instructions. by pbrook · 16 years ago
  13. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  14. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
  15. 815a674 Fix coprocessor register types. by pbrook · 16 years ago
  16. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 16 years ago
  17. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 16 years ago
  18. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 16 years ago
  19. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  20. f8ed707 Fix typo. by pbrook · 17 years ago
  21. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  22. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  23. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  24. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  25. e1f3808 Convert m68k target to TCG. by pbrook · 17 years ago
  26. 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
  27. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  28. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  29. ccccab0 m68k compare fix. by pbrook · 17 years ago
  30. 57fec1f use the TCG code generator by bellard · 17 years ago
  31. 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
  32. f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
  33. 4f6cf9e added missing return by bellard · 17 years ago
  34. 44f8625 fixed invalid type by bellard · 17 years ago
  35. 8fc7cc5 Fix m68k FP register debug dumps. by pbrook · 17 years ago
  36. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  37. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  38. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  39. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  40. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  41. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
  42. c9bac22 M68K watchpoint hacks. by pbrook · 18 years ago
  43. 06d92f4 Workaround dyngen problems with m68k conditional branch ops. by pbrook · 18 years ago
  44. 0cf5c67 M68K status register fixes. by pbrook · 18 years ago
  45. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  46. bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
  47. d315c88 Improve ColdFire CPU selection. by pbrook · 18 years ago
  48. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  49. caf8fe8 Clear SR_M on a hardware interrupt. by pbrook · 18 years ago
  50. acf930a ColdFire EMAC support. by pbrook · 18 years ago
  51. 821f7e7 Implement ColdFire ff1. by pbrook · 18 years ago
  52. 5fc4adf Add diagnostic for bad opcode masks. by pbrook · 18 years ago
  53. 2bc1abb Fix typo in m68k outer displacement addressing (Andreas Schwab). by pbrook · 18 years ago
  54. 510ff0b Generate m68k address faults. by pbrook · 18 years ago
  55. e6dbd3b M68k extended addressing modes. by pbrook · 18 years ago
  56. 0402f76 Rework m68k cpu feature flags. by pbrook · 18 years ago
  57. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  58. 7ec47ea Speed up m68k by 20%. by pbrook · 18 years ago
  59. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  60. 8d7fe05 M68k addx/subx fix. by pbrook · 18 years ago
  61. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  62. 820e00f Define gen_intermediate_code_internal as "static inline". by ths · 18 years ago
  63. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  64. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  65. 2d37be6 M68k build fix. by pbrook · 18 years ago
  66. e6e5906 ColdFire target. by pbrook · 18 years ago