ppsspp/Core/MIPS/IR
2024-12-19 16:08:48 +01:00
..
IRAnalysis.cpp irjit: Cache IR metadata lookups. 2023-09-30 15:56:53 -07:00
IRAnalysis.h irjit: Cache IR metadata lookups. 2023-09-30 15:56:53 -07:00
IRCompALU.cpp IRInterpreter: Optimize variable shifts (no need to mask by 0x1f) 2024-06-24 09:30:21 +02:00
IRCompBranch.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
IRCompFPU.cpp Implement FPU rounding mode support in the IR interpreter for x86/x64 2024-06-19 18:09:38 +02:00
IRCompLoadStore.cpp irjit: Implement ll/sc. 2023-07-29 17:57:44 -07:00
IRCompVFPU.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
IRFrontend.cpp Make CBreakpoints an object 2024-11-25 00:22:53 +01:00
IRFrontend.h irjit: Allow Vec4 to be used with masks. 2023-08-06 13:46:24 -07:00
IRInst.cpp Buildfixes 2024-12-18 13:57:29 +01:00
IRInst.h More static code analysis fixes 2024-10-28 17:59:06 +01:00
IRInterpreter.cpp Cleaning up our SIMD header includes, using the new header 2024-12-19 16:08:48 +01:00
IRInterpreter.h Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping. 2024-12-01 21:04:21 +01:00
IRJit.cpp Ported the MIPSLogger's UI + basic integration of MIPSTracer 2024-09-14 19:46:05 +03:00
IRJit.h More static code analysis fixes 2024-10-28 17:59:06 +01:00
IRNativeCommon.cpp Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping. 2024-12-01 21:04:21 +01:00
IRNativeCommon.h Target->Native renaming. More intuitive (at least to me) 2024-07-22 01:24:34 +02:00
IRPassSimplify.cpp Fix minor code issues flagged by PVS-Studio and reported by alphrixus. 2024-10-10 14:10:30 +02:00
IRPassSimplify.h Add new IR optimization pass, OptimizeLoadsAfterStores 2024-06-07 19:32:37 +02:00
IRRegCache.cpp Target->Native renaming. More intuitive (at least to me) 2024-07-22 01:24:34 +02:00
IRRegCache.h Warning fixes 2024-10-03 18:19:11 +02:00