about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [DYNAREC] still working on multiarchptitSeb2022-02-282-14/+24
* [DYNAREC] And yet more multiarch changesptitSeb2022-02-272-6/+9
* Merge pull request #243 from Mzed3D/patch-1ptitSeb2022-02-271-1/+6
|\
| * Update CMakeLists.txtMzed3D2022-02-271-1/+1
| * Update CMakeLists.txtMzed3D2022-02-271-1/+6
|/
* Try to build RISC-VptitSeb2022-02-271-2/+6
* Merge pull request #199 from Alexmitter/mainptitSeb2022-02-273-2/+28
|\
| * Update COMPILE.md to add RISCVAlexmitter2021-12-301-0/+16
| * Add support for RISCV to myalign.hAlexmitter2021-12-301-2/+2
| * Add RV64 support to CMakeLists.txtAlexmitter2021-12-301-0/+10
* | [DYNAREC] And more multiarch changesptitSeb2022-02-271-4/+4
* | [DYNAREC] Still more multiarch changesptitSeb2022-02-272-1/+10
* | [DYNAREC] Even more work on multiarchptitSeb2022-02-276-18/+27
* | [DYNAREC] More multiarch changesptitSeb2022-02-271-1/+1
* | [DYNAREC] And even more multi-arch workptitSeb2022-02-271-37/+37
* | [DYNAREC] And more multi-arch workptitSeb2022-02-271-5/+5
* | [DYNAREC] More multi-arch workptitSeb2022-02-272-16/+18
* | [DYNAREC] More work on multi-archptitSeb2022-02-272-14/+15
* | Small adjustment on loongarch supportptitSeb2022-02-271-1/+1
* | [DYNAREC] Improve signals to better handle multiple archsptitSeb2022-02-271-4/+88
* | [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-2752-369/+427
* | Added a few more wrapped function (for #241)ptitSeb2022-02-266-3/+14
* | Added __wcsncpy_chk to wrapped libcptitSeb2022-02-261-1/+1
* | Use sched_getcpu instead of deprecated getcpu (for #239)ptitSeb2022-02-201-2/+2
* | Fixed build for x86_64ptitSeb2022-02-201-2/+3
* | Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-202-5/+22
* | [TRACE] Small changes to function name print in traceptitSeb2022-02-201-5/+5
* | Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)ptitSeb2022-02-191-1/+3
* | Merge pull request #236 from rajdakin/backtrace_fixptitSeb2022-02-1412-72/+917
|\ \
| * | Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-1412-72/+917
* | | Merge pull request #235 from rajdakin/opcode_fixptitSeb2022-02-142-5/+9
|\ \ \ | |/ / |/| |
| * | Fixed the CVTPD2DQ dynarec opcoderajdakin2022-02-142-5/+9
|/ /
* | [DYNAREC] Added 0F 3A 0F opcodeptitSeb2022-02-131-0/+24
* | [DYNAREC] Added F2 0F D6 opcodeptitSeb2022-02-131-0/+12
* | Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...ptitSeb2022-02-133-14/+43
* | Undo last commitptitSeb2022-02-111-2/+2
* | Fixed wrapped function IMG_SavePNG_RW from SDL2-imageptitSeb2022-02-111-2/+2
* | Added 0F 3A 0F opcodeptitSeb2022-02-111-0/+27
* | Added 1 wrapped function to libsdl2ptitSeb2022-02-111-1/+1
* | [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...ptitSeb2022-02-116-20/+22
* | Added wrapped lldiv (for Ion Fury)ptitSeb2022-02-104-1/+5
* | Small update to README_CNptitSeb2022-02-101-1/+1
* | Small update to READMEptitSeb2022-02-101-2/+2
* | Added F0 0F C0 opcode (for #210)ptitSeb2022-02-061-0/+17
* | Added 2E opcode ([DYNAREC] too)ptitSeb2022-02-062-0/+4
* | Added SDL_GetAudioDeviceSpec wrapped function to SDL2ptitSeb2022-02-051-0/+1
* | Merge pull request #226 from classilla/mainptitSeb2022-02-041-0/+2
|\ \
| * | ensure uc_link is properly initialized in getcontext(), fixes ppc64leCameron Kaiser2022-02-031-0/+2
|/ /
* | Merge pull request #223 from CalcProgrammer1/fix-debianptitSeb2022-02-021-1/+1
|\ \
| * | Correct package name in Debian changelogAdam Honse2022-02-021-1/+1
|/ /