| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNAREC] Never protect bridge memory (ported from box86) | ptitSeb | 2023-04-02 | 1 | -3/+4 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ | ptitSeb | 2023-03-27 | 5 | -0/+8 |
| | | | | | time and compare states | ||||
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 3 | -11/+11 |
| | | |||||
| * | [RV64][LA464][PPC64] Fixed some issues with VALIST handling | ptitSeb | 2023-03-25 | 1 | -6/+7 |
| | | |||||
| * | [RV64_DYNAREC] Optimize MOV64 emitter (#572) | Yang Liu | 2023-03-16 | 1 | -0/+7 |
| | | |||||
| * | Tried to optimize TLS fetching | ptitSeb | 2023-03-12 | 1 | -2/+1 |
| | | |||||
| * | Rv64 dynarec (#550) | ptitSeb | 2023-03-12 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | * [RV64_DYNAREC] Pushed the rv64_lock.h * [RV64_DYNAREC] Add initial support for atomic functions * [RV64_DYNAREC] Added some basic infrastructure for the Dynarec (and 1 opcode) * [RV64_DYNAREC] Add a disassembler for RV64 instructions * [RV64_DYNAREC] Added 86 MOV opcode, and some fixes too * [RV64_DYNAREC] Added 8D LEA opcode * [RV64_DYNAREC] Added POP reg opcode * [RV64_DYNAREC] Various fixes and small optims --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn> | ||||
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ | ptitSeb | 2023-03-07 | 1 | -0/+1 |
| | | | | | (works well on box64, with up to 30% more speed) | ||||
| * | Refactored OpenGL symbol fetching and managment | ptitSeb | 2023-03-05 | 3 | -8/+13 |
| | | |||||
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ | ptitSeb | 2023-03-05 | 1 | -0/+1 |
| | | | | | probably other too) | ||||
| * | [DYNAREC] Fixed (again) and improved new jmptable memory manager | ptitSeb | 2023-03-05 | 1 | -3/+3 |
| | | |||||
| * | Better way to use CREATE_VALIST_FROM_VAARG macro | ptitSeb | 2023-03-03 | 1 | -1/+3 |
| | | |||||
| * | [DYNAREC] Finetuned the jump table memory allocation | ptitSeb | 2023-03-02 | 2 | -1/+13 |
| | | |||||
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 2 | -0/+4 |
| |\ | |||||
| | * | [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block ↵ | ptitSeb | 2023-02-19 | 1 | -0/+3 |
| | | | | | | | | | instructions and a temporary malloc/free | ||||
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| | | | | | | | | | handle HotPages (faster but crashy) | ||||
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| | | | | | | | | | not handle them | ||||
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ | ptitSeb | 2023-02-20 | 1 | -0/+1 |
| | | | | | | | | | not handle them | ||||
| * | | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-19 | 3 | -5/+3 |
| |\| | |||||
| | * | Simplified dynablock handling (reduced memory consuption) | ptitSeb | 2023-02-19 | 3 | -5/+3 |
| | | | |||||
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 2 | -1/+6 |
| |/ | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+1 |
| | | |||||
| * | Refactored trace to file system, to be more resiliant | ptitSeb | 2023-02-14 | 1 | -5/+5 |
| | | |||||
| * | Also needed a RunFunctionWindows, following the Windows Calling Convention ↵ | ptitSeb | 2023-02-12 | 1 | -0/+3 |
| | | | | | (and now d3datapter9 works) | ||||
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic ↵ | ptitSeb | 2023-02-12 | 2 | -5/+25 |
| | | | | | handling | ||||
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe ↵ | ptitSeb | 2023-01-28 | 1 | -1/+1 |
| | | | | | pokewilds too) | ||||
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, ↵ | ptitSeb | 2023-01-28 | 1 | -0/+1 |
| | | | | | introducing BOX64_DYNAREC_FASTROUND to ignore that) | ||||
| * | use sighandler_t instead of __sighandler_t so it compiles for musl (#500) | Steven Vanden Branden | 2023-01-20 | 1 | -3/+3 |
| | | |||||
| * | Added more command to rcfiles, and a default one when system version is not ↵ | ptitSeb | 2023-01-05 | 1 | -0/+1 |
| | | | | | found (and move some essential detection there) | ||||
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 4 | -6/+12 |
| | | |||||
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure ↵ | ptitSeb | 2022-12-04 | 2 | -25/+48 |
| | | | | | it's really usefull) | ||||
| * | Wrapped GstAllocator and GstObject structures | ptitSeb | 2022-12-03 | 1 | -0/+16 |
| | | |||||
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of ↵ | ptitSeb | 2022-12-01 | 1 | -0/+1 |
| | | | | | MonoBleedingEdge (and disable that for 3dSen) | ||||
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ | ptitSeb | 2022-11-29 | 1 | -0/+1 |
| | | | | | of CALL/RET opcode, not compatible with JIT/Dynarec) | ||||
| * | Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ↵ | ptitSeb | 2022-11-28 | 1 | -1/+1 |
| | | | | | others) | ||||
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 3 | -0/+17 |
| | | |||||
| * | Better handling of rolling logs | ptitSeb | 2022-11-15 | 2 | -1/+5 |
| | | |||||
| * | Small fixes and improvement to memory protection handling | ptitSeb | 2022-11-14 | 1 | -0/+1 |
| | | |||||
| * | Added BOX64_CRASHHANDLER env. var. | ptitSeb | 2022-11-14 | 1 | -0/+1 |
| | | |||||
| * | Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ↵ | ptitSeb | 2022-11-13 | 1 | -0/+1 |
| | | | | | points | ||||
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT ↵ | ptitSeb | 2022-11-13 | 4 | -5/+6 |
| | | | | | relocations | ||||
| * | [ANDROID] Build fix | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| | | |||||
| * | Detect when program is linked with glibc 2.34+ to workaround the default ↵ | ptitSeb | 2022-11-01 | 2 | -0/+2 |
| | | | | | libc libs to load | ||||
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 4 | -23/+14 |
| | | | | | | | * [DYNAREC] Removed dynablock sons handling * [DYNAREC] Removed dynablocklist, and attached dynablocks to the jumptable * [DYNAREC] Changed handling of HotPage (part of Protection now) * [DYNAREC] Fixed some performance issues (especially with heavily threaded programs) | ||||
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 3 | -1/+6 |
| | | | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy | ||||
| * | Wrapping of GtkTextView and GtkContainer classes for Gtk3 | ptitSeb | 2022-10-27 | 1 | -0/+48 |
| | | |||||
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 1 | -0/+1 |
| | | |||||
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -4/+2 |
| | | |||||