index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 2 more libasound wrapped function (for Heroic)
ptitSeb
2023-03-19
1
-0
/
+2
*
Added 1 more gio2 and gtk3 wrapped function (for Heroic)
ptitSeb
2023-03-19
2
-2
/
+3
*
Added 2 more libcups wrapped functions (for Heroic)
ptitSeb
2023-03-19
6
-4
/
+61
*
Added some more atspi wrapped symbols (for Heroic)
ptitSeb
2023-03-19
1
-6
/
+6
*
Added some more atk wrapped symbols (for Heroic)
ptitSeb
2023-03-19
1
-5
/
+5
*
[RV64_DYNAREC] Various fixes and improvements, getting dynarec more stable now
ptitSeb
2023-03-19
4
-11
/
+45
*
Rmoved the 32bits->64bits wrapper hack (there might be some regression, but i...
ptitSeb
2023-03-19
73
-4479
/
+4479
*
Now handling the BIND_NOW flags in elf header
ptitSeb
2023-03-19
3
-0
/
+13
*
[RV64_DYNAREC] Various important fixes
ptitSeb
2023-03-19
3
-10
/
+18
*
[RV64_DYNAREC] Added more opcode (#591)
Yang Liu
2023-03-19
7
-6
/
+229
*
Added FF /0 INC opcode (#592)
xctan
2023-03-19
3
-2
/
+62
*
[RV64_DYNAREC] Small optim on last_ip
ptitSeb
2023-03-18
2
-4
/
+14
*
[RV64_DYNAREC] Fixed BF MOVSX opcode (#590)
Yang Liu
2023-03-18
1
-1
/
+1
*
[RV64_DYNAREC] Fixed Jcc opcodes for large block
ptitSeb
2023-03-18
4
-5
/
+17
*
[RV64_DYNAREC] Fixed 63 MOVSXD opcode (#589)
Yang Liu
2023-03-18
1
-1
/
+1
*
[RV64_DYNAREC] Fixed B6 MOVZX opcode (#588)
Yang Liu
2023-03-18
1
-1
/
+1
*
[RV64_DYNAREC] Added 33 XOR opcode (#587)
Yang Liu
2023-03-18
1
-0
/
+8
*
[RV64_DYNAREC] A8 TEST opcode (#586)
Yang Liu
2023-03-18
3
-2
/
+37
*
[RV64_DYNAREC] Some optims on XOR opcodes
ptitSeb
2023-03-18
2
-8
/
+8
*
[ARM64_DYNAREC] Fixed some special cases for the Double Pop optim (fixed stea...
ptitSeb
2023-03-18
4
-17
/
+20
*
Added some wrapped function to libnspr4
ptitSeb
2023-03-18
1
-5
/
+5
*
Added many wrapped functons to libnss
ptitSeb
2023-03-18
6
-41
/
+80
*
Added 1 wrapped function to libexpat
ptitSeb
2023-03-18
1
-1
/
+1
*
Added some wrapped functions to libcurl
ptitSeb
2023-03-18
1
-14
/
+14
*
Added some wrapped functions to libgio2 and libglib2
ptitSeb
2023-03-18
5
-18
/
+14
*
Added some wrapped function to libatspi
ptitSeb
2023-03-18
4
-18
/
+100
*
Added a wrapped function to libxcbdri3
ptitSeb
2023-03-18
1
-1
/
+1
*
Added some more wrapped function to libatk
ptitSeb
2023-03-18
4
-18
/
+47
*
[RV64_DYNAREC] Fixed an issue with UFLAG_OP12 helper macro
ptitSeb
2023-03-18
1
-1
/
+1
*
Added some libatk wrapped functions
ptitSeb
2023-03-18
1
-10
/
+10
*
[RV64_DYNAREC] Added F7 except /3 opcodes, plus some fixes (and test05 run al...
ptitSeb
2023-03-18
4
-13
/
+268
*
Added 3 more function to libasound
ptitSeb
2023-03-18
4
-3
/
+34
*
Added some wrapped function to libdrm
ptitSeb
2023-03-18
1
-8
/
+8
*
[ARM64_DYNAREC] Fixed a potential issue with F7/7 IDIV opcode
ptitSeb
2023-03-18
1
-2
/
+2
*
Removed an optim on TLS, it break things (fix regression on exiting many game...
ptitSeb
2023-03-18
1
-1
/
+1
*
[RV64_DYNAREC] Added 66 C1 opcodes
ptitSeb
2023-03-18
2
-0
/
+133
*
[RV64_DYNAREC] Added 69 IMUL opcode
ptitSeb
2023-03-18
1
-0
/
+33
*
[RV64_DYNAREC] Added 0F BF MOVSX opcode
ptitSeb
2023-03-18
1
-0
/
+16
*
[RV64_DYNAREC] Added 0F BE MOVSX opcode
ptitSeb
2023-03-18
1
-0
/
+24
*
[RV64_DYNAREC] Added 66 C7 MOV opcode
ptitSeb
2023-03-18
1
-0
/
+20
*
[RV64_DYNAREC] Added 09 OR opcode
ptitSeb
2023-03-18
3
-1
/
+44
*
[RV64_DYNAREC] Added D3 /4 /5 SHL opcode
ptitSeb
2023-03-18
3
-6
/
+61
*
[RV64_DYNAREC] Added D3/7 SAR opcode
ptitSeb
2023-03-18
2
-0
/
+27
*
[RV64_DYNAREC] Added 99 CDQ opcode
ptitSeb
2023-03-18
1
-1
/
+9
*
[RV64_DYNAREC] Added 63 MOVSXD opcode
ptitSeb
2023-03-18
1
-0
/
+23
*
[RV64_DYNAREC] Added 88 MOV opcode
ptitSeb
2023-03-18
1
-0
/
+39
*
[RV64_DYNAREC] Added 83 /1 OR opcode
ptitSeb
2023-03-18
3
-4
/
+48
*
[RV64_DYNAREC] Added 0F B6/B7 MOVZX opcodes
ptitSeb
2023-03-18
1
-0
/
+41
*
Added some wrapped libfreetype symbols (for #581)
ptitSeb
2023-03-17
4
-3
/
+17
*
[RV64_DYNAREC] Added 03 ADD opcode (#582)
xctan
2023-03-17
1
-0
/
+9
[next]