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
...
*
[INTERPRETER] Added a check of CS validity on IRET opcode
ptitSeb
2025-01-06
1
-27
/
+41
*
[BOX32] Fixed some signature issues with wrapped libXrender
ptitSeb
2025-01-06
8
-48
/
+151
*
[WRAPPED] Added xdr_string and xdr_free (#2235)
Leslie Zhai
2025-01-06
1
-2
/
+2
*
Fix crash with incorrect argv[0]: rewrite it only if "box64" is present (#2233)
ValdikSS
2025-01-06
1
-3
/
+8
*
[DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...
ptitSeb
2025-01-05
6
-180
/
+54
*
[INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...
ptitSeb
2025-01-05
5
-4
/
+115
*
[ARM64_DYNAREC] Added a new emiter
ptitSeb
2025-01-05
1
-0
/
+1
*
[ARM64_DYNAREC] Small improvments on (V)PMOVMSKB opcodes
ptitSeb
2025-01-05
2
-18
/
+11
*
[ARM64_DYNAREC] Small optim on specific case of XOR with -1 const
ptitSeb
2025-01-04
1
-2
/
+6
*
[INTERPRETER] Fixed opcode name in comment
ptitSeb
2025-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is used
ptitSeb
2025-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Small improvment on edge cases double to int x87 conversions
ptitSeb
2025-01-04
2
-15
/
+28
*
[DYNAREC] Appended instruction name to symbol (#2228)
Leslie Zhai
2025-01-03
6
-7
/
+7
*
[ARM64_DYNAREC] Small fixes to sse info retreiving on signal
ptitSeb
2025-01-02
1
-3
/
+2
*
[ARM64_DYNAREC] Fixed native flags with signal, and added sse handling
ptitSeb
2025-01-02
2
-17
/
+54
*
[ARM64_DYNAREC] Change native flags handling in signal to make it more extens...
ptitSeb
2025-01-02
2
-33
/
+186
*
[ARM64_DYNAREC] Improved ADCX opcode
ptitSeb
2025-01-01
1
-5
/
+19
*
[ARM64_DYNAREC] Improved native flags handling
ptitSeb
2025-01-01
1
-14
/
+28
*
[ARM64_DYNAREC] Improved a bit MULX opcode
ptitSeb
2025-01-01
2
-8
/
+14
*
[ARM64_DYNAREC] Small improvements to POPCNT and ADOX opcodes
ptitSeb
2025-01-01
1
-3
/
+7
*
[BOX32] Fixed build
ptitSeb
2024-12-31
2
-2
/
+2
*
[ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)
ptitSeb
2024-12-31
7
-50
/
+270
*
[ARM64_DYNAREC] Fixed some issue with shrd/shld opcodes
ptitSeb
2024-12-31
2
-16
/
+12
*
[ARM64_DYNAREC] Small improvement to MULX opcode
ptitSeb
2024-12-30
1
-2
/
+8
*
[WRAPPER] Fixed a small mystake with latest ALTNAME work
ptitSeb
2024-12-28
1
-1
/
+1
*
[WRAPPED][ANDROID] Add libGL ALTNAME (#2225)
olegos2
2024-12-28
1
-0
/
+1
*
[ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224)
olegos2
2024-12-28
25
-101
/
+23
*
Spelling/typo fixes in code and documentation updates (#2223)
olegos2
2024-12-28
12
-22
/
+22
*
Use uname -m to get CPU architecture (#2222)
東雲なの
2024-12-28
1
-1
/
+1
*
[LA64_DYNAREC] Some minor fixes on bad variable usage (#2221)
Yang Liu
2024-12-28
1
-6
/
+4
*
[ARM64_DYNAREC][TRACE] Added printer for CNT opcode
ptitSeb
2024-12-28
1
-0
/
+9
*
[INTERPRETER] Fixed 32bits ADCX/ADOX opcodes
ptitSeb
2024-12-28
2
-5
/
+6
*
[ARM64_DYNAREC] Fixed and improved flags for F3 0F B8 opcode
ptitSeb
2024-12-28
1
-4
/
+12
*
[INTERPRETER] Added 66 F3 0F B8 opcode
ptitSeb
2024-12-28
1
-0
/
+17
*
[INTERPRETER] Small (mostly cosmetic) change to POCNT opcode
ptitSeb
2024-12-28
1
-1
/
+0
*
[ANDROID] Another attempt at fixing the build
ptitSeb
2024-12-27
2
-19
/
+11
*
[ANDROID] Fix build
ptitSeb
2024-12-27
2
-14
/
+10
*
[ANDROID] Fixed definition of android_sigaction_t
ptitSeb
2024-12-27
1
-1
/
+1
*
[ANDROID] Try to fix signal handling on android
ptitSeb
2024-12-27
2
-0
/
+24
*
Exposed MMXext for CPUTYPE=1
ptitSeb
2024-12-27
1
-1
/
+1
*
[INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodes
ptitSeb
2024-12-27
4
-3
/
+82
*
[BOX32] Adapted signatures of 2 32bits libc wrapped functions
ptitSeb
2024-12-27
4
-2
/
+6
*
Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD specifi...
ptitSeb
2024-12-27
4
-123
/
+328
*
[ARM64_DYNAREC] Small optim for some specific case of slhd32 emiter
ptitSeb
2024-12-27
1
-2
/
+0
*
[LA64_DYNAREC] Fixed some minor issues on LBT path (#2218)
Yang Liu
2024-12-27
3
-3
/
+3
*
[WRAPPER] Added 3 more wrapped functions to libxcb and freetype (for #2217)
ptitSeb
2024-12-26
2
-3
/
+4
*
[INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...
ptitSeb
2024-12-26
3
-97
/
+227
*
[ARM64_DYNAREC] Fixed 67 8D opcode
ptitSeb
2024-12-26
1
-3
/
+1
*
[DYNAREC] Implement perf map (#2212)
Leslie Zhai
2024-12-26
7
-5
/
+58
*
[LA64_DYNAREC] Added hardware wall-clock support (#2216)
Yang Liu
2024-12-26
5
-13
/
+43
[prev]
[next]