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
2024-03-02
backend/rv64: Add a dummy code generation
Yang Liu
2023-03-31
tests: fibonacci example
Merry
2023-01-16
tests: Add verbose debugging output and test_reader
Merry
2023-01-06
CMakeLists: Support multi-architecture builds
Merry
2023-01-06
cmake: use ctest module
Alexandre Bouvier
2022-12-31
tests: Update to Catch2 v3
Merry
2022-12-29
tests/A32: Add a SVC call test
Merry
2022-12-29
tests: Add FMAX/FMIN/FMAXNM/FMINNM tests
Merry
2022-12-06
tests: dynarmic_test_generator also depends on A64 frontend
merry
2022-11-26
cmake: multiple simplifications
Alexandre Bouvier
2022-10-18
tests/A32: Add coprocessor tests
Merry
2022-10-18
tests: Add test generator
Merry
2022-07-11
emit_x64: Fix bugs in fast dispatcher
Merry
2022-05-28
tests: Enable tests dependent on active frontend
Merry
2022-05-28
CMakeLists: Allow building on arm64
Merry
2022-04-19
CMakeLists: Make mcl a public link dependency
Merry
2022-04-19
externals: Remove mp and replace uses with mcl
Merry
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
[next]