ppsspp/Core/MIPS
Henrik Rydgård 814ba6ef44
Merge pull request #18973 from GermanAizek/fix-return-copies
Fixed return copies from functions and added const ref params
2024-04-03 00:21:48 +02:00
..
ARM HLE: Add mechanics for sliced replacements. 2023-12-16 09:08:58 -08:00
ARM64 Back out clearly inconsequential/useless .reserve() calls 2023-12-29 08:27:56 +01:00
fake irjit: Implement ll/sc. 2023-07-29 17:57:44 -07:00
IR Fixed return copies from functions and const ref params 2024-04-02 18:37:00 +03:00
JitCommon Fixed return copies from functions and const ref params 2024-04-02 18:37:00 +03:00
MIPS irjit: Implement ll/sc. 2023-07-29 17:57:44 -07:00
RiscV Merge pull request #18637 from unknownbrackets/riscv-more 2023-12-29 19:03:49 +01:00
x86 Back out clearly inconsequential/useless .reserve() calls 2023-12-29 08:27:56 +01:00
MIPS.cpp Integrate the voffset shuffle in ReadVector 2023-10-05 18:52:50 +02:00
MIPS.h Core: Stop including Rng so widely. 2023-09-07 17:56:46 -07:00
MIPSAnalyst.cpp Added function names from ULES00590 (Aces of War) 2024-01-10 03:04:29 +03:00
MIPSAnalyst.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
MIPSAsm.cpp Build: Allow compiling without armips. 2022-12-17 10:08:46 -08:00
MIPSAsm.h armips: Update to UTF-8/c++17 armips. 2022-09-30 19:48:14 -07:00
MIPSCodeUtils.cpp Don't create Host objects except in headless/unittest 2023-03-25 10:47:01 +01:00
MIPSCodeUtils.h Common: Maintain C++11 support in sign extend. 2021-01-31 08:44:02 -08:00
MIPSDebugInterface.cpp Fix wrong timer reading in MIPSDebugInterface, thanks Nemoumbra 2024-03-26 13:40:25 +01:00
MIPSDebugInterface.h Debugger: Make reg names safer, stop using v000. 2023-04-29 09:48:33 -07:00
MIPSDis.cpp Debugger: Make disasm more thread safe. 2023-04-29 09:56:17 -07:00
MIPSDis.h Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
MIPSDisVFPU.cpp Make some global string pointers const, not just the strings. 2023-12-29 14:09:45 +01:00
MIPSDisVFPU.h Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
MIPSInt.cpp HLE: Add mechanics for sliced replacements. 2023-12-16 09:08:58 -08:00
MIPSInt.h interp: Centralize memory size handling. 2022-11-13 17:38:53 -08:00
MIPSIntVFPU.cpp Protect against undefined behavior when bitwise shift occurs with negative value 2024-04-02 19:31:04 +03:00
MIPSIntVFPU.h interp: Centralize memory size handling. 2022-11-13 17:38:53 -08:00
MIPSStackWalk.cpp Debugger: Correct stack walk at start of func. 2023-04-09 16:05:47 -07:00
MIPSStackWalk.h Show a MIPS stack trace on crash screen (#17211) 2023-03-31 10:08:12 +02:00
MIPSTables.cpp Make some global string pointers const, not just the strings. 2023-12-29 14:09:45 +01:00
MIPSTables.h Core/MIPS/MIPSTables.h: add stdint.h include 2023-09-09 16:52:09 +02:00
MIPSVFPUFallbacks.cpp Add back our older VFPU approximations, as fallbacks if files are missing. 2023-04-03 11:33:41 +02:00
MIPSVFPUFallbacks.h Add back our older VFPU approximations, as fallbacks if files are missing. 2023-04-03 11:33:41 +02:00
MIPSVFPUUtils.cpp Minor unrelated cleanup 2023-10-06 15:39:59 +02:00
MIPSVFPUUtils.h interp: Potential linker buildfix. 2023-06-04 19:23:16 -07:00