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
/
dynarec
/
arm64
/
dynarec_arm64_64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM64_DYNAREC] Better handling for invalid opcodes
ptitSeb
2025-10-14
1
-52
/
+77
*
[ARM64_DYNAREC] Added 64/65 F3 0F 7F opcode
ptitSeb
2025-07-16
1
-0
/
+21
*
[ARM64_DYNAREC] Improved handling of last_ip
ptitSeb
2025-06-24
1
-0
/
+1
*
[DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)
ptitSeb
2025-06-19
1
-1
/
+1
*
[DYNACACHE] More work on dynache relocation
ptitSeb
2025-06-15
1
-0
/
+1
*
[DYNACACHE] Created a const table, for later use in internal relocation ([ARM...
ptitSeb
2025-06-13
1
-12
/
+12
*
[ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes (#2730)
Yang Liu
2025-06-12
1
-1
/
+1
*
[ARM64_DYNAREC] Removed redundant flags save/restore around call_c (#2725)
Yang Liu
2025-06-11
1
-8
/
+8
*
[ARM64_DYNAREC] Added 64/65 0F BF opcode (for #2716)
ptitSeb
2025-06-09
1
-0
/
+21
*
[ARM64_DYNAREC] Few fixes and small cosmetic changes to some partial (V)MOV o...
ptitSeb
2025-04-23
1
-1
/
+1
*
[ARM64_DYNAREC] Various improvment to various SSE/AVX 128bits/256bits mov op...
ptitSeb
2025-04-23
1
-1
/
+1
*
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...
ptitSeb
2025-04-09
1
-2
/
+10
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
[ARM64_DYNAREC] More work on UD flags
ptitSeb
2025-02-17
1
-31
/
+43
*
[INTERP] Added more nops ([DYNAREC] too) (#2377)
Yang Liu
2025-02-17
1
-1
/
+7
*
[ARM64_DYNAREC] Continue work on UD flags
ptitSeb
2025-02-17
1
-32
/
+48
*
[ARM64_DYNAREC] Improved safeflags=2
ptitSeb
2025-02-16
1
-11
/
+31
*
[ARM64_DYNAREC] More work on flag
ptitSeb
2025-02-12
1
-32
/
+31
*
[DYNAREC] Optimized grab_segdata calls on MODREG (#2319)
Yang Liu
2025-02-07
1
-53
/
+53
*
[ARM64_DYNAREC] Added more details on Need optim message for easier grep
ptitSeb
2025-02-03
1
-2
/
+2
*
[ARM64_DYNAREC] Small improvment on 64 prefixed opcodes
ptitSeb
2025-02-02
1
-63
/
+17
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-12
/
+9
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-20
/
+20
*
[ARM64_DYNAREC] Added 64/65 1B opcode
ptitSeb
2025-01-18
1
-0
/
+11
*
[ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)
Yang Liu
2025-01-16
1
-9
/
+9
*
[DYNAREC] Cleanup modreg (#2209)
Yang Liu
2024-12-25
1
-1
/
+1
*
[ARM64_DYNAREC] Force flags to be at least defered when priv opcode is run on...
ptitSeb
2024-12-11
1
-2
/
+10
*
[DYNAREC] Introduced TO_NAT to ease register mapping changes in future (#2111)
Yang Liu
2024-12-05
1
-19
/
+19
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
1
-1
/
+1
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits TEST opcodes
ptitSeb
2024-11-14
1
-2
/
+1
*
[ARM64_DYNAREC] Some refactor on 8/16/32/64bits SHL/SHR/SAR opcodes
ptitSeb
2024-11-14
1
-0
/
+6
*
[ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodes
ptitSeb
2024-11-14
1
-2
/
+2
*
[ARM64_DYNAREC] Improved div/idiv opcode flags (non)handling
ptitSeb
2024-11-13
1
-2
/
+12
*
[ARM64_DYNAREC] Improved 32/64bits imul/mul opcodes flags handling
ptitSeb
2024-11-13
1
-29
/
+75
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-0
/
+35
*
Added 64/65 69 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-0
/
+73
*
Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)
ptitSeb
2024-10-31
1
-0
/
+24
*
[ARM64_DYNAREC] More work around native flags handling
ptitSeb
2024-10-20
1
-32
/
+28
*
[INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)
ptitSeb
2024-10-13
1
-0
/
+11
*
[DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909)
Yang Liu
2024-10-07
1
-4
/
+11
*
[ARM64_DYNAREC] Added 64 88 opcode
ptitSeb
2024-10-07
1
-17
/
+52
*
[ARM64_DYNAREC] Added 64 A8 opcode
ptitSeb
2024-09-24
1
-0
/
+9
*
[ARM64_DYNAREC] Added 64 0F 28/29 opcodes
ptitSeb
2024-09-09
1
-0
/
+47
*
[ARM64_DYNAREC] Small refactor around get_segdata usage
ptitSeb
2024-08-27
1
-4
/
+8
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-20
/
+72
*
[ARM64_DYNAREC] Some small improvments to ROR/ROL/RCR/RCL opcodes
ptitSeb
2024-08-11
1
-2
/
+2
*
[DYNAREC] Remove BARRIER_NEXT macro
ptitSeb
2024-07-29
1
-1
/
+0
*
[ARM64_DYNAREC] Added 64/65 70-7F/EB opcodes
ptitSeb
2024-06-30
1
-0
/
+22
*
[ARM64_DYNAREC] Use optimized rcl/rcr emiter for remaining opcodes with 64/65...
ptitSeb
2024-05-19
1
-14
/
+6
*
[ARM64_DYNAREC] Added 64/65 13 opcode
ptitSeb
2024-05-15
1
-0
/
+11
[next]