llvm: Remove PPULLVMRecompilerTests.cpp

This commit is contained in:
Vincent Lejeune 2015-12-05 19:14:20 +01:00
parent 0d6297fef0
commit 7ae1b51753
5 changed files with 0 additions and 1018 deletions

View File

@ -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() {

View File

@ -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

View File

@ -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" />

View File

@ -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>