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
*
Some more rollback on tls destructor (more work needed on threads cleanup han...
ptitSeb
2023-10-17
1
-2
/
+2
*
[32BITS] Added D4 & D5 opcodes
ptitSeb
2023-09-07
1
-0
/
+16
*
Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...
ptitSeb
2023-09-02
1
-9
/
+16
*
Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2...
Rafael Diniz
2023-08-22
1
-4
/
+2
*
[32bits] Added 27/2F/37 opcodes
ptitSeb
2023-08-13
1
-1
/
+24
*
[32bits] Added 62 opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-08-11
1
-1
/
+8
*
[32bits] Added 3F opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-08-11
1
-0
/
+9
*
Use my_conect directly on Interpreter
ptitSeb
2023-07-30
1
-4
/
+4
*
Emit a SIGILL on Illegal FF opcode (and better trace for it). Also fixed some...
ptitSeb
2023-07-26
1
-11
/
+8
*
[32BITS] Added C4 and C5 opcodes
ptitSeb
2023-07-23
1
-1
/
+26
*
[32BITS] added D6 undocumented opcode
ptitSeb
2023-07-23
1
-0
/
+9
*
Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)
ptitSeb
2023-07-22
1
-3
/
+5
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...
ptitSeb
2023-07-08
1
-0
/
+1
*
|
A few Push/Pop fixes and cleanups (#878)
Alexandre Julliard
2023-07-03
1
-41
/
+41
*
|
Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too)
ptitSeb
2023-06-27
1
-4
/
+4
*
|
Added handling of INT 0x29 (__fastfail)
ptitSeb
2023-06-26
1
-0
/
+6
*
|
[32BITS] Fixed 1E/1F opcodes and added 06/07 opcodes
ptitSeb
2023-06-25
1
-2
/
+17
*
|
[32BITS] Added 82 opcodes
ptitSeb
2023-06-25
1
-0
/
+6
*
|
[32BITS] Added 1E/1F opcodes
ptitSeb
2023-06-25
1
-0
/
+16
*
|
[32BITS] Added 6C..6F opcodes
ptitSeb
2023-06-25
1
-5
/
+69
*
|
[32BITS] Added 66/61 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-06-24
1
-0
/
+31
*
|
[32BITS] Various small fixes in 32bits interpreter
ptitSeb
2023-06-18
1
-19
/
+22
*
|
Added some support for 32bits code (doesn't seems enough for wow64 yet)
ptitSeb
2023-06-18
1
-67
/
+175
*
|
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
1
-1
/
+1
*
|
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
1
-5
/
+19
*
|
Added ignored 26 prefix to interpreter
ptitSeb
2023-05-28
1
-1
/
+2
*
|
Added partial support for TF flags (should help with eroneous debugger detect...
ptitSeb
2023-05-24
1
-0
/
+9
*
|
Added some Hack for Windows int 2d call ([ARM64_DYNAREC] too)
ptitSeb
2023-05-04
1
-4
/
+10
*
|
[DYNAREC_TEST] Better handling for FF /6 opcodes
ptitSeb
2023-05-04
1
-9
/
+1
|
/
*
[DYNAREC] Improved TEST_INTERPRETER with inter-block testing
ptitSeb
2023-03-28
1
-1
/
+7
*
[DYNAREC] Cleaned up the TEST_INTERPRETER a bit
ptitSeb
2023-03-28
1
-7
/
+3
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-6
/
+137
*
[DYNAREC] Some renaming for the sake of consistancy
ptitSeb
2023-03-12
1
-16
/
+2
*
Rv64 dynarec (#550)
ptitSeb
2023-03-12
1
-0
/
+8
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
1
-1
/
+3
*
Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...
ptitSeb
2022-11-13
1
-10
/
+1
*
Print the ROLLING_LOG on the Ask to run at NULL error
ptitSeb
2022-11-13
1
-1
/
+11
*
[DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...
ptitSeb
2022-09-25
1
-4
/
+6
*
Fixed issue with last RIP handling refactor
ptitSeb
2022-08-10
1
-1
/
+1
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
1
-78
/
+100
*
[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
[next]