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
*
[RV64_DYNAREC] Added more 66 0F opcodes (#734)
Yang Liu
2023-04-23
1
-14
/
+174
*
Reworked a bit wrapped libc functions signatures
ptitSeb
2023-04-23
4
-344
/
+434
*
Cosmetic change to wrapped pthread private
ptitSeb
2023-04-23
1
-47
/
+44
*
[RV64_DYNAREC] Added more opcodes (#733)
Yang Liu
2023-04-23
6
-2
/
+126
*
Reworked libgl wrapped signatures
ptitSeb
2023-04-23
4
-2691
/
+2785
*
Added a bunch of wrapped functions (for #725)
ptitSeb
2023-04-23
16
-28
/
+132
*
[ARM64_DYNAREC] Small fix for 0F AE /7 opcode
ptitSeb
2023-04-23
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes (#730)
Yang Liu
2023-04-23
9
-9
/
+244
*
Added more gtk3 wrapped functions (#731)
lizhuoheng
2023-04-23
7
-11
/
+456
*
Added more gtk3 wrapped functions (#727)
lizhuoheng
2023-04-23
5
-10
/
+294
*
[RV64_DYNAREC] Added more opcodes for SV (#726)
xctan
2023-04-22
6
-18
/
+182
*
[DYNAREC] Fixed vsyscall bridge
ptitSeb
2023-04-22
1
-28
/
+9
*
Another fix for dlopen with RTLD_NOLOAD when lib was already loaded elswhere ...
ptitSeb
2023-04-22
1
-0
/
+1
*
inc ref count for dlopen with RTL_NOLOAD
ptitSeb
2023-04-22
1
-3
/
+2
*
Fixed and improved __cxa_atexit handling
ptitSeb
2023-04-22
5
-11
/
+17
*
Fixed gtk2 apps, broken since #720
ptitSeb
2023-04-21
3
-4
/
+7
*
Added A1/A2/A3 MOV opcodes (#723)
Yang Liu
2023-04-21
1
-0
/
+20
*
[WRAPPER] Fix my___vsnprintf_chk (#722)
xctan
2023-04-21
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes (#721)
Yang Liu
2023-04-21
2
-12
/
+125
*
Fixed a macro and change chinese comment to english
ptitSeb
2023-04-21
2
-2
/
+2
*
[RV64_DYNAREC] Added more opcodes (#719)
Yang Liu
2023-04-21
3
-2
/
+155
*
Added more gtk3 wrapped functions (#720)
lizhuoheng
2023-04-21
7
-16
/
+147
*
[DYNAREC] Fixed an optimisation in getDBSize helper function
ptitSeb
2023-04-20
1
-0
/
+1
*
[RV64_DYNAREC] Added more opcodes (#718)
Yang Liu
2023-04-20
5
-2
/
+161
*
[RV64_DYNAREC] Added more opcodes (#717)
Yang Liu
2023-04-20
3
-10
/
+39
*
[DYNAREC] Try to test last opcode at end of block for unimplemented opcode
ptitSeb
2023-04-20
2
-3
/
+9
*
[RV64_DYNAREC] Added more opcodes and some fixes (#716)
Yang Liu
2023-04-20
5
-53
/
+148
*
[RV64_DYNAREC] Various fixes on many opcodes
ptitSeb
2023-04-19
9
-33
/
+47
*
[DYNAREC] Fixed signature of x64test function
ptitSeb
2023-04-19
1
-1
/
+1
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
7
-12
/
+23
*
[ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcode
ptitSeb
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] More fixes to a few opcodes
ptitSeb
2023-04-19
2
-1
/
+34
*
[RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)
Yang Liu
2023-04-19
1
-25
/
+23
*
Fixed non-dynarec build
ptitSeb
2023-04-19
1
-0
/
+4
*
[RV64_DYNAREC] Some fixes and small improvement to a few opcodes
ptitSeb
2023-04-19
3
-18
/
+20
*
[DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...
ptitSeb
2023-04-19
1
-0
/
+8
*
Added some weixin support (not really tested, for #711)
ptitSeb
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] Fixed some bugs (#714)
Yang Liu
2023-04-19
2
-3
/
+3
*
[RV64_DYNAREC] Added more opcodes (#712)
xctan
2023-04-19
6
-3
/
+173
*
[RV64_DYNAREC] Added more opcode and some fixes (#710)
Yang Liu
2023-04-18
7
-22
/
+181
*
[ELF] Fixed a use-after-free issue (#709)
Yang Liu
2023-04-18
1
-2
/
+3
*
[WRAPPER] Added more fontconfig wrapped functions (#708)
Yang Liu
2023-04-18
1
-2
/
+2
*
[RV64_DYNAREC] Added F3 0F BD and 66 29 opcodes
ptitSeb
2023-04-17
2
-0
/
+67
*
[RV64_DYNAREC] Fixed SSE_LOOP_FQ helper macro
ptitSeb
2023-04-17
1
-2
/
+2
*
[RV64_DYNAREC] Added more opcodes (#706)
Yang Liu
2023-04-17
5
-2
/
+152
*
Fixed issue with program using getopts
ptitSeb
2023-04-17
1
-35
/
+43
*
[RV64_DYNAREC] Added more opcodes (#705)
Yang Liu
2023-04-17
6
-6
/
+126
*
Do less stuff in signal if it will not be printed out
ptitSeb
2023-04-17
1
-47
/
+49
*
[WRAPPER] Fixed mpg123 wrapper (#704)
Yang Liu
2023-04-17
6
-36
/
+3
*
[DYNAREC] Do not compute db on nn-block jump if no dynarec_log is used
ptitSeb
2023-04-16
1
-3
/
+5
[next]