| 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 |
| * | Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] |  Vas Crabb | 2026-03-18 | 1 | -14/+7 |
| * | cpu/sharc: Implemented a bit more functionality and fixed bugs: |  Vas Crabb | 2026-03-07 | 1 | -0/+2 |
| * | 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 | 4 | -656/+673 |
| * | -cpu/e132xs/e132xsfe.cpp Re-wrote E1 instruction analyser. |  Vas Crabb | 2026-03-04 | 1 | -0/+1 |
| * | -cpu/powerpc: Fixed floating point comparison flags. |  Vas Crabb | 2026-03-02 | 3 | -25/+24 |
| * | Allow recompiling CPU cores to define their own opcode descriptions. |  Vas Crabb | 2026-03-02 | 4 | -210/+352 |
| * | DRC: Added support for generating invariant code. (#14849) |  Vas Crabb | 2026-01-25 | 2 | -68/+68 |
| * | cpu/drccache.cpp: Defer allocating to start, allow forcing W^X mode. (#14760) |  Vas Crabb | 2026-01-04 | 2 | -2/+8 |
| * | -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 | 5 | -9/+306 |
| * | powerpc: And strip the debug info. [R. Belmont] |  arbee | 2024-12-29 | 1 | -1/+0 |
| * | powerpc: 601 has POWER and PowerPC instructions, allow both in disassembly. [... |  arbee | 2024-12-29 | 3 | -4/+14 |
| * | Fixed various recompiler issues and added functionality: (#13108) |  987123879113 | 2024-12-29 | 1 | -1/+3 |
| * | Fixed several things using memset on non-trivial objects. |  Vas Crabb | 2024-10-28 | 2 | -13/+23 |
| * | cpu/powerpc: Fix QNan check (#12896) |  toxie | 2024-10-21 | 1 | -2/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -4/+4 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -8/+0 |
| * | cpu/powerpc: Don't generalte illegal instruction exception for lmw invalid fo... |  987123879113 | 2023-11-23 | 2 | -30/+9 |
| * | powerpc: Use util::sext for sign extension in disassembler |  AJR | 2023-11-09 | 1 | -8/+4 |
| * | -cpu/powerpc: Don't overwrite RA in lmw instruction. (#11512) |  987123879113 | 2023-08-28 | 2 | -7/+35 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 2 | -5/+5 |
| * | srcclean in preparation for MAME 0.255 branch |  Vas Crabb | 2023-05-28 | 1 | -1/+1 |
| * | powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... |  arbee | 2023-05-01 | 3 | -1/+26 |
| * | powerpc: Minor disassembly improvements |  AJR | 2023-03-30 | 2 | -5/+17 |
| * | -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 | 4 | -36/+41 |
| * | cpu/powerpc/ppccom.cpp: Made PPC400 series external serial clock configurable... |  987123879113 | 2022-11-25 | 2 | -1/+14 |
| * | powerpc: Add debugging flags to disassembly for simplified forms of branch in... |  AJR | 2022-06-28 | 2 | -6/+29 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -8/+8 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -0/+4 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -4/+4 |
| * | powerpc: reduce enum scope |  Patrick Mackinlay | 2021-10-26 | 2 | -6/+7 |
| * | powerpc: add power family disassembly |  Patrick Mackinlay | 2021-10-25 | 5 | -262/+368 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | 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 | 2 | -12/+12 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+3 |
| * | drivers starting with c and d: completed read* and write* macros removal (nw) |  Ivan Vangelista | 2020-06-08 | 2 | -8/+8 |
| * | drivers starting with t, u, v, w, x: more macro removal + some others (nw) |  Ivan Vangelista | 2020-06-04 | 2 | -14/+14 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -9/+11 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -4/+4 |