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
/
x64run.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-11
/
+18
*
[INTERPRETER] Zero'd upper 32bits of regs when switching to 32bits from 64bits
ptitSeb
2024-11-15
1
-21
/
+86
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-1
/
+1
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
1
-4
/
+4
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
1
-5
/
+6
*
Generate a SIGILL on unimplemented opcode
ptitSeb
2024-10-30
1
-0
/
+1
*
Make BOX64_IGNOREINT3 also ignore other privilged instructions
ptitSeb
2024-10-24
1
-1
/
+16
*
[INTERPRETER] Worked on CF IRET opcode
ptitSeb
2024-10-04
1
-7
/
+9
*
[INTEPRETER] Added a check on CS for CA/CB opecodes
ptitSeb
2024-09-24
1
-2
/
+10
*
[CI] Refactored CI (#1795)
Yang Liu
2024-09-05
1
-54
/
+1
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+9
*
Improved exception/int 3 handling
ptitSeb
2024-07-21
1
-1
/
+12
*
Improved TF handling
ptitSeb
2024-07-21
1
-2
/
+3
*
[INTERPRETER] Fixed some issue with INT opcodes and STEP logic
ptitSeb
2024-07-17
1
-3
/
+3
*
Fixes (#1659)
rajdakin
2024-07-09
1
-2
/
+2
*
[INTERPRETER] opcode F1 is valid alson in 64bits
ptitSeb
2024-06-24
1
-4
/
+0
*
[INTERPRETER] Added 32bits F1 opcode
ptitSeb
2024-06-24
1
-0
/
+10
*
[COSIM] Some improvment to avoid segfault in edge cases
ptitSeb
2024-06-17
1
-1
/
+1
*
[INTERPRETER] Added BMI1, BMI2 and ADX extensions
ptitSeb
2024-05-31
1
-6
/
+6
*
[ARM64_DYNAREC] Added a fisrt 128bits only AVX opcode
ptitSeb
2024-05-30
1
-2
/
+0
*
[INTERPRETER] Some fixes and small refactor on avx handling
ptitSeb
2024-05-27
1
-23
/
+0
*
[INTERPRETER] Added avx (66 0F 38) 00 opcode
ptitSeb
2024-05-27
1
-1
/
+1
*
[INTERPRETER] Added avx (66 0F 3A) 44 opcode
ptitSeb
2024-05-27
1
-9
/
+9
*
[INTERPRETER] my first avx opcode
ptitSeb
2024-05-26
1
-4
/
+72
*
[COSIM] Added thread-safe tests (#1477)
Yang Liu
2024-04-30
1
-1
/
+52
*
Fixed a few warning here and there...
ptitSeb
2024-04-13
1
-122
/
+122
*
POPF opcode should not overwrite IF bit
ptitSeb
2024-03-08
1
-1
/
+1
*
[INTERPRETER] Generate a SIGILL when executing 3F opcode in 64bits
ptitSeb
2024-03-07
1
-1
/
+1
*
Added CA opcode
ptitSeb
2024-02-25
1
-1
/
+14
*
[32BITS] Added 0E opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-24
1
-0
/
+7
*
[INTERPRETER] Added CB opcode
ptitSeb
2024-02-22
1
-0
/
+12
*
[INTERPRETER] CE opcode is only for 32bits
ptitSeb
2024-02-04
1
-0
/
+4
*
[INTERPRETER] Added CE opcode
ptitSeb
2024-01-31
1
-1
/
+9
*
[32BITS] Small improvment to E8/E9 opcode to trucate address to 32bits
ptitSeb
2024-01-29
1
-2
/
+8
*
[DYNAREC_TEST] Fixed some potential fals-positive on some CMP opcodes
ptitSeb
2024-01-29
1
-4
/
+4
*
[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positive
ptitSeb
2024-01-27
1
-3
/
+5
*
[32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-0
/
+16
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
1
-0
/
+17
*
Fixes (#1207)
rajdakin
2024-01-18
1
-2
/
+7
*
[INTERPRETER] Fixed D7 opcode
ptitSeb
2024-01-16
1
-4
/
+1
*
[INTERPRETER] Fixed VM Detection (TF trick) for interpreter
ptitSeb
2024-01-15
1
-3
/
+12
*
Better way to handle multiple 3E/26 and F2/F3 prefixes ([DYNAREC] too)
ptitSeb
2023-12-07
1
-4
/
+7
*
[INTERPRETER] Added addling to divide by 0 exception
ptitSeb
2023-12-05
1
-0
/
+12
*
[INTERPRETER] Call opcode also need getAlternate redirection
ptitSeb
2023-12-05
1
-0
/
+1
*
[DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)
Yang Liu
2023-11-28
1
-71
/
+6
*
[INTERPRETER] LES/LDS are valid only if next byte has high bit not set
ptitSeb
2023-11-23
1
-2
/
+2
*
[INTERPRETER] Fixed some rare issue with XLAT ocpode
ptitSeb
2023-11-20
1
-1
/
+4
*
Saved defered flag status when processing signal / foreign function
ptitSeb
2023-11-17
1
-1
/
+1
*
Use non-atomic operation on XCHG when unaligned
ptitSeb
2023-11-08
1
-1
/
+7
*
Added a workaround for unalinged 32bits xchg
ptitSeb
2023-10-23
1
-1
/
+7
[next]