| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [TRACE] Fixed some issue with function name printing | ptitSeb | 2024-07-13 | 1 | -12/+12 | |
| | | ||||||
| * | Removed debug leftover | ptitSeb | 2024-07-12 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed flaky signal handler on 32bits code (mainly for Wine with new Wow64) | ptitSeb | 2024-07-12 | 1 | -4/+17 | |
| | | ||||||
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures | |||||
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -6/+7 | |
| | | ||||||
| * | [ARM64] Add 1 more case of unaligned device memory access handling, plus ↵ | ptitSeb | 2024-05-04 | 1 | -1/+35 | |
| | | | | | better tracking | |||||
| * | [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily ↵ | ptitSeb | 2024-05-03 | 1 | -0/+1 | |
| | | | | | obfuscated program loading | |||||
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -1/+2 | |
| | | ||||||
| * | [TRACE] Slighlty better log when emiting SIGILL | ptitSeb | 2024-03-10 | 1 | -0/+5 | |
| | | ||||||
| * | [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on ↵ | ptitSeb | 2024-03-08 | 1 | -0/+51 | |
| | | | | | a protected page of code, and SI gets wrongly incremented (for #1347) | |||||
| * | [ARM64] Added 1 more special case of SIGBUS when accessing device memory ↵ | ptitSeb | 2024-03-07 | 1 | -0/+16 | |
| | | | | | (Help Planet Coaster on NVidia) | |||||
| * | [LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working ↵ | Yang Liu | 2024-03-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1319) * Made printer slightly better * [SIGNAL] Fixed a typo * Removed useless comma * Another typo * Keep'em in order * Added more opcodes and more fixes * A big fix of GOCOND macro * [LA64_DYNAREC] Added E8 CALL opcode * [LA64_DYNAREC] Added C6 MOV opcode * [LA64_DYNAREC] Added 39 CMP opcode * [LA64_DYNAREC] Added 0F 1F NOP opcode * BEWARE: shift instructions are NOT sign-extended! * More fixes * Try to be safe * Fixed printer * Fixed emitter & printer for B, briing superhexagon back | |||||
| * | [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that ↵ | ptitSeb | 2024-02-28 | 1 | -9/+9 | |
| | | | | | way it's more generic (and sorry about that late minute change) | |||||
| * | LARCH64 dynarec (#1295) | Haichen Wu | 2024-02-28 | 1 | -0/+15 | |
| | | | | | | * LARCH64_DYNAREC dynarec * [LARCH64_DYNAREC] Change mapping for the registers | |||||
| * | Small changes in signal safe function handling | ptitSeb | 2024-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | Hardened the my_sigaltstack wrapped function | ptitSeb | 2024-02-22 | 1 | -10/+23 | |
| | | ||||||
| * | [TRACE] Slightly better trace for dynarec block writing on own page | ptitSeb | 2024-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ | ptitSeb | 2024-02-15 | 1 | -4/+5 | |
| | | | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others) | |||||
| * | [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258) | KreitinnSoftware | 2024-02-10 | 1 | -2/+5 | |
| | | | | Co-authored-by: Pablo Carlos <pablo@localhost.localdomain> | |||||
| * | Fixed a warning | ptitSeb | 2024-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | [DYNAREC] Reworked a bit the Strange SEGSIGV handling | ptitSeb | 2024-02-03 | 1 | -2/+8 | |
| | | ||||||
| * | [TRACE] Slightly better trace for some dynarec runtime issues | ptitSeb | 2024-01-29 | 1 | -2/+2 | |
| | | ||||||
| * | [DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTE | ptitSeb | 2024-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure Stack is aligned properly... (should help #1187 and ~1188) | ptitSeb | 2024-01-22 | 1 | -2/+4 | |
| | | ||||||
| * | Reworked exit, unloading libs and running Fini as it should (plus a ↵ | ptitSeb | 2024-01-19 | 1 | -1/+2 | |
| | | | | | workaround for nvidia driver not unloading) | |||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures | |||||
| * | Fixed an issue with a failsafe that was not working | ptitSeb | 2024-01-18 | 1 | -2/+2 | |
| | | ||||||
| * | [RBTREE] Reverted memory tracking to 32 bits (#1201) | rajdakin | 2024-01-13 | 1 | -3/+3 | |
| | | ||||||
| * | [DYNAREC_RV64] Added CALL/RET optimization (#1183) | Yang Liu | 2024-01-05 | 1 | -19/+22 | |
| | | | | | | | | | | | | * [DYNAREC_RV64] Added CALL/RET optimization * More hacks on the call/ret optimization * Small fixes, but still not working * More fixes * More fixes | |||||
| * | [ARM64] Improved fast path for unaligned access to device memory (for NVidia ↵ | ptitSeb | 2024-01-01 | 1 | -8/+8 | |
| | | | | | cards) | |||||
| * | Fixed some (nasty sometimes) warning | ptitSeb | 2023-12-31 | 1 | -10/+10 | |
| | | ||||||
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -9/+9 | |
| | | | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | |||||
| * | [ARM64] Improved handling of unaligned access to device memory (for NVidia ↵ | ptitSeb | 2023-12-18 | 1 | -14/+14 | |
| | | | | | drivers, fixes No Man Sky) | |||||
| * | [ARM64] Added a new case of device memory unaligned write | ptitSeb | 2023-12-18 | 1 | -0/+14 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added one ore special case of device unaligned memory access ↵ | ptitSeb | 2023-12-15 | 1 | -0/+22 | |
| | | | | | handling | |||||
| * | Added lldb option to JITGDB | ptitSeb | 2023-12-15 | 1 | -1/+3 | |
| | | ||||||
| * | Fixed a signal handler (helps wine stuffs) | ptitSeb | 2023-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | [DYNAREC] Small change to signal handling and unexpected segfault | ptitSeb | 2023-12-07 | 1 | -5/+10 | |
| | | ||||||
| * | [INTERPRETER] Added addling to divide by 0 exception | ptitSeb | 2023-12-05 | 1 | -0/+23 | |
| | | ||||||
| * | [SIGNAL] Fixed copyUCTXreg2Emu (#1086) | Yang Liu | 2023-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | [RV64] This should fix RISCV64 build | ptitSeb | 2023-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | Small improvement on signal handling | ptitSeb | 2023-11-23 | 1 | -26/+51 | |
| | | ||||||
| * | Saved defered flag status when processing signal / foreign function | ptitSeb | 2023-11-17 | 1 | -1/+1 | |
| | | ||||||
| * | Workaround to handle SIGMAX properly (should help #1056) | ptitSeb | 2023-11-15 | 1 | -4/+4 | |
| | | ||||||
| * | Fixed no DYNAREC build | ptitSeb | 2023-11-13 | 1 | -0/+4 | |
| | | ||||||
| * | [DYNAREC] Small improved trace on UD / INT type of opcodes | ptitSeb | 2023-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | [DYNAREC] Cancel dynablock creation on SEGBUS too | ptitSeb | 2023-11-05 | 1 | -5/+6 | |
| | | ||||||
| * | [ARM64_DYNAREC] More special handling of SEGBUS on device memory (for NVidia ↵ | ptitSeb | 2023-10-26 | 1 | -0/+32 | |
| | | | | | drivers) | |||||
| * | [ARM64_DYNAREC] More handling of SIGBUS on device memory (for Doomvk 2016 on ↵ | ptitSeb | 2023-10-21 | 1 | -0/+90 | |
| | | | | | NVidia) | |||||