Go to file
2020-10-20 21:04:33 -04:00
api Make compatible with mupen64plus upstream 2020-10-20 21:04:33 -04:00
arch/simd/rsp Rename x86_64 arch folder to simd, it's more generic now. 2020-02-05 20:37:18 +01:00
debug-toolchain Fix JALR and add a test. 2020-02-04 20:59:00 +01:00
lightning Lightning: remove buggy optimization pass. 2020-02-04 20:59:00 +01:00
rsp Add a simple register allocator. 2020-02-04 20:59:00 +01:00
win32/mman/sys Add mman for Win32 compat. 2020-02-01 17:36:29 +01:00
.clang-format Run clang format. 2020-01-29 21:39:26 +01:00
.gitignore Update gitignore. 2020-02-05 16:35:05 +01:00
android_fuzz_runner.sh Add fuzz runner script. 2020-02-05 21:11:59 +01:00
android_test_runner.sh Add integration so that we can run ctest on Android and compare. 2020-02-05 17:10:46 +01:00
build_android_aarch64.sh Add a COP2 VU fuzzer which runs randomized opcodes. 2020-02-05 19:34:38 +01:00
build_native.sh Add a COP2 VU fuzzer which runs randomized opcodes. 2020-02-05 19:34:38 +01:00
CMakeLists.txt Make compatible with mupen64plus upstream 2020-10-20 21:04:33 -04:00
compare_test_results.sh Add integration so that we can run ctest on Android and compare. 2020-02-05 17:10:46 +01:00
cpu_state.hpp Run clang format. 2020-01-29 21:39:26 +01:00
CREDITS.txt Make compatible with mupen64plus upstream 2020-10-20 21:04:33 -04:00
debug_jit.cpp Fixes for 32-bit build. 2020-02-01 16:49:04 +01:00
debug_jit.hpp Run clang format. 2020-01-29 21:39:26 +01:00
debug_rsp.cpp Refactor some header names to avoid awkward collisions. 2020-02-05 16:34:34 +01:00
debug_rsp.hpp Refactor some header names to avoid awkward collisions. 2020-02-05 16:34:34 +01:00
format_all.sh Run clang format. 2020-01-29 21:39:26 +01:00
jit_allocator.cpp Implement POSIX path for JIT allocator. 2020-06-26 13:49:29 +02:00
jit_allocator.hpp Use a custom executable memory allocator. 2020-06-26 13:24:53 +02:00
LICENSE Add MIT/LGPLv3 dual license. 2020-02-08 21:12:48 +01:00
LICENSE.LESSER Add MIT/LGPLv3 dual license. 2020-02-08 21:12:48 +01:00
LICENSE.MIT Add MIT/LGPLv3 dual license. 2020-02-08 21:12:48 +01:00
llvm_jit.cpp Run clang format. 2020-01-29 21:39:26 +01:00
llvm_jit.hpp Run clang format. 2020-01-29 21:39:26 +01:00
main.cpp Add basic test stub. 2020-06-26 13:24:53 +02:00
parallel.cpp Make compatible with mupen64plus upstream 2020-10-20 21:04:33 -04:00
rsp_1.1.h Run clang format. 2020-01-29 21:39:26 +01:00
rsp_disasm.cpp Full disasm and register dumping ... 2020-02-01 01:42:56 +01:00
rsp_disasm.hpp Full disasm and register dumping ... 2020-02-01 01:42:56 +01:00
rsp_jit.cpp Use a custom executable memory allocator. 2020-06-26 13:24:53 +02:00
rsp_jit.hpp Use a custom executable memory allocator. 2020-06-26 13:24:53 +02:00
rsp_op.hpp Full disasm and register dumping ... 2020-02-01 01:42:56 +01:00
rsp_vu_fuzzer.cpp Add a COP2 VU fuzzer which runs randomized opcodes. 2020-02-05 19:34:38 +01:00
state.hpp Refactor some header names to avoid awkward collisions. 2020-02-05 16:34:34 +01:00