| Commit message (Expand) | Author | Age | Files | Lines |
| * | Even more recompiler fixes: |  Vas Crabb | 2025-04-15 | 1 | -38/+57 |
| * | More recompiler fixes: |  Vas Crabb | 2025-04-12 | 1 | -121/+139 |
| * | Still more recompiler fixes: |  Vas Crabb | 2025-04-10 | 1 | -2/+2 |
| * | -A few recompiler adjustments: |  Vas Crabb | 2025-04-09 | 1 | -12/+4 |
| * | cpu/drcbearm64.cpp: General cleanup, no functional changes. |  Vas Crabb | 2025-03-16 | 1 | -4/+4 |
| * | cpu: Moved DRC backend declarations out of headers and into anonymous namespa... |  Vas Crabb | 2025-02-22 | 1 | -133/+184 |
| * | cpu/drcbearm64.cpp, src/drcbec.cpp: Fixed off-by-one errors in map variable h... |  Vas Crabb | 2025-01-17 | 1 | -1/+1 |
| * | DRC cleanup and minor optimisation: [Windy Fairy, Vas Crabb] |  Vas Crabb | 2025-01-16 | 1 | -0/+4 |
| * | cpu/drcbe*.cpp: Added write byte with explicit mask. |  Vas Crabb | 2025-01-15 | 1 | -0/+8 |
| * | DRC: Calculate negative and zero flags for shifts/rotates with a zero shift c... |  987123879113 | 2025-01-14 | 1 | -42/+14 |
| * | cpu/uml.h: Make uml::instruction::is_param_out a member function and really f... |  AJR | 2024-12-29 | 1 | -3/+3 |
| * | Fixed more recompiler backend issues: (#13132) |  987123879113 | 2024-12-30 | 1 | -8/+67 |
| * | Fixed various recompiler issues and added functionality: (#13108) |  987123879113 | 2024-12-29 | 1 | -47/+132 |
| * | cpu/drcbec.cpp, cpu/mips/mips3.cpp: Use 32x32=64-bit multiply inlines |  AJR | 2024-11-10 | 1 | -4/+4 |
| * | -osd/mac, osd/sdl: Show prescale popup when it hasn't changed due to hitting ... |  Vas Crabb | 2024-02-18 | 1 | -9/+9 |
| * | eminline.h: Additions |  AJR | 2022-09-25 | 1 | -28/+16 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+1 |
| * | Fix 64-bit OP_TEST UML instruction for C backend (balrog) |  balr0g | 2022-01-01 | 1 | -1/+1 |
| * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -10/+4 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -10/+10 |
| * | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -4/+4 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -1/+2 |
| * | DRC: fix regression on OS X [Phil Bennett] |  arbee | 2017-03-18 | 1 | -1/+1 |
| * | drcbec: fixed long-standing copy/paste error (nw) |  arbee | 2017-01-24 | 1 | -1/+1 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -8/+8 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -162/+162 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -4/+4 |
| * | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 1 | -2/+2 |
| * | UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] |  Ville Linde | 2016-05-20 | 1 | -0/+40 |
| * | UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer an... |  Ville Linde | 2016-04-03 | 1 | -0/+16 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -6/+3 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -3/+3 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+2278 |