1. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  2. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  3. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 18 years ago
  4. c9bac22 M68K watchpoint hacks. by pbrook · 18 years ago
  5. 06d92f4 Workaround dyngen problems with m68k conditional branch ops. by pbrook · 18 years ago
  6. 0cf5c67 M68K status register fixes. by pbrook · 18 years ago
  7. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  8. bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
  9. d315c88 Improve ColdFire CPU selection. by pbrook · 18 years ago
  10. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  11. caf8fe8 Clear SR_M on a hardware interrupt. by pbrook · 18 years ago
  12. acf930a ColdFire EMAC support. by pbrook · 18 years ago
  13. 821f7e7 Implement ColdFire ff1. by pbrook · 18 years ago
  14. 5fc4adf Add diagnostic for bad opcode masks. by pbrook · 18 years ago
  15. 2bc1abb Fix typo in m68k outer displacement addressing (Andreas Schwab). by pbrook · 18 years ago
  16. 510ff0b Generate m68k address faults. by pbrook · 18 years ago
  17. e6dbd3b M68k extended addressing modes. by pbrook · 18 years ago
  18. 0402f76 Rework m68k cpu feature flags. by pbrook · 18 years ago
  19. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  20. 7ec47ea Speed up m68k by 20%. by pbrook · 18 years ago
  21. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  22. 8d7fe05 M68k addx/subx fix. by pbrook · 18 years ago
  23. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  24. 820e00f Define gen_intermediate_code_internal as "static inline". by ths · 18 years ago
  25. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  26. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  27. 2d37be6 M68k build fix. by pbrook · 18 years ago
  28. e6e5906 ColdFire target. by pbrook · 18 years ago