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
*
[RV64_DYNAREC] Added 64 8F POP & 67 66 89 MOV opcodes (for minipad2.exe) (#1076)
Yang Liu
2023-11-20
3
-1
/
+49
*
[RV64_DYNAREC] Added FD STD, fixed FC CLD and F3 A4 REP MOVSB (for minipad2) ...
Yang Liu
2023-11-20
2
-2
/
+6
*
[RV64_DYNAREC] Fixed zbb andn optimization (#1074)
Yang Liu
2023-11-20
1
-17
/
+17
*
Change blokc size to 64kb (#1071)
Raezroth
2023-11-18
1
-1
/
+1
*
Saved defered flag status when processing signal / foreign function
ptitSeb
2023-11-17
4
-3
/
+40
*
[ARM64_DYNAREC] Optimized 66 0F A5 ocode
ptitSeb
2023-11-16
3
-13
/
+69
*
[ARM64_DYNAREC] Optimized 66 0F A4 opcode
ptitSeb
2023-11-16
4
-12
/
+85
*
[ARM64_DYNAREC] Optimized 0F A5 opcode
ptitSeb
2023-11-16
3
-7
/
+70
*
[ARM64_DYNAREC] Improved 0F A4 opcode
ptitSeb
2023-11-16
3
-8
/
+44
*
[INTERPRETER] Fixed OF flags for shld opcodes
ptitSeb
2023-11-16
1
-6
/
+3
*
[ARM64_DYNAREC] Optimized 66 AD opcode
ptitSeb
2023-11-16
3
-8
/
+62
*
[ARM64_DYNAREC] Optimized 66 AC opcode
ptitSeb
2023-11-16
4
-12
/
+78
*
[ARM64_DYNAREC] Fixed shrd 32/64bits opcodes
ptitSeb
2023-11-16
3
-7
/
+37
*
[ARM64_DYNAREC] Reworked shrd 32/64bits opcodes
ptitSeb
2023-11-16
3
-12
/
+81
*
[INTERPRETER] Reworked shrd OF flag computation
ptitSeb
2023-11-16
1
-3
/
+3
*
[ARM64_DYNAREC] Optimized F6 /6 /7 opcodes
ptitSeb
2023-11-15
1
-5
/
+11
*
[ARM64_DYNAREC] Uses SKIPTEST instead of NOTEST for 66 F7 /7 opcode
ptitSeb
2023-11-15
1
-1
/
+1
*
[ARM64_DYNAREC] Small optims on some shift opcodes
ptitSeb
2023-11-15
3
-22
/
+18
*
[ELFLOADER] Small improvment to have correct R/W attribute set on elf memory
ptitSeb
2023-11-15
1
-3
/
+5
*
Added syscall 266 (for #1066)
ptitSeb
2023-11-15
1
-0
/
+1
*
Workaround to handle SIGMAX properly (should help #1056)
ptitSeb
2023-11-15
2
-8
/
+8
*
Added 64/65 [64/65] 90 opcode ([ARM64_DYNAREC] Too)
ptitSeb
2023-11-15
2
-2
/
+25
*
[TRACE] Small improvment to trace handling
ptitSeb
2023-11-15
2
-2
/
+6
*
Fixed no DYNAREC build
ptitSeb
2023-11-13
1
-0
/
+4
*
[DYNAREC] Small improved trace on UD / INT type of opcodes
ptitSeb
2023-11-13
1
-2
/
+2
*
[INTERPRETER] Small cosmetic changes to some F0 prefixed opcodes
ptitSeb
2023-11-13
2
-43
/
+45
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-13
4
-0
/
+70
|
\
|
*
[RV64_DYNAREC] [32BITS] Added more opcodes for minipad2.exe (#1062)
Yang Liu
2023-11-13
4
-0
/
+70
*
|
Better dependancies for fontconfig lib (should help #1063)
ptitSeb
2023-11-13
1
-1
/
+4
|
/
*
Prefixed the address space message by BOX64, it's cleaner
ptitSeb
2023-11-13
1
-2
/
+2
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-13
6
-27
/
+132
|
\
|
*
[RV64_DYNAREC] Added a few opcodes for minipad2.exe (#1061)
Yang Liu
2023-11-13
6
-27
/
+132
*
|
[ELFLOADER] Small changes on elf memory managment
ptitSeb
2023-11-13
3
-5
/
+25
|
/
*
[ARM64_DYNAREC] Optimized 16bits ROL/ROR opcodes
ptitSeb
2023-11-13
2
-36
/
+60
*
[ARM64_DYNAREC] Optimized 16bits SHL/SHR/SAR opcodes
ptitSeb
2023-11-13
3
-81
/
+411
*
[DYNAREC] Don't consume X_PEND if opcode MAY emit flags
ptitSeb
2023-11-13
1
-3
/
+3
*
[ARM64_DYNAREC] Added emit_sar8 helper
ptitSeb
2023-11-13
3
-6
/
+50
*
[ARM64_DYNAREC] Add optionnal handling of no flag update for shift CL opcodes
ptitSeb
2023-11-13
1
-0
/
+22
*
[ELFLOADER] Some more fixes to elf memory manager
ptitSeb
2023-11-13
1
-3
/
+4
*
[COSIM] Fix GO_TRACE (#1059)
Yang Liu
2023-11-12
1
-2
/
+2
*
[ARM64_DYNAREC] Some fixes to shift opcodes
ptitSeb
2023-11-12
1
-9
/
+33
*
[ELFLOADER] Fixed align issue (may help #1057) (#1058)
Yang Liu
2023-11-12
1
-2
/
+2
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-12
2
-32
/
+55
|
\
|
*
[ARM64_DYNAREC] More fixes on 8bits shift emiters
ptitSeb
2023-11-12
2
-32
/
+55
*
|
Small improvment in global hacking
ptitSeb
2023-11-12
1
-2
/
+2
*
|
[TRACE] Small improvment for push rbp trace
ptitSeb
2023-11-12
1
-1
/
+2
|
/
*
[ARM64_DYNAREC] Fixed sar8c usage
ptitSeb
2023-11-12
2
-3
/
+3
*
[ARM64_DYNAREC] Some more work on shift opcodes
ptitSeb
2023-11-12
1
-23
/
+29
*
[INTERPRETER] Small adjustment on shl flag computation
ptitSeb
2023-11-11
1
-17
/
+17
*
[ARM64_DYNAREC] Added emit_sar8c
ptitSeb
2023-11-11
3
-23
/
+50
[next]