aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CMakeLists.txt
AgeCommit message (Expand)Author
2024-03-02backend/rv64: Add a dummy code generationYang Liu
2023-03-31tests: fibonacci exampleMerry
2023-01-16tests: Add verbose debugging output and test_readerMerry
2023-01-06CMakeLists: Support multi-architecture buildsMerry
2023-01-06cmake: use ctest moduleAlexandre Bouvier
2022-12-31tests: Update to Catch2 v3Merry
2022-12-29tests/A32: Add a SVC call testMerry
2022-12-29tests: Add FMAX/FMIN/FMAXNM/FMINNM testsMerry
2022-12-06tests: dynarmic_test_generator also depends on A64 frontendmerry
2022-11-26cmake: multiple simplificationsAlexandre Bouvier
2022-10-18tests/A32: Add coprocessor testsMerry
2022-10-18tests: Add test generatorMerry
2022-07-11emit_x64: Fix bugs in fast dispatcherMerry
2022-05-28tests: Enable tests dependent on active frontendMerry
2022-05-28CMakeLists: Allow building on arm64Merry
2022-04-19CMakeLists: Make mcl a public link dependencyMerry
2022-04-19externals: Remove mp and replace uses with mclMerry
2021-06-23externals: Update fmt to 8.0.0Lioncash
2021-05-31github: Add build-and-test workflowmerry
2021-04-26emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimateMerryMage
2020-07-05A32/ASIMD: Ensure decoder table is correctMerryMage
2020-04-22CMakeLists: Add DYNARMIC_FRONTENDS optionMerryMage
2020-04-22mp: Migrate to shared version of mp libraryMerryMage
2020-04-22A64: Add options for detecting misaligned loads and storesMerryMage
2020-04-22constant_propagation_pass: Handle GetCarryFromOp for MostSignificantWordMerryMage
2020-04-22CMakeLists: Define FMT_USE_USER_DEFINED_LITERALS=0MerryMage
2020-04-22tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabledMerryMage
2020-04-22dynarmic_tests: Remove skyeye interpreterLioncash
2020-04-22fp/info: Incorrect point_position in FPValueMerryMage
2020-04-22fuzz_with_unicorn: Split utility functions into fuzz_utilMerryMage
2020-04-22tests: Refactor unicorn_emu to allow for A32 unicornMerryMage
2020-04-22tests: Print cpu infoMerryMage
2020-04-22fp/op: Implement FPToFixedMerryMage
2020-04-22mantissa_util: Implement ResidualErrorOnRightShiftMerryMage
2020-04-22mp: Implement metaprogramming libraryMerryMage
2020-04-22fp: Implement FPUnpackMerryMage
2020-04-22tests: Add print_info programMerryMage
2020-04-22CMake: Make FindUnicorn introduce a unicorn targetLioncash
2020-04-22assert: Use fmt in ASSERT_MSGMerryMage
2020-04-22A32: Change UserCallbacks to be similar to A64's interfaceMerryMage
2020-04-22A64/tests: Split unicorn sanity checking from other testsMerryMage
2020-04-22travis: Run A64 testsMerryMage
2020-04-22tests/A64: Fuzz against unicornMerryMage
2020-04-22tests/A64: Move TestEnvironment to own headerMerryMage
2020-04-22A64: Backend frameworkMerryMage
2020-04-22Label A32 specific code appropriatelyMerryMage
2020-04-22CMakeLists: Derive the source file listings from targets directly (#118)Mat M
2017-03-11CMakeLists: Only link LLVM libs against the libraryLioncash
2017-03-07CMakeLists: Remove unnecessary linker language specifiersLioncash
2017-03-04CMakeLists: Make boost an interface library targetLioncash