index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-06-23
externals: Update fmt to 8.0.0
Lioncash
2021-05-31
github: Add build-and-test workflow
merry
2021-04-26
emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimate
MerryMage
2020-07-05
A32/ASIMD: Ensure decoder table is correct
MerryMage
2020-04-22
CMakeLists: Add DYNARMIC_FRONTENDS option
MerryMage
2020-04-22
mp: Migrate to shared version of mp library
MerryMage
2020-04-22
A64: Add options for detecting misaligned loads and stores
MerryMage
2020-04-22
constant_propagation_pass: Handle GetCarryFromOp for MostSignificantWord
MerryMage
2020-04-22
CMakeLists: Define FMT_USE_USER_DEFINED_LITERALS=0
MerryMage
2020-04-22
tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabled
MerryMage
2020-04-22
dynarmic_tests: Remove skyeye interpreter
Lioncash
2020-04-22
fp/info: Incorrect point_position in FPValue
MerryMage
2020-04-22
fuzz_with_unicorn: Split utility functions into fuzz_util
MerryMage
2020-04-22
tests: Refactor unicorn_emu to allow for A32 unicorn
MerryMage
2020-04-22
tests: Print cpu info
MerryMage
2020-04-22
fp/op: Implement FPToFixed
MerryMage
2020-04-22
mantissa_util: Implement ResidualErrorOnRightShift
MerryMage
2020-04-22
mp: Implement metaprogramming library
MerryMage
2020-04-22
fp: Implement FPUnpack
MerryMage
2020-04-22
tests: Add print_info program
MerryMage
2020-04-22
CMake: Make FindUnicorn introduce a unicorn target
Lioncash
2020-04-22
assert: Use fmt in ASSERT_MSG
MerryMage
2020-04-22
A32: Change UserCallbacks to be similar to A64's interface
MerryMage
2020-04-22
A64/tests: Split unicorn sanity checking from other tests
MerryMage
2020-04-22
travis: Run A64 tests
MerryMage
2020-04-22
tests/A64: Fuzz against unicorn
MerryMage
2020-04-22
tests/A64: Move TestEnvironment to own header
MerryMage
2020-04-22
A64: Backend framework
MerryMage
2020-04-22
Label A32 specific code appropriately
MerryMage
2020-04-22
CMakeLists: Derive the source file listings from targets directly (#118)
Mat M
2017-03-11
CMakeLists: Only link LLVM libs against the library
Lioncash
2017-03-07
CMakeLists: Remove unnecessary linker language specifiers
Lioncash
2017-03-04
CMakeLists: Make boost an interface library target
Lioncash
2017-02-26
externals: Make catch an interface target
Lioncash
2016-12-20
emit_x64: Refactor patching code
MerryMage
2016-12-19
CMakeLists: Use target_compile_options intead of add_compile_options
MerryMage
2016-08-26
Implement public header files
MerryMage
2016-08-22
CMakeLists: Clean up
Lioncash
2016-08-22
tests/skyeye_interpreter: Update Skyeye (22-08-1016)
MerryMage
2016-08-05
Optionally disassemble x86_64 code using LLVM
Tillmann Karras
2016-07-18
Better MSVC support
MerryMage
2016-07-12
tests: Add some Arm tests
MerryMage
2016-07-07
Fuzz thumb instructions
MerryMage
2016-07-07
Implement terminal instructions
MerryMage
2016-07-04
Proper implementation of Arm::Translate
MerryMage
2016-07-04
Reorganisation, Import Skyeye, This is a mess
MerryMage