1. c6d6dd7 Fix MIPS64 R2 instructions. by ths · 17 years ago
  2. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  3. d26bc21 Clean out the N32 macros from target-mips, and introduce MIPS ABI specific by ths · 17 years ago
  4. 855cea8 Formatting fix. by ths · 17 years ago
  5. 623a930 Implement missing MIPS supervisor mode bits. by ths · 17 years ago
  6. 9f77c1c Remove bogus instruction decode. by ths · 17 years ago
  7. 7385ac0 Use the standard ASE check for MIPS-3D and MT. by ths · 17 years ago
  8. d8a5950 Switch bc1any* instructions off if no MIPS-3D is implemented. by ths · 17 years ago
  9. aa34373 Use always_inline in the MIPS support where applicable. by ths · 17 years ago
  10. 4e9f853 Fix [ls][wd][lr] instructions, by Aurelien Jarno. by ths · 17 years ago
  11. 540635b Code provision for n32/n64 mips userland emulation. Not functional yet. by ths · 17 years ago
  12. fe25323 Wrap a few often used tests with unlikely(), by Aurelien Jarno. by ths · 17 years ago
  13. 387a8fe Optimise instructions accessing CP0, by Aurelien Jarno. by ths · 17 years ago
  14. e189e74 Per-CPU instruction decoding implementation, by Aurelien Jarno. by ths · 17 years ago
  15. c068688 Extend TB flags to 64 bits (Alexander Graf). by j_mayer · 17 years ago
  16. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  17. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  18. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
  19. ead9360 Partial support for 34K multithreading, not functional yet. by ths · 17 years ago
  20. 3ddf0b5 Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. by ths · 17 years ago
  21. 8dfdb87 Implement recip1/recip2/rsqrt1/rsqrt2. by ths · 18 years ago
  22. 3a95e3a Check for R2 instructions, and throw RI if we don't emulate R2. by ths · 18 years ago
  23. 8487327 Make sure hflags are updated for CP0_Status changes. by ths · 18 years ago
  24. 278d070 Simplify code. by ths · 18 years ago
  25. 5e75551 Don't check the FPU state for each FPU instruction, use hflags to by ths · 18 years ago
  26. 6e47312 Handle PX/UX status flags correctly, by Aurelien Jarno. by ths · 18 years ago
  27. 9b9e439 MIPS64 addressing fixes, by Aurelien Jarno. by ths · 18 years ago
  28. fd88b6a The 24k wants more watch and srsmap registers. by ths · 18 years ago
  29. df1561e The previous patch to make breakpoints work was a performance by ths · 18 years ago
  30. 3a5b360 Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions. by ths · 18 years ago
  31. 93b12cc Fix indexed FP load/store instructions. by ths · 18 years ago
  32. 57fa1fb More MIPS 64-bit FPU support. by ths · 18 years ago
  33. f469b9d Fix slti/sltiu for MIPS64, by Aurelien Jarno. by ths · 18 years ago
  34. 5d46d55 Fix ldl/ldr implementation, by Aurelien Jarno. by ths · 18 years ago
  35. fd4a04e - Move FPU exception handling into helper functions, since they are big. by ths · 18 years ago
  36. 34ae7b5 Work around the lack of proper handling for self-modifying code. by ths · 18 years ago
  37. f1b0aa5 Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno. by ths · 18 years ago
  38. 703eaf3 Don't decode CP0 XContext on 32bit MIPS. by ths · 18 years ago
  39. 29929e3 MIPS TLB style selection at runtime, by Herve Poussineau. by ths · 18 years ago
  40. 5a1e8ff Implemented cabs FP instructions, and improve exception handling for by ths · 18 years ago
  41. 287c4b8 Another bit of nicer debug output. by ths · 18 years ago
  42. fbcc682 Implement FP madd/msub, wire up bc1any[24][ft]. by ths · 18 years ago
  43. 923617a Improved debug output for the MIPS opcode decoder. by ths · 18 years ago
  44. beebb57 Fix for the scd instruction, by Aurelien Jarno. by ths · 18 years ago
  45. a6763a5 Fix MIPS64 address computation specialcase, by Aurelien Jarno. by ths · 18 years ago
  46. 5a5012e MIPS 64-bit FPU support, plus some collateral bugfixes in the by ths · 18 years ago
  47. d692930 Next attempt to get the lui sign extension right. by ths · 18 years ago
  48. 7bc4506 Fix lui sign extension. by ths · 18 years ago
  49. fcb4a41 Choose number of TLBs at runtime, by Herve Poussineau. by ths · 18 years ago
  50. 9898128 Simplify branch likely handling. by ths · 18 years ago
  51. 171b31e Don't use T2 for INS, it conflicts with branch delay slot handling. by ths · 18 years ago
  52. a85427b Small code generation optimization. by ths · 18 years ago
  53. 16c00cb Restart interrupts after an exception. by ths · 18 years ago
  54. 2f64454 Make SYNCI_Step and CCRes CPU-specific. by ths · 18 years ago
  55. b48cfdf Throw RI for invalid MFMC0-class instructions. Introduce optional by ths · 18 years ago
  56. 2423f66 Code formatting fix. by ths · 18 years ago
  57. 534ce69 More Context/Xcontext fixes. Ifdef some 64bit-only ops, they may by ths · 18 years ago
  58. c090a8f Fix CP0_IntCtl handling. by ths · 18 years ago
  59. 4e7a4a4 Mark watchpoint features as unimplemented. by ths · 18 years ago
  60. 62c5609 Catch unaligned sc/scd. by ths · 18 years ago
  61. 97428a4 Fix exception handling cornercase for rdhwr. by ths · 18 years ago
  62. dac9321 Remove bogus mtc0 handling. by ths · 18 years ago
  63. e0c84da Implement prefx. by ths · 18 years ago
  64. cbeb085 Set proper BadVAddress value for unaligned instruction fetch. by ths · 18 years ago
  65. e04bcc6 Actually skip over delay slot for a non-taken branch likely. by ths · 18 years ago
  66. f41c52f Save state for all CP0 instructions, they may throw a CPU exception. by ths · 18 years ago
  67. c53f4a6 fix branch delay slot cornercases. by ths · 18 years ago
  68. 5a63bcb Fix rotr immediate ops, mask shift/rotate arguments to their allowed size. by ths · 18 years ago
  69. 1579a72 Fix RDHWR handling. Code formatting. Don't use *_direct versions to raise by ths · 18 years ago
  70. 876d4b0 Fix code formatting. by ths · 18 years ago
  71. 3812154 MIPS32R2 needs RDPGPR/WRPGPR instructions even when no shadow registers by ths · 18 years ago
  72. 60aa19a Actually enable 64bit configuration. by ths · 18 years ago
  73. 24c7b0e Sanitize mips exception handling. by ths · 18 years ago
  74. e397ee3 Fix enough FPU/R2 support to get 24Kf going. by ths · 18 years ago
  75. 3953d78 Move mips CPU specific initialization to translate_init.c. by ths · 18 years ago
  76. 3ad4bb2 Barf on branches/jumps in branch delay slots. Spotted by Stefan Weil. by ths · 18 years ago
  77. 820e00f Define gen_intermediate_code_internal as "static inline". by ths · 18 years ago
  78. 33d68b5 MIPS -cpu selection support, by Herve Poussineau. by ths · 18 years ago
  79. 6f5b89a MIPS Userland TLS register emulation, by Daniel Jacobowitz. by ths · 18 years ago
  80. 36d2395 MIPS FPU dynamic activation, part 1, by Herve Poussineau. by ths · 18 years ago
  81. 00a709c Fix mips FPU emulation, 32 bit data types are allowed to use odd registers. by ths · 18 years ago
  82. 3594c77 Replace TLSZ with TARGET_FMT_lx. by ths · 18 years ago
  83. b29a034 EBase is limited to KSEG0/KSEG1 even on 64bit CPUs. by ths · 18 years ago
  84. 9c2149c Implementing dmfc/dmtc. by ths · 18 years ago
  85. 5dc4b74 Scrap SIGN_EXTEND32. by ths · 18 years ago
  86. c570fd1 Preliminiary MIPS64 support, disabled by default due to performance impact. by ths · 18 years ago
  87. 179e32b Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto. by ths · 18 years ago
  88. ca7c2b1 Handle invalid accesses as SIGILL for mips/mipsel userland emulation. by ths · 18 years ago
  89. 71fb724 Fix build of MIPS target without FPU support. by ths · 18 years ago
  90. aa328ad Fix reset handling, CP0 isn't enabled by default (a fact which doesn't by ths · 18 years ago
  91. e144966 Simplify mask construction. by ths · 18 years ago
  92. bb8a53a Update copyright notice. by ths · 18 years ago
  93. 7a387ff Add MIPS32R2 instructions, and generally straighten out the instruction by ths · 18 years ago
  94. 8c0fdd8 Dynamically translate MIPS mtc0 instructions. by ths · 18 years ago
  95. 873eb01 Dynamically translate MIPS mfc0 instructions. by ths · 18 years ago
  96. 6ae8177 Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aid by ths · 18 years ago
  97. 814b9a4 MIPS TLB performance improvements, by Daniel Jacobowitz. by ths · 18 years ago
  98. 417f38f MIPS FPU fixes (Daniel Jacobowitz). by pbrook · 18 years ago
  99. dd01688 add support for cvt.s.d and cvt.d.s (Aurelien Jarno) by bellard · 18 years ago
  100. d796321 lwu support - generate exception if unaligned pc (Marius Groeger) by bellard · 19 years ago