about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * One more extension for Tegra T1Heasterian2021-07-031-2/+2
| * Fix minor misspellingHeasterian2021-07-031-1/+1
| * Addtional Tegra X1 targetHeasterian2021-07-031-0/+16
| * New TegraX1 targetHeasterian2021-07-031-1/+8
* | Started a new dev. cycleptitSeb2021-07-042-1/+4
|/
* Create FUNDING.ymlptitSeb2021-07-031-0/+12
* Bumped to v0.1.2ptitSeb2021-07-032-2/+4
* Added another name for wine64ptitSeb2021-07-031-1/+3
* More README updatesptitSeb2021-07-031-0/+2
* Improved READMEptitSeb2021-07-031-2/+2
* More libc wrapped functionsptitSeb2021-07-034-5/+10
* Made elf LOADADDR default againptitSeb2021-07-031-1/+1
* More the LOADADDR of the box64 elf a 32bits valueptitSeb2021-07-031-1/+2
* One more wrapped libc functionptitSeb2021-07-031-1/+1
* Added even more libc wrapped functions (needed by Wine)ptitSeb2021-07-021-11/+11
* Added a couple of libc wrapped functionsptitSeb2021-07-021-2/+2
* Added 64 D1/D3 opcodes ([DYNAREC] too)ptitSeb2021-07-022-0/+246
* Added some more libc wrapped functionsptitSeb2021-07-024-10/+23
* Fixed a typoptitSeb2021-07-021-2/+2
* Set default to NOLOADADDR, as many system doesn't like itptitSeb2021-07-021-1/+1
* Updated docsptitSeb2021-07-022-1/+8
* Added 64 0F AF opcode ([DYNAREC] Too)ptitSeb2021-07-022-0/+43
* Fixed nextFree memory search function (fixing regression with RaceTheSun and ...ptitSeb2021-07-021-1/+1
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-0210-169/+205
* [DYNAREC] Fixed DIV opcode, and added test17 about div/idivptitSeb2021-07-025-5/+73
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-017-37/+168
* [DYNAREC] Added CF opcode and optimized native callptitSeb2021-06-287-52/+127
* [DYNAREC] Added 66 98 CBW opcodeptitSeb2021-06-281-0/+6
* Start of a new dev. cycleptitSeb2021-06-271-1/+1
* Bumped to v0.1.0ptitSeb2021-06-272-2/+18
* Added 8C opcodeptitSeb2021-06-251-1/+5
* Added getauxval wrapped functionptitSeb2021-06-257-14/+22
* More improvments to elfloaderptitSeb2021-06-234-15/+34
* Fixed a signature of a funciton from libXiptitSeb2021-06-234-5/+5
* Various change to try improve stability on JIT'd program (like mono for Terra...ptitSeb2021-06-213-33/+19
* More logs on 'strange' SIGSEGV...ptitSeb2021-06-211-3/+4
* [DYNAREC] Added 67 0F 2E/2F opcodesptitSeb2021-06-211-1/+43
* Fixed 67 F2/F3 0F 2E/2F not handled for nowptitSeb2021-06-211-0/+3
* [DYNAREC] Try to free dynablocks when no longer usedptitSeb2021-06-193-26/+54
* Improved mutex handlingptitSeb2021-06-191-49/+93
* Small fixes to the my_backtrace (it doesn't seems to be working anyway)ptitSeb2021-06-181-1/+1
* [DYNAREC] Optimized some flags handling for a few of the complex emiter (+10%...ptitSeb2021-06-183-95/+60
* [DYNAREC] Small optim on shl/shr 16bits, and marked all opcode that need opti...ptitSeb2021-06-187-2/+67
* [DYNAREC] Optimized DIV/IDIV 32/64bits opcodesptitSeb2021-06-184-11/+112
* Optimized memory protection trackingptitSeb2021-06-171-14/+47
* Added a few more libc wrapped functionsptitSeb2021-06-161-3/+3
* Fixed a warningptitSeb2021-06-161-2/+2
* Improved emulated library loader, to not stop at first binary found even if n...ptitSeb2021-06-161-5/+6
* Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...ptitSeb2021-06-163-3/+12
* Fixed SDL_HasIntersection signature (fixing To The Moon blank screen)ptitSeb2021-06-161-1/+1