ppsspp/Core/MIPS
Henrik Rydgård f76e5e70a7 Enable FlushInstructionCache on UWP, it's been allowed finally.
Minor warning fixes, UWP buildfix

Retarget UWP project to latest SDK.
2018-03-20 20:30:33 +01:00
..
ARM Enable FlushInstructionCache on UWP, it's been allowed finally. 2018-03-20 20:30:33 +01:00
ARM64 Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
fake Remove a function that didn't make a lot of sense. 2017-01-26 09:50:16 +01:00
IR IR: This optimization is safe when all three regs are consecutive, so avoid disabling it unnecessarily. 2018-01-10 09:19:27 +01:00
JitCommon irjit: Skip preloading blocks with jump to 0. 2018-01-06 17:23:53 -08:00
MIPS Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
x86 Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
MIPS.cpp Can't call functions through known-nil pointers, even if they don't touch local data - LLVM's optimizer might have done something stupid. 2017-11-30 01:07:03 +01:00
MIPS.h Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
MIPSAnalyst.cpp Module: Clarify insertSymbols usage. 2018-03-17 13:58:56 -07:00
MIPSAnalyst.h Module: Clarify insertSymbols usage. 2018-03-17 13:58:56 -07:00
MIPSAsm.cpp UnitTest: Correct vertex and jit tests. 2017-05-06 18:45:04 -07:00
MIPSAsm.h
MIPSCodeUtils.cpp
MIPSCodeUtils.h Hook some funcs in Me and My Katamari. 2016-05-20 22:30:25 -07:00
MIPSDebugInterface.cpp Move the symbol map to the heap, deallocate it when no game is running. 2015-10-31 23:01:19 +01:00
MIPSDebugInterface.h
MIPSDis.cpp Fix some unused variable warnings. 2015-11-25 16:11:53 -08:00
MIPSDis.h
MIPSDisVFPU.cpp
MIPSDisVFPU.h
MIPSInt.cpp Correct divide by zero HI/LO values a bit. 2016-05-14 19:23:50 -07:00
MIPSInt.h Remove unused code 2016-05-01 11:35:16 +02:00
MIPSIntVFPU.cpp Tiny change to work around internal compiler error (!) in 32-bit builds with latest MSVC update 2018-02-11 13:39:04 +01:00
MIPSIntVFPU.h Remove unused code 2016-05-01 11:35:16 +02:00
MIPSStackWalk.cpp Move the symbol map to the heap, deallocate it when no game is running. 2015-10-31 23:01:19 +01:00
MIPSStackWalk.h
MIPSTables.cpp Remove an unused function. 2016-05-31 11:40:39 -07:00
MIPSTables.h Refactor prep: Split JitInterface into MIPSFrontendInterface and JitInterface 2016-05-09 19:41:39 +02:00
MIPSVFPUUtils.cpp A better alternative to #8564 2016-12-01 18:23:58 +01:00
MIPSVFPUUtils.h Special case specific sin/cos result values. 2016-05-29 08:51:38 -07:00