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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
[BOX32] Fixed 32bits localtime_r wrapped function
ptitSeb
1
-2
/
+4
2024-08-29
[BOX32] Added more 32bits wrapped function and more fixes
ptitSeb
9
-15
/
+108
2024-08-29
[TRACE] Added one 32bits jump decoding dest address
ptitSeb
1
-0
/
+4
2024-08-29
[BOX32][TRACE] Improve function trace log
ptitSeb
1
-65
/
+65
2024-08-29
[TRACE] Improved trace on symbol name
ptitSeb
6
-37
/
+74
2024-08-28
[RV64_DYNAREC] Fixed a falsy optimization, better EMIT macro (#1769)
Yang Liu
5
-14
/
+36
2024-08-28
[RV64_DYNAREC] Optimized jump_to_next using XTheadBb instructions (#1768)
Yang Liu
2
-25
/
+53
2024-08-28
[BOX32][RV64_DYNAREC] Fixed more issues and enable CI for box32 (#1767)
Yang Liu
7
-43
/
+62
2024-08-28
[BOX32] More wrapped 32bits functions, and some fixes too
ptitSeb
13
-40
/
+198
2024-08-28
[BOX32] More 32bits wrapped functions
ptitSeb
12
-110
/
+188
2024-08-28
[BOX32] Adding some more 32bits wrapped functions
ptitSeb
11
-74
/
+138
2024-08-28
[ARM64_DYNAREC] Not using simpleWrapper when dynarec_test is on
ptitSeb
1
-4
/
+4
2024-08-28
[BOX32][RV64_DYNAREC] Added preliminary box32 support to RV64 (#1766)
Yang Liu
6
-35
/
+38
2024-08-28
[BOX32] Fixed some error log in elfloader32
ptitSeb
1
-3
/
+3
2024-08-27
[RV64_DYNAREC] Added a fast path for some 16bit opcodes (#1765)
Yang Liu
2
-58
/
+73
2024-08-27
[ARM64_DYNAREC] Small refactor around get_segdata usage
ptitSeb
2
-11
/
+15
2024-08-27
[RV64_DYNAREC] Added a fast path for some 8bit opcodes (#1763)
Yang Liu
3
-2
/
+75
2024-08-27
[CTEST] Use BOX64_LD_LIBRARY_PATH instead of default LD_LIBRARY_PATH (#1764)
KreitinnSoftware
1
-2
/
+2
2024-08-27
[ARM64_DYNAREC] Mark new upper YMM part as new, so the can be unwind too (for...
ptitSeb
1
-1
/
+2
2024-08-27
Revert "[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_L...
KreitinnSoftware
2
-4
/
+20
2024-08-26
Added preliminary Box32 support (#1760)
ptitSeb
914
-1022
/
+25927
2024-08-26
[RV64_DYNAREC] Fix some typos in docs and dynarec/rv64 (#1758)
WANG Guidong
12
-45
/
+45
2024-08-26
[EMU] [ARM64_DYNAREC] Fix Some Warnings on Clang Compilers (#1757)
KreitinnSoftware
5
-7
/
+7
2024-08-25
[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 ...
KreitinnSoftware
2
-20
/
+4
2024-08-25
[RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1755)
Yang Liu
9
-73
/
+86
2024-08-25
More fixes
Yang Liu
1
-2
/
+2
2024-08-24
Try to fix SSE type transformation
Yang Liu
3
-29
/
+61
2024-08-20
[RV64,LA64_DYNAREC] Remove useless #if directives
Yang Liu
2
-11
/
+1
2024-08-19
[RV64_DYNAREC] Disable vector extension by default until it's ready.
Yang Liu
1
-1
/
+7
2024-08-19
Forgot to expose adx extension in cpuinfo virtual file
ptitSeb
1
-2
/
+3
2024-08-19
Forgot to expose f16c, xsave and randr extensions in cpuinfo virtual file
ptitSeb
1
-1
/
+7
2024-08-18
[RV64_DYNAREC] Set the log level to Info for the LOCK CMPXCHG16B warning, to ...
ptitSeb
1
-1
/
+1
2024-08-18
[HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...
ptitSeb
2
-1
/
+12
2024-08-18
warn only once
Yang Liu
1
-1
/
+3
2024-08-18
Slightly improved LOCK CMPXCHG16B opcode
Yang Liu
1
-4
/
+6
2024-08-18
[RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcode
Yang Liu
1
-0
/
+1
2024-08-18
[HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...
ptitSeb
2
-1
/
+12
2024-08-17
[BOX32] Added 32bits elf reloc type rel handling
ptitSeb
7
-32
/
+591
2024-08-17
[BOX32] Added 32bits elf alloc and load
ptitSeb
8
-8
/
+289
2024-08-17
warn only once
Yang Liu
1
-1
/
+3
2024-08-17
Slightly improved LOCK CMPXCHG16B opcode
Yang Liu
1
-4
/
+6
2024-08-17
[RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcode
Yang Liu
1
-0
/
+1
2024-08-17
[BOX32] Added 32bits elf header parser and dumper
ptitSeb
10
-417
/
+907
2024-08-17
[BOX32] prepare elfheader_t structure for 32bits elfs
ptitSeb
14
-347
/
+995
2024-08-16
[RV64_DYNAREC] Added more opcodes (#1740)
Yang Liu
5
-49
/
+147
2024-08-16
[LA64_DYNAREC] Port recent RV64 fixes (#1739)
Yang Liu
5
-43
/
+55
2024-08-16
Added more curl function wrapper (#1738)
Yang Liu
6
-14
/
+172
2024-08-16
[RV64_DYNAREC] Added 66 0F 3A 63 PCMPISTRI opcode (#1735)
Yang Liu
2
-10
/
+39
2024-08-16
Added 1 more gtk3 function wrapper (#1737)
Yang Liu
1
-0
/
+1
2024-08-16
[RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)
Yang Liu
2
-2
/
+6
[prev]
[next]