..
ARM
Comment fixes
2023-09-27 12:31:17 +02:00
ARM64
Merge pull request #18282 from unknownbrackets/ir-compiling
2023-10-01 11:34:27 +02:00
fake
irjit: Implement ll/sc.
2023-07-29 17:57:44 -07:00
IR
Merge pull request #18282 from unknownbrackets/ir-compiling
2023-10-01 11:34:27 +02:00
JitCommon
Protect against weirdness in UnlinkBlocks (hopefully not needed after prev fix)
2023-09-27 12:31:17 +02:00
MIPS
irjit: Implement ll/sc.
2023-07-29 17:57:44 -07:00
RiscV
irjit: Optimize offset logging during compile.
2023-09-30 15:56:18 -07:00
x86
Merge pull request #18305 from unknownbrackets/x86-ir-vcmp
2023-10-04 07:48:42 +02: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
riscv: Spill registers more intelligently.
2023-07-30 14:24:12 -07:00
MIPSAnalyst.h
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
MIPSDebugInterface.cpp
Debugger: Make reg names safer, stop using v000.
2023-04-29 09:48:33 -07: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
Remove more impossibilities (GetMtxSize)
2023-06-04 11:48:43 +02:00
MIPSDisVFPU.h
Core: Cleanup disasm buffer usage.
2023-04-29 09:07:25 -07:00
MIPSInt.cpp
Core: Cleanup some sign extensions for clarity.
2023-04-05 17:16:51 -07:00
MIPSInt.h
interp: Centralize memory size handling.
2022-11-13 17:38:53 -08:00
MIPSIntVFPU.cpp
irjit: Handle VDet.
2023-09-24 23:03:25 -07: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
jit: Skip known prefix writes.
2023-08-22 23:26:31 -07: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
Interpreter: Optimize ReadVector/WriteVector by removing voffset lookups
2023-10-05 19:11:34 +02:00
MIPSVFPUUtils.h
interp: Potential linker buildfix.
2023-06-04 19:23:16 -07:00