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
*
[ARM64_DYNAREC] Simplified defered flags handling and limited case where Upda...
ptitSeb
2025-07-10
9
-42
/
+15
*
Default x64emu_t structure for thread now point to a valid IP, just in case
ptitSeb
2025-07-10
1
-1
/
+1
*
[RCFILE] Fixed profile per lib/dll that was using default instead of curent e...
ptitSeb
2025-07-09
5
-1
/
+8
*
[ARM64_DYNAREC] Removed fastpath for (V)MINPD/MAXPD as it's too inexact
ptitSeb
2025-07-09
2
-32
/
+14
*
[ARM64_DYNAREC] Fined tuned UD value for BSR/BSF
ptitSeb
2025-07-09
2
-4
/
+6
*
[INTERP] Fined tuned UD value for BSR/BSF
ptitSeb
2025-07-09
2
-8
/
+16
*
[ARM64_DYNAREC] Fixed rare sideeffect of 32bits cmpxchg opcode
ptitSeb
2025-07-09
2
-2
/
+4
*
[ARM64_DYNAREC] Better handling of shift 0 for rcl/rct 16bits
ptitSeb
2025-07-09
1
-0
/
+2
*
[LA64_DYNAREC] Fix la64 avx->sse same reg migration. (#2801)
phorcys
2025-07-09
1
-1
/
+3
*
[LA64_DYNAREC] Opt/fix la64 avx mov ops. (#2800)
phorcys
2025-07-09
3
-15
/
+6
*
[LA64_DYNAREC] Add la64 avx bitwise ops. (#2780)
phorcys
2025-07-09
7
-33
/
+305
*
[WRAPPER] added one missing wrapped function to libasound (for #2796)
ptitSeb
2025-07-08
1
-0
/
+1
*
[WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799)
Leslie Zhai
2025-07-05
4
-2
/
+102
*
[LA64_DYNAREC] Fix VEX.0f.17 VMOVHPS, one break missing. (#2798)
phorcys
2025-07-05
1
-0
/
+1
*
[WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)
ptitSeb
2025-07-04
8
-13
/
+14
*
[WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795)
Leslie Zhai
2025-07-04
4
-1
/
+21
*
[WOW64] This should fix the build
ptitSeb
2025-07-03
1
-0
/
+1
*
[BOX32] Simplified and improved 32bits memory management
ptitSeb
2025-07-03
3
-13
/
+21
*
[WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8
ptitSeb
2025-07-03
1
-0
/
+1
*
[BOX32] Do not try to switch personality on RV64 or LA64 arch
ptitSeb
2025-07-03
1
-0
/
+2
*
[BOX32] Relaunch box32 to set personality to 32bits
ptitSeb
2025-07-03
1
-0
/
+26
*
[INTERP] Small change in Alternate handling
ptitSeb
2025-07-03
1
-6
/
+11
*
[ARM64_DYNAREC] Small cosmetic change in indirect_lookup
ptitSeb
2025-07-03
1
-2
/
+4
*
[ARM64_DYNAREC] Added unused LRCPC emitters
ptitSeb
2025-07-03
1
-0
/
+10
*
[WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (...
Leslie Zhai
2025-07-03
8
-10
/
+43
*
[DYNAREC] Fixed a potential issue where defered flags are not computed/reset ...
ptitSeb
2025-07-02
4
-4
/
+5
*
[TRACE] Fixed the jump from instruction idx for Extend blcok in trace
ptitSeb
2025-07-02
1
-1
/
+1
*
Simplified a bit ROLLING_LOG buffer handling
ptitSeb
2025-07-01
5
-23
/
+15
*
[ARM64_DYNAREC] Optimized propate XMM/YMM unused helpers
ptitSeb
2025-07-01
1
-26
/
+11
*
[ARM64_DYNAREC] Fixed a regression introduced with 4903177bab1f3324a0faeedd96...
ptitSeb
2025-06-30
1
-1
/
+1
*
[DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust som...
ptitSeb
2025-06-30
7
-46
/
+203
*
[ARM64_DYNAREC] Added 66 8D opcode
ptitSeb
2025-06-29
1
-1
/
+16
*
[ARM64_DYNAREC] Added 67 9C opcode
ptitSeb
2025-06-29
1
-0
/
+6
*
[ARM64_DYNAREC] Made (V)M(IN/AX)P(D/S) opcodes always exact, it's inexpensive...
ptitSeb
2025-06-29
2
-34
/
+14
*
[INTERP] Added 67 9C opcode (for LEGO2Kdrive)
ptitSeb
2025-06-28
1
-0
/
+6
*
[INTERP] Small imrpvoment for 0F 03 opcode
ptitSeb
2025-06-28
1
-1
/
+1
*
[INTERP] Added 0F 03 opcode (for LEGO2Kdrive)
ptitSeb
2025-06-28
1
-0
/
+14
*
[ARM64_DYNAREC] Use Unaligned sepcial handling to handle rare case of 32bits ...
ptitSeb
2025-06-28
1
-4
/
+21
*
[LA64_DYNAREC] Removed some TABLE64 usage (#2782)
Yang Liu
2025-06-27
1
-21
/
+12
*
[LA64_DYNAREC] Add la64 avx load/store ops part 4. (#2775)
phorcys
2025-06-27
1
-0
/
+252
*
[LA64_DYNAREC] Optimized GETIP macro (#2781)
Yang Liu
2025-06-27
6
-51
/
+49
*
[LA64_DYNAREC] Removed some redundant macro definitions (#2778)
Yang Liu
2025-06-26
1
-2
/
+0
*
[DYNACACHE][LA64] More work on internal reloc (#2779)
Yang Liu
2025-06-26
5
-13
/
+23
*
[LA64_DYNAREC] Add la64 avx load/store ops part 3. (#2774)
phorcys
2025-06-26
6
-10
/
+416
*
[LA64_DYNAREC] Add la64 avx load/store ops part 2. (#2773)
phorcys
2025-06-26
2
-0
/
+113
*
[ARM64_DYNAREC] Fixed opcode name for VDIVPD
ptitSeb
2025-06-25
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed some extended instance of VCMPSD opcodes
ptitSeb
2025-06-25
1
-3
/
+3
*
[INTERP] Improved 32bits to 16bits float conversion
ptitSeb
2025-06-25
1
-6
/
+21
*
[INTERP] More work on UD flags
ptitSeb
2025-06-25
1
-5
/
+17
*
[INTERP] More work on UD flags
ptitSeb
2025-06-25
1
-6
/
+11
[next]