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
*
[32BITS][ARM64_DYNAREC] Added 64 8F opcode
ptitSeb
2023-06-25
2
-0
/
+21
*
[DYNAREC] Small improvment on instruction size array memory allocation
ptitSeb
2023-06-25
3
-10
/
+17
*
[32BITS][ARM64_DYNAREC] Added (F2/F3) 66 AF opcode
ptitSeb
2023-06-25
1
-0
/
+38
*
Comment fix on 66 AF opcode name
ptitSeb
2023-06-25
1
-1
/
+1
*
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
83
-134
/
+42
*
Faked libvdpau and added 2 wrapped symbols to libva and steam can stream game...
ptitSeb
2023-06-24
7
-5
/
+108
*
Try to improve custom memory allocator
ptitSeb
2023-06-24
1
-16
/
+17
*
[ARM64_DYNAREC] Fix potential issue on FF /5 opcode
ptitSeb
2023-06-24
1
-3
/
+3
*
[32BITS] Added 66/61 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-06-24
2
-0
/
+54
*
[ARM64_DYNAREC] Fixed a nasty issue with Double Push / Double Pop optimisatio...
ptitSeb
2023-06-24
1
-14
/
+18
*
[ARM64_DYNAREC] Added 67 66 89 opcode
ptitSeb
2023-06-24
1
-0
/
+25
*
[ARM64_DYNAREC] Added 67 63 opcode
ptitSeb
2023-06-24
1
-0
/
+23
*
[ARM64_DYNAREC] Added 67 0F B6/B7 opcodes
ptitSeb
2023-06-24
1
-0
/
+34
*
[32BITS][ARM64_DYNAREC] Added 66 40..4F opcodes
ptitSeb
2023-06-24
1
-0
/
+31
*
[32BITS][ARM64_DYNAREC] Added 66 0F prefixed opcodes
ptitSeb
2023-06-24
1
-5
/
+0
*
[32BITS][ARM64_DYNAREC] Added 66 64 prefixed opcodes
ptitSeb
2023-06-24
1
-5
/
+0
*
[32BITS][ARM64_DYNAREC] Added 66 F0 prefixed opcodes
ptitSeb
2023-06-24
1
-5
/
+0
*
[32BITS][ARM64_DYNAREC] Added 66 prefixed opcodes
ptitSeb
2023-06-24
1
-10
/
+11
*
[32BITS][ARM64_DYNAREC] Added F0 prefixed opcode (except 66 prefix)
ptitSeb
2023-06-24
1
-5
/
+0
*
[32BITS][ARM64_DYNAREC] Added 64 A1/A3 opcode
ptitSeb
2023-06-24
1
-0
/
+24
*
[32BITS][ARM64_DYNAREC] Added some dynarec support for 32bits code (no-prefix...
ptitSeb
2023-06-24
14
-158
/
+384
*
[32BITS][DYNAREC] Added basic 32 bits RV64 support (#856)
Yang Liu
2023-06-24
4
-32
/
+76
*
[DYNAREC_RV64] Fixed a typo (#855)
Yang Liu
2023-06-24
1
-2
/
+2
*
[DYNAREC_RV64] Small optim to FLAGS_ADJUST_TO11 (#854)
Yang Liu
2023-06-24
1
-6
/
+6
*
[32BITS] Added 66 40..4F opcodes
ptitSeb
2023-06-23
1
-0
/
+23
*
[32BITS][DYNAREC] Preparing work for 32bits dynarec
ptitSeb
2023-06-23
13
-28
/
+95
*
[WRAPPER] Added more symbols for nss3 (#853)
Yang Liu
2023-06-23
4
-6
/
+11
*
[INTERP] Added more opcodes (#852)
Yang Liu
2023-06-23
2
-6
/
+29
*
[32BITS] Use 32-bit types to compute 32-bit addresses. (#851)
Alexandre Julliard
2023-06-23
1
-7
/
+7
*
[32BITS][DYNAREC] Preparing Dynarec to handle 32bits code
ptitSeb
2023-06-22
8
-29
/
+33
*
[32BITS] Separate RUn67 32bits from 64bits version, as they are too differents
ptitSeb
2023-06-22
3
-43
/
+106
*
[WRAPPER] Added more gtk functions (#849)
Yang Liu
2023-06-21
14
-18
/
+93
*
[WRAPPER] Added more symbols for openssl wrapper (#847)
Yang Liu
2023-06-19
9
-52
/
+560
*
[32BITS] Various small fixes in 32bits interpreter
ptitSeb
2023-06-18
8
-205
/
+166
*
[TRACE] Improve trace for 32bits part
ptitSeb
2023-06-18
2
-7
/
+15
*
[32BITS] Some work on signal handling from 32bits code (not enough yet)
ptitSeb
2023-06-18
1
-6
/
+11
*
[32BITS] Fix potential 32bits 67 prefixed opcodes
ptitSeb
2023-06-18
1
-10
/
+30
*
Added 67 0F B6 opcode
ptitSeb
2023-06-18
1
-0
/
+7
*
Added 64 8F opcode
ptitSeb
2023-06-18
1
-0
/
+21
*
Added 67 63 opcode
ptitSeb
2023-06-18
1
-0
/
+13
*
[32BITS] Fixed some issue reading rex in 32bits mode
ptitSeb
2023-06-18
5
-20
/
+25
*
Added 67 66 89 opcode
ptitSeb
2023-06-18
1
-4
/
+15
*
[32BITS] Fixed an issue with 66 A1/A3 opcodes
ptitSeb
2023-06-18
2
-10
/
+20
*
Added some support for 32bits code (doesn't seems enough for wow64 yet)
ptitSeb
2023-06-18
16
-190
/
+382
*
[TRACE] Fixed 32bits trace and dump
ptitSeb
2023-06-17
1
-6
/
+8
*
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
10
-25
/
+81
*
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
14
-73
/
+482
*
[WRAPPER] Rework on libharfbuzz wrapper (#836)
Yang Liu
2023-06-13
7
-154
/
+1465
*
Added 0F EA/EE opcodes ([ARM64_DYNAREC] too) (for #829)
ptitSeb
2023-06-10
2
-4
/
+28
*
Handle chained sigaction (for #829)
ptitSeb
2023-06-10
1
-5
/
+9
[next]