1. 9ed5726 target-mips: fix translation of MT instructions by Nathan Froyd · 14 years ago
  2. 5dc5d9f mips: more fixes to the MIPS interrupt glue logic by Aurelien Jarno · 14 years ago
  3. 3c82410 target-mips: microMIPS ASE support by Nathan Froyd · 15 years ago
  4. e7139c4 target-mips: use physical address in lladdr by Aurelien Jarno · 15 years ago
  5. 2a6e32d target-mips: make CP0_LLAddr register CPU dependent by Aurelien Jarno · 15 years ago
  6. e7a6965 target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers by aurel32 · 16 years ago
  7. c01fccd target-mips: rename helpers from do_ to helper_ by aurel32 · 16 years ago
  8. a7812ae TCG variable type checking. by pbrook · 16 years ago
  9. 49bcf33 target-mips: convert bit shuffle ops to TCG by aurel32 · 16 years ago
  10. 505ad7c target-mips: convert bitfield ops to TCG by aurel32 · 16 years ago
  11. add6906 target-mips: fix mft* helpers/call by aurel32 · 16 years ago
  12. 0eaef5a Less hardcoding of TARGET_USER_ONLY. by ths · 16 years ago
  13. b6d96be Use temporary registers for the MIPS FPU emulation. by ths · 16 years ago
  14. d26968e Remove unnecessary helper arguments, and fix some typos. by ths · 17 years ago
  15. 2796188 Avoid unused input arguments which triggered tcg errors. Spotted by Stefan Weil. by ths · 17 years ago
  16. 1a3fd9c Remove remaining uses of T0 in the MIPS target. by ths · 17 years ago
  17. 6c5c1e2 Use temporaries instead of fixed registers for some instructions. by ths · 17 years ago
  18. be24bb4 Pass T0/T1 explicitly to helper functions, and clean up a few dyngen leftovers. by ths · 17 years ago
  19. c8c2227 Convert unaligned load/store to TCG. by ths · 17 years ago
  20. 92af06d Convert vr54xx multiply instructions to TCG. by ths · 17 years ago
  21. a16336e Convert remaining MIPS FP instructions to TCG. by ths · 17 years ago
  22. 214c465 Switch the standard multiplication instructions to TCG. by ths · 17 years ago
  23. 2b0233a Switch bitfield instructions and assorted special ops to TCG. by ths · 17 years ago
  24. 08ba796 TCGify a few more instructions. by ths · 17 years ago
  25. 5d0fc90 Call most FP helpers without deroute through op.c by ths · 17 years ago
  26. f1aa632 Switch remaining CP0 instructions to TCG or helper functions. by ths · 17 years ago
  27. 7dd9e55 Register helper functions. by ths · 17 years ago
  28. 3089880 Switch MIPS clo/clz and the condition tests to TCG. by ths · 17 years ago
  29. 4eecc06 Add file left out from previous commit. by ths · 17 years ago