about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small change on cpuid stuffsptitSeb2023-10-292-6/+7
* Better trace for mmap operationsptitSeb2023-10-281-6/+6
* More small improvment to wrapped mmap64ptitSeb2023-10-281-13/+26
* [ARM64_DYNAREC] Better fix for x87 i64 promotion to DoubleptitSeb2023-10-273-7/+9
* [ARM64_DYNAREC] Fixed and improved i64 x87 optimisationptitSeb2023-10-274-24/+38
* [ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...ptitSeb2023-10-272-1/+48
* [ARM64_DYNAREC] Small optim on Load/Unload x87 cacheptitSeb2023-10-271-6/+10
* [ARM64_DYNAREC] Added LDR/STR SIMD printerptitSeb2023-10-271-1/+24
* [WRAPPER] Fixed my_execl (#1044)wannacu2023-10-272-12/+81
* Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...ptitSeb2023-10-273-2/+21
* [32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-10-262-1/+23
* [ARM64_DYNAREC] Fixes STUR print opcodeptitSeb2023-10-261-5/+5
* [ARM64_DYNAREC] More special handling of SEGBUS on device memory (for NVidia ...ptitSeb2023-10-261-0/+32
* [DYNAREC_RV64] Fixed x87 FCOMI opcodes (#1041)Yang Liu2023-10-262-2/+2
* [DYNAREC_RV64] Fixed opcode FLD tbyte (for #871) (#1040)Yang Liu2023-10-261-1/+1
* Added 1 more Vulkan extensionptitSeb2023-10-261-0/+4
* [WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039)Yang Liu2023-10-261-2/+4
* Fixed wrapping of vkCreateDebugUtilsMessengerEXTptitSeb2023-10-252-3/+44
* [ARM64_DYNAREC] Small optimisation on 66 0F 57 opcodeptitSeb2023-10-251-3/+10
* [DYNAREC] Various improvment to x87 code and segment handlingptitSeb2023-10-2510-15/+95
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-2514-39/+274
* [32BITS] Added 66 06/07 and 66 1E/1F opcodes ([ARM64_DYNAREC] too)ptitSeb2023-10-242-0/+66
* Added wrapped OpenCL (mostly complete, for wine)ptitSeb2023-10-2410-1/+384
* [COSIM] Show if it's x86 or x64 code on difference warningptitSeb2023-10-241-2/+2
* [ARM64_DYNAREC] Fixed some cases of 0F D3 opcodeptitSeb2023-10-232-6/+8
* [RV64_DYNAREC] Fixed an issue with MMX Cache transformationptitSeb2023-10-231-1/+1
* [ARM64_DYNAREC] Fixed an issue with MMX Cache transformationptitSeb2023-10-231-1/+1
* [ARM64_DYNAREC][32BITS] Added 67 64 A3 opcodeptitSeb2023-10-231-1/+15
* [32BITS] Added 67 64 A3 opcodeptitSeb2023-10-231-0/+11
* [ARM64_DYNAREC][32BITS] Added 67 64 FF /6 opcodeptitSeb2023-10-235-1/+176
* [32BITS] Added 67 64 FF /6 opcodeptitSeb2023-10-231-0/+13
* [ARM64_DYNAREC] Some fixes to x87 opcodes (helps 32bits games on WoW64)ptitSeb2023-10-232-8/+25
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-10-231-3/+3
|\
| * [ARM64_DYNAREC] Fixed 0F F4 opcode (for #1036)ptitSeb2023-10-221-3/+3
* | Added a workaround for unalinged 32bits xchgptitSeb2023-10-231-1/+7
|/
* [ARM64_DYNAREC] Fixed an issue with refect_cache_mmx helper functionptitSeb2023-10-221-1/+1
* [ARM64] More unaligned improvmentsptitSeb2023-10-222-12/+27
* [ARM64_DYNAREC] More handling of SIGBUS on device memory (for Doomvk 2016 on ...ptitSeb2023-10-211-0/+90
* Added some workaround for program that POKEUSER/PEEKUSER some drX value and e...ptitSeb2023-10-201-1/+13
* fix emit_sar32c() ZF maybe set error. (#1034)liuli2023-10-201-1/+1
* [ARM64_DYNAREC] ifdef'd the new HW_CAP tests, to be able to build on older sy...ptitSeb2023-10-191-0/+8
* [ARM64_DYNAREC] One more extension detected (not used yet)ptitSeb2023-10-181-0/+7
* [ARM64_DYNAREC] More ARM64 extensions detectionptitSeb2023-10-182-11/+27
* [RV64_DYNAREC] More fixes to the buildptitSeb2023-10-181-1/+1
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-10-181-18/+52
|\
| * [ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitterptitSeb2023-10-181-18/+52
* | [RV64_DYNAREC] Try to fix the buildptitSeb2023-10-181-6/+6
|/
* Fix build issuesptitSeb2023-10-183-29/+19
* [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb2023-10-184-2/+58
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-1813-49/+59