arch/x86_64/rsp
|
Build cleanup.
|
2020-02-01 00:03:07 +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
|
Initial commit.
|
2020-01-29 15:46:27 +01:00 |
CMakeLists.txt
|
Fix JALR and add a test.
|
2020-02-04 20:59:00 +01:00 |
cpu_state.hpp
|
Run clang format.
|
2020-01-29 21:39:26 +01:00 |
CREDITS.txt
|
Initial commit.
|
2020-01-29 15:46:27 +01: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 |
format_all.sh
|
Run clang format.
|
2020-01-29 21:39:26 +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
|
COP2 basic ops hooked up.
|
2020-01-31 22:53:36 +01:00 |
parallel.cpp
|
Ifdefs for debug JIT.
|
2020-02-01 00:31:14 +01: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
|
Optimize some common cases with $0 register.
|
2020-02-04 20:59:00 +01:00 |
rsp_jit.hpp
|
Add a simple register allocator.
|
2020-02-04 20:59:00 +01:00 |
rsp_op.hpp
|
Full disasm and register dumping ...
|
2020-02-01 01:42:56 +01:00 |
rsp.cpp
|
Add some tracing.
|
2020-02-01 12:27:00 +01:00 |
rsp.hpp
|
Refactor out ReturnMode enum.
|
2020-01-29 22:10:08 +01:00 |
state.hpp
|
Test delay slots before break.
|
2020-01-31 21:31:40 +01:00 |