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
*
[DYNAREC] And more multi-arch work
ptitSeb
2022-02-27
1
-5
/
+5
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-1
/
+1
*
Added 2E opcode ([DYNAREC] too)
ptitSeb
2022-02-06
1
-0
/
+1
*
A bit more log on Interpretor mode
ptitSeb
2021-09-19
1
-0
/
+1
*
Handled privilieged instruction (as handled by wine64) as privilegde and gene...
ptitSeb
2021-07-28
1
-2
/
+34
*
Fixed potential issues in some FF opcodes (for #72)
ptitSeb
2021-07-27
1
-4
/
+4
*
Made IRETQ to restore RSP and SS ([DYNAREC] too) (helps Wine64 exceptions han...
ptitSeb
2021-07-17
1
-0
/
+9
*
Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)
ptitSeb
2021-07-15
1
-4
/
+11
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-3
/
+6
*
Added C2 opcode (for #44)
ptitSeb
2021-07-09
1
-1
/
+6
*
Added dummy 36 prefix ([DYNAREC] too) (for #44)
ptitSeb
2021-07-09
1
-0
/
+3
*
Added F4 opcode (for #34)
ptitSeb
2021-07-07
1
-0
/
+5
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
1
-0
/
+8
*
Added 8C opcode
ptitSeb
2021-06-25
1
-1
/
+5
*
Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)
ptitSeb
2021-06-07
1
-2
/
+9
*
Small fixes to interpretor
ptitSeb
2021-06-06
1
-14
/
+11
*
Added F5 opcode ([DYNAREC] too)
ptitSeb
2021-06-01
1
-0
/
+4
*
Various small mprovments to interpretor
ptitSeb
2021-06-01
1
-2
/
+2
*
Added handling of 3E prefix ([DYNAREC] too)
ptitSeb
2021-04-18
1
-0
/
+2
*
Added 91..96 opcode and fixe REX.B 99 one ([DYNAREC] too)
ptitSeb
2021-04-17
1
-1
/
+20
*
Added E0..E3 opcodes ([DYNAREC] too)
ptitSeb
2021-04-16
1
-0
/
+29
*
Added 9E/9F opcodes ([DYNAREC] too)
ptitSeb
2021-04-12
1
-1
/
+13
*
Added A0/A2 opcodes ([DYNAREC] too)
ptitSeb
2021-04-11
1
-1
/
+6
*
Fixed FF INC and DEC opcodes
rajdakin
2021-04-10
1
-4
/
+12
*
Added 67 66 0F 6F/7A opcodes
ptitSeb
2021-04-08
1
-1
/
+1
*
Just to be sure the sign is extended to 64bits
ptitSeb
2021-04-01
1
-1
/
+1
*
Cosmetic change
ptitSeb
2021-04-01
1
-2
/
+0
*
Added A1/A3 opcodes ([DYNAREC] too)
ptitSeb
2021-03-30
1
-0
/
+13
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-1
/
+1
*
Added DE opcodes
ptitSeb
2021-03-26
1
-1
/
+8
*
Added DC opcodes
ptitSeb
2021-03-26
1
-1
/
+8
*
Renamed arm64_lock_helper to arm64_lock
ptitSeb
2021-03-20
1
-1
/
+1
*
Added 8A opcode
ptitSeb
2021-03-18
1
-1
/
+6
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-16
/
+22
*
Fixed some 32bits versio of F7 opcodes
ptitSeb
2021-03-13
1
-2
/
+8
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
1
-17
/
+287
*
Added more x87 opcodes
ptitSeb
2021-03-11
1
-1
/
+8
*
Added some SSE2 and x87 opcodes
ptitSeb
2021-03-11
1
-0
/
+2
*
Added 67 E0..E3 opcodes
ptitSeb
2021-03-11
1
-1
/
+8
*
Added and fixed many opcodes
ptitSeb
2021-03-10
1
-4
/
+34
*
Added 6A and 6B opcodes
ptitSeb
2021-03-09
1
-1
/
+16
*
Added a bunch of various opcodes
ptitSeb
2021-03-09
1
-0
/
+54
*
Fixed F2/F3 A6/AE opcodes
ptitSeb
2021-03-08
1
-4
/
+4
*
Added (F2/F3) A6 (REPNZ/REPZ) CMPSB
ptitSeb
2021-03-08
1
-1
/
+42
*
Added (F2/F3) AE (REPNZ/REPZ) SCASB opcode
ptitSeb
2021-03-08
1
-0
/
+34
*
Fixed non-REX.W 8D LEA opcode
ptitSeb
2021-03-08
1
-1
/
+1
*
Added A8 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+3
*
Added more opcodes, including D8 and DD x87 ones
ptitSeb
2021-03-08
1
-0
/
+17
*
Added a gew more various opcodes
ptitSeb
2021-03-08
1
-0
/
+18
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-7
/
+6
[next]