ppsspp/unittest
Henrik Rydgard a5be0976bd Remove preprocessor hacks to choose JIT implementation.
Opens up for having multiple JIT implementations available at runtime,
which could be use for experimenting with new JIT compiler types or for
unit testing one JIT on another architecture.

Very few of the newly virtual calls are on any sort of critical path so
hopefully there will not be a performance loss.
2016-05-01 11:39:53 +02:00
..
JitHarness.cpp Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00
JitHarness.h Add some jit benchmarking code. 2014-11-07 22:40:28 -08:00
TestArm64Emitter.cpp Add missing include files to unittest 2015-10-24 13:24:05 -03:00
TestArmEmitter.cpp Add missing include files to unittest 2015-10-24 13:24:05 -03:00
TestVertexJit.cpp Add tests for various vertex formats. 2015-07-04 18:08:31 -07:00
TestVertexJit.h Initial structure for vertexjit tests. 2015-07-03 15:25:40 -07:00
TestX64Emitter.cpp unittest: avoid build error on case-sensitive filesystems 2015-05-28 06:02:59 +00:00
UnitTest.cpp Initial vulkan code. 2016-03-20 19:18:35 +01:00
UnitTest.h Add a simple test of matrix transposes 2014-12-12 23:49:23 +01:00
UnitTests.vcxproj Update Vulkan headers to 1.0.5. Remove references to vulkan-1.lib as we load dynamically. 2016-03-20 19:31:02 +01:00
UnitTests.vcxproj.filters Make debug build nearly warning free in MSVC 2015 2015-09-17 22:02:15 +02:00