| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpu/powerpc: Fix several errors in the 601 legacy POWER instructions [R. Belm... |  arbee | 2026-04-02 | 1 | -14/+10 |
| * | More stuff mostly related to recompiling CPUs: |  Vas Crabb | 2026-03-06 | 1 | -5/+8 |
| * | -cpu/e132xs: Log analysed instructions in UML log when using recompiler. |  Vas Crabb | 2026-03-05 | 1 | -190/+37 |
| * | -cpu/powerpc: Fixed floating point comparison flags. |  Vas Crabb | 2026-03-02 | 1 | -3/+1 |
| * | Allow recompiling CPU cores to define their own opcode descriptions. |  Vas Crabb | 2026-03-02 | 1 | -97/+112 |
| * | DRC: Added support for generating invariant code. (#14849) |  Vas Crabb | 2026-01-25 | 1 | -68/+9 |
| * | -cpu/drcarm64.cpp, cpu/e132xs, cpu/powerpc: Mostly messing with multiplication: |  Vas Crabb | 2025-10-11 | 1 | -2/+1 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 1 | -2/+2 |
| * | cpu/powerpc: Fixed issues in POWER div (signed divide) instruction causing Gi... |  Vas Crabb | 2025-04-08 | 1 | -5/+10 |
| * | -cpu/drcbearm64.cpp: More fixes and optimisations: |  Vas Crabb | 2025-03-14 | 1 | -15/+13 |
| * | cpu/powerpc: More support for the 601's POWER/PPC dual nature, including seve... |  arbee | 2025-01-04 | 1 | -4/+157 |
| * | Fixed various recompiler issues and added functionality: (#13108) |  987123879113 | 2024-12-29 | 1 | -1/+3 |
| * | cpu/powerpc: Don't generalte illegal instruction exception for lmw invalid fo... |  987123879113 | 2023-11-23 | 1 | -18/+6 |
| * | -cpu/powerpc: Don't overwrite RA in lmw instruction. (#11512) |  987123879113 | 2023-08-28 | 1 | -5/+20 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 1 | -2/+2 |
| * | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -2/+1 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -4/+4 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
| * | powerpc: add power family disassembly |  Patrick Mackinlay | 2021-10-25 | 1 | -3/+2 |
| * | ppc: better lswx/stsxw fix |  Olivier Galibert | 2021-03-26 | 1 | -6/+10 |
| * | ppc: Fix uml for stswx, lswx |  Olivier Galibert | 2021-03-26 | 1 | -2/+2 |
| * | ppc: fix mmu/exceptions debug messages |  Olivier Galibert | 2021-03-26 | 1 | -3/+12 |
| * | ppc: Fix mcrxr uml |  Olivier Galibert | 2021-03-26 | 1 | -1/+1 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -6/+6 |
| * | ppcdrc.cpp: Fixed debug flag test causing fast RAM accesses to be erroneously... |  Philip Bennett | 2019-09-24 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2018-12-23 | 1 | -1/+1 |
| * | Last round of macro removals before the freeze. (nw) |  mooglyguy | 2018-12-22 | 1 | -1/+36 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -4/+4 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -83/+70 |
| * | modernise drcuml somewhat (nw) |  Vas Crabb | 2018-03-24 | 1 | -64/+64 |
| * | Make UML shorthand a bit easier to use without using namespace everywhere, cl... |  Vas Crabb | 2018-03-23 | 1 | -47/+46 |
| * | Pet peeving with extreme prejudice (nw) |  Olivier Galibert | 2017-11-30 | 1 | -1/+1 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -5/+5 |
| * | Attempt at fixing PPC DRC scheduling bug (MT #6615) |  AJR | 2017-11-18 | 1 | -5/+5 |
| * | ppcdrc.cpp: Clean up indentation of the previous commit. |  Maxim Poliakovski | 2016-12-29 | 1 | -3/+3 |
| * | ppcdrc.cpp: clear two LSBs of the branch target address. |  Maxim Poliakovski | 2016-12-29 | 1 | -2/+5 |
| * | first srcclean pass (nw) |  Vas Crabb | 2016-12-25 | 1 | -6/+6 |
| * | ppc: set DSISR to the DSI flags rather than the address on data access faults... |  arbee | 2016-12-20 | 1 | -3/+23 |
| * | Removed 'ppc_dasm_one(std::string &string,...' declaration, and updated caller |  Nathan Woods | 2016-11-20 | 1 | -3/+4 |
| * | buffer.vec() ==> &buffer.vec()[0] |  Nathan Woods | 2016-11-20 | 1 | -1/+1 |
| * | Eliminated 'ppc_dasm_one(std::string &string,...' trampoline |  Nathan Woods | 2016-11-20 | 1 | -4/+8 |
| * | Changing the PowerPC DRC to not use static char buffers when disassembling |  Nathan Woods | 2016-11-20 | 1 | -7/+7 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -95/+95 |
| * | Moved the declaration for ppc_dasm_one() to a header file |  Nathan Woods | 2016-11-16 | 1 | -2/+0 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -374/+374 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -77/+77 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | ppcdrc: optimize (nw) |  Ville Linde | 2016-04-14 | 1 | -1/+4 |
| * | ppcdrc: map some FPU registers to physical registers (nw) |  Ville Linde | 2016-04-14 | 1 | -0/+29 |
| * | ppcdrc: use the new instructions for FPU loads and stores (nw) |  Ville Linde | 2016-04-07 | 1 | -32/+24 |