about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 2 more libasound wrapped function (for Heroic)ptitSeb2023-03-191-0/+2
* Added 1 more gio2 and gtk3 wrapped function (for Heroic)ptitSeb2023-03-192-2/+3
* Added 2 more libcups wrapped functions (for Heroic)ptitSeb2023-03-196-4/+61
* Added some more atspi wrapped symbols (for Heroic)ptitSeb2023-03-191-6/+6
* Added some more atk wrapped symbols (for Heroic)ptitSeb2023-03-191-5/+5
* [RV64_DYNAREC] Various fixes and improvements, getting dynarec more stable nowptitSeb2023-03-194-11/+45
* Rmoved the 32bits->64bits wrapper hack (there might be some regression, but i...ptitSeb2023-03-1973-4479/+4479
* Now handling the BIND_NOW flags in elf headerptitSeb2023-03-193-0/+13
* [RV64_DYNAREC] Various important fixesptitSeb2023-03-193-10/+18
* [RV64_DYNAREC] Added more opcode (#591)Yang Liu2023-03-197-6/+229
* Added FF /0 INC opcode (#592)xctan2023-03-193-2/+62
* [RV64_DYNAREC] Small optim on last_ipptitSeb2023-03-182-4/+14
* [RV64_DYNAREC] Fixed BF MOVSX opcode (#590)Yang Liu2023-03-181-1/+1
* [RV64_DYNAREC] Fixed Jcc opcodes for large blockptitSeb2023-03-184-5/+17
* [RV64_DYNAREC] Fixed 63 MOVSXD opcode (#589)Yang Liu2023-03-181-1/+1
* [RV64_DYNAREC] Fixed B6 MOVZX opcode (#588)Yang Liu2023-03-181-1/+1
* [RV64_DYNAREC] Added 33 XOR opcode (#587)Yang Liu2023-03-181-0/+8
* [RV64_DYNAREC] A8 TEST opcode (#586)Yang Liu2023-03-183-2/+37
* [RV64_DYNAREC] Some optims on XOR opcodesptitSeb2023-03-182-8/+8
* [ARM64_DYNAREC] Fixed some special cases for the Double Pop optim (fixed stea...ptitSeb2023-03-184-17/+20
* Added some wrapped function to libnspr4ptitSeb2023-03-181-5/+5
* Added many wrapped functons to libnssptitSeb2023-03-186-41/+80
* Added 1 wrapped function to libexpatptitSeb2023-03-181-1/+1
* Added some wrapped functions to libcurlptitSeb2023-03-181-14/+14
* Added some wrapped functions to libgio2 and libglib2ptitSeb2023-03-185-18/+14
* Added some wrapped function to libatspiptitSeb2023-03-184-18/+100
* Added a wrapped function to libxcbdri3ptitSeb2023-03-181-1/+1
* Added some more wrapped function to libatkptitSeb2023-03-184-18/+47
* [RV64_DYNAREC] Fixed an issue with UFLAG_OP12 helper macroptitSeb2023-03-181-1/+1
* Added some libatk wrapped functionsptitSeb2023-03-181-10/+10
* [RV64_DYNAREC] Added F7 except /3 opcodes, plus some fixes (and test05 run al...ptitSeb2023-03-184-13/+268
* Added 3 more function to libasoundptitSeb2023-03-184-3/+34
* Added some wrapped function to libdrmptitSeb2023-03-181-8/+8
* [ARM64_DYNAREC] Fixed a potential issue with F7/7 IDIV opcodeptitSeb2023-03-181-2/+2
* Removed an optim on TLS, it break things (fix regression on exiting many game...ptitSeb2023-03-181-1/+1
* [RV64_DYNAREC] Added 66 C1 opcodesptitSeb2023-03-182-0/+133
* [RV64_DYNAREC] Added 69 IMUL opcodeptitSeb2023-03-181-0/+33
* [RV64_DYNAREC] Added 0F BF MOVSX opcodeptitSeb2023-03-181-0/+16
* [RV64_DYNAREC] Added 0F BE MOVSX opcodeptitSeb2023-03-181-0/+24
* [RV64_DYNAREC] Added 66 C7 MOV opcodeptitSeb2023-03-181-0/+20
* [RV64_DYNAREC] Added 09 OR opcodeptitSeb2023-03-183-1/+44
* [RV64_DYNAREC] Added D3 /4 /5 SHL opcodeptitSeb2023-03-183-6/+61
* [RV64_DYNAREC] Added D3/7 SAR opcodeptitSeb2023-03-182-0/+27
* [RV64_DYNAREC] Added 99 CDQ opcodeptitSeb2023-03-181-1/+9
* [RV64_DYNAREC] Added 63 MOVSXD opcodeptitSeb2023-03-181-0/+23
* [RV64_DYNAREC] Added 88 MOV opcodeptitSeb2023-03-181-0/+39
* [RV64_DYNAREC] Added 83 /1 OR opcodeptitSeb2023-03-183-4/+48
* [RV64_DYNAREC] Added 0F B6/B7 MOVZX opcodesptitSeb2023-03-181-0/+41
* Added some wrapped libfreetype symbols (for #581)ptitSeb2023-03-174-3/+17
* [RV64_DYNAREC] Added 03 ADD opcode (#582)xctan2023-03-171-0/+9