| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpu/uml.cpp: Added UML bit field extract instructions. (#14467) |  Vas Crabb | 2025-11-06 | 1 | -52/+450 |
| * | cpu/drcbe{arm64,x64,x86}.cpp: Removed casts that are no longer necessary. |  Vas Crabb | 2025-10-16 | 1 | -5/+6 |
| * | 3rdparty/asmjit: Sync with upstream version 1.20. (#14330) |  Patrick Mackinlay | 2025-10-16 | 1 | -187/+187 |
| * | -cpu/drcarm64.cpp, cpu/e132xs, cpu/powerpc: Mostly messing with multiplication: |  Vas Crabb | 2025-10-11 | 1 | -18/+16 |
| * | Recompiler improvements: |  Vas Crabb | 2025-10-10 | 1 | -1/+0 |
| * | -Recompiler improvements: |  Vas Crabb | 2025-10-03 | 1 | -21/+40 |
| * | Recompiler improvements: |  Vas Crabb | 2025-10-02 | 1 | -5/+14 |
| * | cpu/drcbex86.cpp: i686 has no red zone. |  Vas Crabb | 2025-09-14 | 1 | -15/+16 |
| * | -cpu/drcbex86.cpp: Not nuking the destination register on 64-bit rotate is im... |  Vas Crabb | 2025-08-05 | 1 | -33/+57 |
| * | Even more recompiler fixes: |  Vas Crabb | 2025-04-15 | 1 | -7/+12 |
| * | More recompiler fixes: |  Vas Crabb | 2025-04-12 | 1 | -15/+13 |
| * | Started moving UML instruction reference to main documentation, fixed more re... |  Vas Crabb | 2025-04-12 | 1 | -99/+74 |
| * | cpu/drcbex86.cpp: Fixed flags for 64-bit multiply instructions. |  Vas Crabb | 2025-04-10 | 1 | -24/+22 |
| * | Still more recompiler fixes: |  Vas Crabb | 2025-04-10 | 1 | -29/+10 |
| * | -A few recompiler adjustments: |  Vas Crabb | 2025-04-09 | 1 | -2/+2 |
| * | -cpu/e132xs: Got rid of "Mission Craft flags" compile time option. |  Vas Crabb | 2025-04-04 | 1 | -235/+222 |
| * | cpu/e132xs, cpu/drcbex64.cpp: Recompiler fixes and optimisations: |  Vas Crabb | 2025-03-21 | 1 | -9/+9 |
| * | -cpu/drcbe*.cpp: Print an error message and abort when running off the end of... |  Vas Crabb | 2025-03-18 | 1 | -4/+46 |
| * | cpu/drcbearm64.cpp: General cleanup, no functional changes. |  Vas Crabb | 2025-03-16 | 1 | -5/+5 |
| * | cpu: Moved DRC backend declarations out of headers and into anonymous namespa... |  Vas Crabb | 2025-02-22 | 1 | -190/+486 |
| * | cpu: Got rid of the rest of the static member function trampolines. |  Vas Crabb | 2025-02-04 | 1 | -17/+35 |
| * | cpu/drcbeut.cpp: Removed static address space accessors. |  Vas Crabb | 2025-02-03 | 1 | -0/+1 |
| * | Cleanup: |  Vas Crabb | 2025-02-03 | 1 | -99/+230 |
| * | cpu/drcbe*.cpp: Added write byte with explicit mask. |  Vas Crabb | 2025-01-15 | 1 | -2/+9 |
| * | -cpu/drcbex64.cpp: Be nicer to the return address predictor. |  Vas Crabb | 2025-01-15 | 1 | -22/+22 |
| * | DRC: Calculate negative and zero flags for shifts/rotates with a zero shift c... |  987123879113 | 2025-01-14 | 1 | -93/+191 |
| * | -util/mfpresolve.cpp: Moved member function resolution code to a common locat... |  Vas Crabb | 2025-01-14 | 1 | -42/+66 |
| * | cpu/drcbex86.cpp: Sorry, I’m an idiot, didn't stage this line. |  Vas Crabb | 2025-01-13 | 1 | -0/+1 |
| * | osd: Added helper for getting CPU cache line size. |  Vas Crabb | 2025-01-13 | 1 | -2/+14 |
| * | Fixed more recompiler backend issues: (#13132) |  987123879113 | 2024-12-30 | 1 | -13/+19 |
| * | Fixed various recompiler issues and added functionality: (#13108) |  987123879113 | 2024-12-29 | 1 | -360/+861 |
| * | drcbex64,drcbex86: avoid deprecated functions |  Patrick Mackinlay | 2024-04-12 | 1 | -1/+1 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+1 |
| * | asmjit: mame integration |  Patrick Mackinlay | 2022-02-13 | 1 | -32/+32 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -8/+8 |
| * | cpu: Slightly reduce the number of page protection state changes |  Vas Crabb | 2021-01-06 | 1 | -0/+1 |
| * | cpu/drcbex64.cpp, cpu/drcbex86.cpp: Don't leak using namespace from the header. |  Vas Crabb | 2020-11-29 | 1 | -2/+11 |
| * | Remove x86emit.h |  AJR | 2020-07-10 | 1 | -1/+0 |
| * | drcbex86: implemented asmjit emitter |  Patrick Mackinlay | 2020-07-10 | 1 | -2615/+2024 |
| * | drcbe: fixed logging problem |  Patrick Mackinlay | 2020-07-10 | 1 | -4/+4 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -4/+7 |
| * | drcbex86: Fix remainder clobbering quotient, thanks smf, nw |  mooglyguy | 2017-12-31 | 1 | -2/+4 |
| * | drcbex86: Fixed an 'optimization' which was actually a random bug inducer, nw |  mooglyguy | 2017-12-31 | 1 | -6/+2 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -2/+2 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -2/+2 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -177/+177 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -43/+43 |
| * | fix android x86 and x64 full build |  Jeffrey Clark | 2016-06-30 | 1 | -0/+12 |