ppsspp/Core/MIPS/IR
2016-05-09 20:18:22 +02:00
..
IRAsm.cpp Initial commit for IRJit 2016-05-07 13:58:29 +02:00
IRCompALU.cpp Separate the IR frontend from the IR "Jit" 2016-05-09 19:57:18 +02:00
IRCompBranch.cpp Separate the IR frontend from the IR "Jit" 2016-05-09 19:57:18 +02:00
IRCompFPU.cpp Separate the IR frontend from the IR "Jit" 2016-05-09 19:57:18 +02:00
IRCompLoadStore.cpp Separate the IR frontend from the IR "Jit" 2016-05-09 19:57:18 +02:00
IRCompVFPU.cpp Separate the IR frontend from the IR "Jit" 2016-05-09 19:57:18 +02:00
IRFrontend.cpp IRFrontend shouldn't know about IRBlock 2016-05-09 20:18:22 +02:00
IRFrontend.h IRFrontend shouldn't know about IRBlock 2016-05-09 20:18:22 +02:00
IRInst.cpp jit-ir: Remove redundant simplify pass. 2016-05-09 00:13:01 -07:00
IRInst.h jit-ir: Remove redundant simplify pass. 2016-05-09 00:13:01 -07:00
IRInterpreter.cpp jit-ir: Fix replacement hooks. 2016-05-09 00:36:38 -07:00
IRInterpreter.h Move the IR interpreter out into its own file. Rename it in the UI. First CMake and Android fixes. 2016-05-08 22:06:13 +02:00
IRJit.cpp IRFrontend shouldn't know about IRBlock 2016-05-09 20:18:22 +02:00
IRJit.h Complete the separation of the IR compiler frontend from the "Jit" 2016-05-09 20:05:06 +02:00
IRPassSimplify.cpp Refactor prep: Split JitInterface into MIPSFrontendInterface and JitInterface 2016-05-09 19:41:39 +02:00
IRPassSimplify.h jit-ir: Remove redundant simplify pass. 2016-05-09 00:13:01 -07:00
IRRegCache.cpp jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00
IRRegCache.h jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00