about summary refs log tree commit diff stats
path: root/src/emu/x64test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-141-1/+0
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
* [COSIM] Changed how F0 LOCK opcodes are skipped in COSIMptitSeb2025-03-261-0/+5
* [COSIM] Show hex values in STx diff logs (#2436)Yang Liu2025-03-131-1/+1
* [COSIM] Print decoded instruction mnemonics if trace enabled (#2357)Yang Liu2025-02-131-8/+15
* [COSIM] Added commented way to dumps regs whe printing a differenceptitSeb2025-02-121-0/+1
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-4/+4
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-1/+1
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-16/+0
* Fixes (#1659)rajdakin2024-07-091-7/+7
* [COSIM] Improved reliability with AVX (but there is still something wrong there)ptitSeb2024-06-021-11/+9
* [COSIM] Fixed issue with YMM printing on differenceptitSeb2024-06-021-1/+1
* more avx infrastructureptitSeb2024-05-241-5/+16
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-4/+21
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-3/+3
* [TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positiveptitSeb2024-01-271-2/+2
* [COSIM] Show if it's x86 or x64 code on difference warningptitSeb2023-10-241-2/+2
* [32BITS][RV64_DYNAREC] Hanlding of STll struct in FILD/FISTP (#868)Yang Liu2023-06-271-3/+3
* [DYNAREC] Fixed DYNAREC_TEST false-positive when opcode use NOTEST and next o...ptitSeb2023-04-301-1/+1
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-8/+20
* [DYNAREC] Changed again how the current IP is tracked in TEST_INTERPRETER modeptitSeb2023-03-301-1/+2
* [DYNAREC] This should make TEST_INTERPRETER faulty IP output more coherent (f...ptitSeb2023-03-301-1/+1
* [DYNAREC] This should make TEST_INTERPRETER foaulty IP output more coherentptitSeb2023-03-301-1/+1
* [RV64_DYNAREC] Added some 66 0F Pxxx opcodes (#650)Yang Liu2023-03-291-1/+1
* [DYNAREC] Some more improvment to TEST_INTERPRETERptitSeb2023-03-281-1/+1
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-281-18/+23
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+142