about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Better trace for unknown offset in native elfptitSeb2023-11-072-2/+2
* Added wrapped __isoc23_strtoul (for #1052)ptitSeb2023-11-071-0/+1
* Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)ptitSeb2023-11-071-1/+7
* [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...ptitSeb2023-11-071-0/+5
* [ELFLOADER] Use alternate simpler method for memory managment when pagesize i...ptitSeb2023-11-071-26/+36
* [ELFLOADER] Another fix for elfloader memory managment on pagesize not 4K (mi...ptitSeb2023-11-071-1/+21
* [ELFLOADER] Another fix for elfloader memory managment (might help #1051)ptitSeb2023-11-071-8/+6
* [ARM64_DYNAREC] Fixed 66 0F 3A 21 opcodeptitSeb2023-11-061-51/+4
* [ARM64_DYNAREC] Added F0 0F BA opcodesptitSeb2023-11-061-4/+139
* [ARM64_DYNAREC] Added 66 0F 3A 40 opcode (with tests)ptitSeb2023-11-063-0/+42
* Fixed some issue with some SSE4.2 string compare oprations (should help #1013)ptitSeb2023-11-051-2/+2
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-053-0/+18
* Improved BOX64_MALLOC_HACK=2 settingptitSeb2023-11-051-27/+64
* Some fixes to the BOX64_TRACE_FILE settingptitSeb2023-11-051-6/+9
* [RCFILE] Added more trace when applying BOX64_TRACE_FILE settingptitSeb2023-11-051-0/+1
* Fixed some functions signature on gobject2ptitSeb2023-11-051-7/+7
* [DYNAREC] Cancel dynablock creation on SEGBUS tooptitSeb2023-11-051-5/+6
* Better way to track mapped memoryptitSeb2023-11-054-43/+62
* [TRACE] Show mmap size in hexptitSeb2023-11-052-2/+2
* Added some more gtk3/gdk3 wrapped functionsptitSeb2023-11-042-0/+28
* [RV64_DYNAREC] Fix test faillingptitSeb2023-11-041-27/+0
* [ARM64_DYNAREC] Added 66 0F F2 38 F1 opcodeptitSeb2023-11-041-0/+29
* Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel...ptitSeb2023-11-0413-10/+441
* [TRACE] Fixed a warningptitSeb2023-11-041-1/+1
* Removed fake wrapped libunwind and use real x86_64 one (help wine exeception ...ptitSeb2023-11-041-1/+1
* [TRACE] Improved traceptitSeb2023-11-042-3/+3
* [ELFLOADER] More changes to elf memory managmentptitSeb2023-11-042-8/+30
* [ELFLOADER] Some more regression fixes on elf memory managment (for #1013)ptitSeb2023-11-031-2/+2
* [ELFLOADER] Fixed loading of elf with huge alignmentptitSeb2023-11-014-25/+40
* [ELFLOADER] Last improvment to elfloader memory managment, should be good nowptitSeb2023-11-013-10/+16
* [ELFLOADER] Small improvment in new elfloader memory managerptitSeb2023-10-311-5/+7
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-318-291/+159
* [ARM64_DYNAREC] Added 66 0F 3A 60..63 opcodesptitSeb2023-10-305-4/+208
* Fixed a comment for 66 0F 3A 62 opcodeptitSeb2023-10-301-1/+1
* [ARM64_DYNAREC] Added support for F2 0F 38 F0/F1 CRC32 opcodesptitSeb2023-10-302-21/+39
* Added full SSE 4.2 supportptitSeb2023-10-307-1/+236
* [ADLINK] Removed BOX64_RESERVE_HIGH, should not be usefull with latest improv...ptitSeb2023-10-291-1/+1
* 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