about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+5
* Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb2023-04-281-0/+1
* Fix for local library open using dlopen that are then promoted to global with...ptitSeb2023-04-281-0/+2
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-252-0/+2
* Made the to/from_complex function static inline (might help #738)ptitSeb2023-04-241-4/+4
* Added more gtk3 wrapped functions (#731)lizhuoheng2023-04-231-0/+96
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-231-0/+68
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-2/+2
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-211-1/+32
* [DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2023-04-201-1/+1
* [DYNAREC] Fixed signature of x64test functionptitSeb2023-04-191-1/+1
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-162-0/+3
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-0/+1
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib a...ptitSeb2023-04-121-0/+1
* [RV64_DYNAREC] Added 0F BC/BD opcodesptitSeb2023-04-111-0/+3
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-103-4/+6
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-105-11/+14
* Fixed float complex handling as parameterptitSeb2023-04-071-1/+1
* Try to add complex function in libmptitSeb2023-04-061-0/+33
* [DYNAREC] Never protect bridge memory (ported from box86)ptitSeb2023-04-021-3/+4
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-275-0/+8
* fix some spelling mistakes (#640)josch2023-03-263-11/+11
* [RV64][LA464][PPC64] Fixed some issues with VALIST handlingptitSeb2023-03-251-6/+7
* [RV64_DYNAREC] Optimize MOV64 emitter (#572)Yang Liu2023-03-161-0/+7
* Tried to optimize TLS fetchingptitSeb2023-03-121-2/+1
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+10
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-071-0/+1
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-053-8/+13
* Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-051-0/+1
* [DYNAREC] Fixed (again) and improved new jmptable memory managerptitSeb2023-03-051-3/+3
* Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-031-1/+3
* [DYNAREC] Finetuned the jump table memory allocationptitSeb2023-03-022-1/+13
* Merge branch 'main' into steam_chromeptitSeb2023-02-202-0/+4
|\
| * [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...ptitSeb2023-02-191-0/+3
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...ptitSeb2023-02-191-0/+1
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-0/+1
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-201-0/+1
* | Merge branch 'main' into steam_chromeptitSeb2023-02-193-5/+3
|\|
| * Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-193-5/+3
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-182-1/+6
|/
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+1
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-5/+5
* Also needed a RunFunctionWindows, following the Windows Calling Convention (a...ptitSeb2023-02-121-0/+3
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-122-5/+25
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-281-1/+1
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-281-0/+1
* use sighandler_t instead of __sighandler_t so it compiles for musl (#500)Steven Vanden Branden2023-01-201-3/+3
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-051-0/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-014-6/+12
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-042-25/+48