aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2022-11-08test_generator: Allow rerunning jitMerry
2022-11-08backend/arm64/a32_address_space: Terminate early if halted prior to execution...Merry
2022-10-18tests: remove unused default iterations in TestThumbFreddyFunk
2022-10-18tests/A32: Add coprocessor testsMerry
2022-10-18test_generator: Increase iterationsMerry
2022-10-18test_generator: Test ASIMDMerry
2022-10-18test_generator: Enable vfp testingMerry
2022-10-18backend/arm64: FPCR/FPSR handlingMerry
2022-10-18test_generator: Generate Arm instructionsMerry
2022-10-18test_generator: Expand testing to thumb32Merry
2022-10-18test_generator: Increase iterationsMerry
2022-10-18tests: Add test generatorMerry
2022-10-18tests/rand_int: Expose PRNGMerry
2022-08-08fuzz_arm: Avoid backwards jumps that may jump into codemerry
2022-07-26tests/{a32,a64}_unicorn: Avoid use of deprecated fmt APIMerry
2022-07-20emit_x64_vector: Ensure FPSR.QC is set even if output is invalidatedMerry
2022-07-20a32_get_set_elimination_pass: Convert NZ to NZCMerry
2022-07-20a32_get_set_elimination_pass: Add option to disable NZC -> NZ conversionMerry
2022-07-19A32: Condense flag handlingMerry
2022-07-14fuzz_arm: Correct unicorn overrun recovery codeMerry
2022-07-11emit_x64: Fix bugs in fast dispatcherMerry
2022-06-21A32/A64: Allow std::nullopt from MemoryReadCodeMerry
2022-06-05x64_cpu_info: Update test for latest xbyakMerry
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-19Migrate to mclMerry
2022-04-19externals: Remove mp and replace uses with mclMerry
2022-04-06tests/A64: Add {S,U}SHL instruction unit testsWunkolo
2022-03-20fuzz_arm: Add offset thumb instruction testmerry
2022-02-27fuzz_arm: Sometimes we have to step more to sync up with unicornmerry
2022-02-15a32_unicorn: Throw on error to trigger SCOPE_EXIT codeMerry
2022-02-15fuzz_arm: Don't generate thumb32_MSR_reg: Unicorn steps by 2 instead of 4Merry
2022-02-15fuzz_arm: Handle unicorn overrun on internal jumpMerry
2022-02-12fuzz_arm: Ensure that FPSCR.QC is testedmerry
2022-02-12test_arm_instructions: Add vmsr/vcmp/vmrs testmerry
2021-12-23general: Rename files with duplicate namesMorph
2021-09-27tests: Add {S,V}ADD{V,P} testsWunkolo
2021-09-06cpu_info: remove tSSE4a and tSSE5 (#643)Macchiarch
2021-08-08catch: Correct include directoryMerry
2021-08-07tests: Add FMLA(lane) testWunkolo
2021-08-07xbyak: Correct xbyak include directoryMerry
2021-08-06fuzz_with_unicorn: Correct printing of vectorsMerry
2021-08-06tests: Use Zydis for disassemblyMerry
2021-06-23externals: Update fmt to 8.0.0Lioncash
2021-06-20tests: add F{MIN,MAX}NM testsWunkolo
2021-06-10tests: Add FABS testsWunkolo
2021-06-08tests: Add F{MIN,MAX} testsWunkolo
2021-06-06A64/config.h: Split fastmem and page_table options.Markus Wick
2021-05-31tests: Format to clang-format mandated styleMerryMage