llvm: Remove PPULLVMRecompilerTests.cpp
This commit is contained in:
@@ -257,8 +257,6 @@ RecompilationEngine::RecompilationEngine()
|
|||||||
// Each char can store 8 page status
|
// Each char can store 8 page status
|
||||||
FunctionCachePagesCommited = (char *)malloc(VIRTUAL_INSTRUCTION_COUNT / (8 * PAGE_SIZE));
|
FunctionCachePagesCommited = (char *)malloc(VIRTUAL_INSTRUCTION_COUNT / (8 * PAGE_SIZE));
|
||||||
memset(FunctionCachePagesCommited, 0, VIRTUAL_INSTRUCTION_COUNT / (8 * PAGE_SIZE));
|
memset(FunctionCachePagesCommited, 0, VIRTUAL_INSTRUCTION_COUNT / (8 * PAGE_SIZE));
|
||||||
|
|
||||||
m_compiler.RunAllTests();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RecompilationEngine::~RecompilationEngine() {
|
RecompilationEngine::~RecompilationEngine() {
|
||||||
|
|||||||
@@ -79,9 +79,6 @@ namespace ppu_recompiler_llvm {
|
|||||||
/// Retrieve compiler stats
|
/// Retrieve compiler stats
|
||||||
Stats GetStats();
|
Stats GetStats();
|
||||||
|
|
||||||
/// Execute all tests
|
|
||||||
void RunAllTests();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void Decode(const u32 code) override;
|
void Decode(const u32 code) override;
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -156,11 +156,6 @@
|
|||||||
<ClCompile Include="Emu\Audio\XAudio2\XAudio2Thread.cpp" />
|
<ClCompile Include="Emu\Audio\XAudio2\XAudio2Thread.cpp" />
|
||||||
<ClCompile Include="Emu\Cell\MFC.cpp" />
|
<ClCompile Include="Emu\Cell\MFC.cpp" />
|
||||||
<ClCompile Include="Emu\Cell\PPCDecoder.cpp" />
|
<ClCompile Include="Emu\Cell\PPCDecoder.cpp" />
|
||||||
<ClCompile Include="Emu\Cell\PPULLVMRecompilerTests.cpp">
|
|
||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">true</ExcludedFromBuild>
|
|
||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="Emu\Cell\PPUThread.cpp" />
|
<ClCompile Include="Emu\Cell\PPUThread.cpp" />
|
||||||
<ClCompile Include="Emu\Cell\RawSPUThread.cpp" />
|
<ClCompile Include="Emu\Cell\RawSPUThread.cpp" />
|
||||||
<ClCompile Include="Emu\Cell\SPURecompiler.cpp" />
|
<ClCompile Include="Emu\Cell\SPURecompiler.cpp" />
|
||||||
|
|||||||
@@ -530,9 +530,6 @@
|
|||||||
<ClCompile Include="Emu\Cell\PPULLVMRecompiler.cpp">
|
<ClCompile Include="Emu\Cell\PPULLVMRecompiler.cpp">
|
||||||
<Filter>Emu\CPU\Cell</Filter>
|
<Filter>Emu\CPU\Cell</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="Emu\Cell\PPULLVMRecompilerTests.cpp">
|
|
||||||
<Filter>Emu\CPU\Cell</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="Emu\ARMv7\ARMv7Interpreter.cpp">
|
<ClCompile Include="Emu\ARMv7\ARMv7Interpreter.cpp">
|
||||||
<Filter>Emu\CPU\ARMv7</Filter>
|
<Filter>Emu\CPU\ARMv7</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|||||||
Reference in New Issue
Block a user