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
/
emu
/
x64run64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved emit functions to seperate files from signals.h (#2516)
Yang Liu
2025-04-09
1
-1
/
+1
*
Decoupled alternate functions from bridge (#2500)
Yang Liu
2025-04-03
1
-1
/
+1
*
[INTERP] Better handling of default NAN for a few opcodes, more to come
ptitSeb
2025-04-03
1
-0
/
+3
*
Moved some emit functions to os.h (#2494)
Yang Liu
2025-04-02
1
-2
/
+2
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-1
/
+1
*
[INTERP] Added more nops ([DYNAREC] too) (#2377)
Yang Liu
2025-02-17
1
-0
/
+7
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-4
/
+4
*
[INTERPRETER][COSIM] Better flags for btx opcode familly when running cosim
ptitSeb
2024-12-11
1
-0
/
+24
*
[RV64] Added nan propagation emulation for interpreter and DynaRec (#2091)
Yang Liu
2024-11-28
1
-0
/
+2
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-2
/
+2
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-13
/
+5
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
1
-0
/
+15
*
Added 64/65 69 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-0
/
+11
*
Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)
ptitSeb
2024-10-31
1
-0
/
+15
*
[NTERPRETER] Added 64 F6 opcodes (for #1932)
ptitSeb
2024-10-13
1
-0
/
+35
*
[INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)
ptitSeb
2024-10-13
1
-0
/
+9
*
[CI] Refactored CI (#1795)
Yang Liu
2024-09-05
1
-3
/
+0
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+9
*
[INTERPRETER] Added 64/65 F3 0F 58 opcode
ptitSeb
2024-06-25
1
-0
/
+13
*
[COSIM] Added thread-safe tests (#1477)
Yang Liu
2024-04-30
1
-0
/
+3
*
[INTERPRETER] Added 64 EB opcode (for #1347)
ptitSeb
2024-03-08
1
-0
/
+5
*
[INTERPRETER] Added 64/65 86 opcode (for #1156)
ptitSeb
2023-12-23
1
-0
/
+26
*
[INTERPRETER] Added 64/65 0F BA opcode (for #1146)
ptitSeb
2023-12-18
1
-0
/
+95
*
Added 64/65 [64/65] 90 opcode ([ARM64_DYNAREC] Too)
ptitSeb
2023-11-15
1
-1
/
+16
*
Added 64/65 8E opcode (for #982)
ptitSeb
2023-09-17
1
-1
/
+6
*
Added 64 0F B7 opcode (for #958)
ptitSeb
2023-08-30
1
-0
/
+12
*
[32BITS] Added 64 67 8B opcode (for #870)
ptitSeb
2023-07-16
1
-0
/
+5
*
A few Push/Pop fixes and cleanups (#878)
Alexandre Julliard
2023-07-03
1
-6
/
+6
*
[INTERP] Added more opcodes (#852)
Yang Liu
2023-06-23
1
-1
/
+18
*
[32BITS] Various small fixes in 32bits interpreter
ptitSeb
2023-06-18
1
-14
/
+19
*
Added 64 8F opcode
ptitSeb
2023-06-18
1
-0
/
+21
*
[32BITS] Fixed some issue reading rex in 32bits mode
ptitSeb
2023-06-18
1
-4
/
+5
*
Added some support for 32bits code (doesn't seems enough for wow64 yet)
ptitSeb
2023-06-18
1
-21
/
+64
*
Added 65 8D opcode ([ARM64_DYNAREC] too) (for #766)
ptitSeb
2023-05-05
1
-0
/
+10
*
Added 64/65 A1 opcode
ptitSeb
2023-05-04
1
-0
/
+8
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-0
/
+7
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
1
-28
/
+40
*
Fixed 64 F3 0F 5A ocpode (still for #432)
ptitSeb
2022-10-25
1
-0
/
+1
*
Added 64 F3 0F 5A opcode (for #432)
ptitSeb
2022-10-25
1
-0
/
+12
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
1
-19
/
+16
*
Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)
ptitSeb
2022-07-04
1
-26
/
+4
*
Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)
ptitSeb
2022-07-03
1
-0
/
+26
*
Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)
ptitSeb
2022-03-05
1
-0
/
+14
*
Added 64 63 opcode ([DYNAREC] Too)
ptitSeb
2022-03-05
1
-0
/
+13
*
Added 64 0F 11 opcode ([DYNAREC] too)
ptitSeb
2022-03-03
1
-0
/
+6
*
Added 64 8A opcode ([DYNAREC] too) (for #171)
ptitSeb
2021-11-22
1
-1
/
+6
*
Added 64 66 89 and changed 64 66 0F D6 opcodes ([DYNAREC] too) (for #77)
ptitSeb
2021-07-30
1
-28
/
+1
*
Added 64 F7 opcode ([DYNAREC] too) (for #73)
ptitSeb
2021-07-27
1
-0
/
+71
*
Added 64 0F B6 ocpode (for #28)
ptitSeb
2021-07-08
1
-0
/
+7
*
Added 64 FF ocpodes (for #20)
ptitSeb
2021-07-05
1
-1
/
+73
[next]