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
/
LLVMprivateGenerator
/
registered_structs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-21
[ARM64_DYNAREC] More handling of SIGBUS on device memory (for Doomvk 2016 on ...
ptitSeb
1
-0
/
+90
2023-10-20
Added some workaround for program that POKEUSER/PEEKUSER some drX value and e...
ptitSeb
1
-1
/
+13
2023-10-20
fix emit_sar32c() ZF maybe set error. (#1034)
liuli
1
-1
/
+1
2023-10-19
[ARM64_DYNAREC] ifdef'd the new HW_CAP tests, to be able to build on older sy...
ptitSeb
1
-0
/
+8
2023-10-19
[RCFILE] Added a profile for ToTheMoon
ptitSeb
1
-0
/
+3
2023-10-18
[ARM64_DYNAREC] One more extension detected (not used yet)
ptitSeb
1
-0
/
+7
2023-10-18
[ARM64_DYNAREC] More ARM64 extensions detection
ptitSeb
2
-11
/
+27
2023-10-18
[RV64_DYNAREC] More fixes to the build
ptitSeb
1
-1
/
+1
2023-10-18
[RV64_DYNAREC] Try to fix the build
ptitSeb
1
-6
/
+6
2023-10-18
[ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitter
ptitSeb
1
-18
/
+52
2023-10-18
Fix build issues
ptitSeb
3
-29
/
+19
2023-10-18
[DOCS] Added some infor about SAVE_MEM build option
ptitSeb
1
-1
/
+4
2023-10-18
[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions
ptitSeb
4
-2
/
+58
2023-10-18
[ARM64_DYNAREC] More changes to Strong memory model emulation
ptitSeb
15
-53
/
+67
2023-10-17
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
ptitSeb
10
-164
/
+267
2023-10-17
[ARM64_DYNAREC] More fixes to F0 0F C7 opcode with Atomics extension
ptitSeb
1
-3
/
+5
2023-10-17
Some more rollback on tls destructor (more work needed on threads cleanup han...
ptitSeb
4
-9
/
+8
2023-10-17
[ARM64_DYNAREC] More fixes for Atomics extension
ptitSeb
4
-13
/
+10
2023-10-17
[ARM64_DYNAREC] More fixes for Atomic extension n LOCK DEC opcodes
ptitSeb
1
-8
/
+10
2023-10-17
[ARM64_DYNAREC] Fixed F0 0F B0 opcopde with Atomics extension
ptitSeb
1
-1
/
+2
2023-10-16
[ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...
ptitSeb
5
-241
/
+807
2023-10-16
[ARM64_DYNAREC] Cosmetic changes to SM macros
ptitSeb
1
-2
/
+2
2023-10-16
Rollback to previous way of handling tls key destructors
ptitSeb
1
-44
/
+28
2023-10-15
[COSIM] Fix x87 testing (#1029)
Yang Liu
3
-13
/
+18
2023-10-15
[CI] Do not regenerate functions list when running in CI (#1028)
Yang Liu
2
-11
/
+15
2023-10-14
[DYNAREC] Fix x87cache issues (#1025)
Yang Liu
24
-123
/
+228
2023-10-14
Update README.md
ptitSeb
1
-2
/
+2
2023-10-14
Update README.md
ptitSeb
1
-1
/
+1
2023-10-14
Update README.md
ptitSeb
1
-1
/
+1
2023-10-13
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
13
-182
/
+187
2023-10-13
No actual need for emu when calling my_mmap and my_munmap
ptitSeb
1
-4
/
+3
2023-10-13
And this one can be const too
ptitSeb
1
-1
/
+1
2023-10-13
This struct can be const
ptitSeb
2
-2
/
+2
2023-10-13
[TRACE] Better trace for mmap error
ptitSeb
1
-0
/
+4
2023-10-13
Use BOX64_RESERVE_HIGHMEM by default on ADLINK profile
ptitSeb
2
-4
/
+8
2023-10-13
[WRAPPER] Added missing function signature (#1024)
Yang Liu
3
-0
/
+5
2023-10-12
Add a new vulkan extension: VK_KHR_maintenance5 (#1021)
Sophon
1
-0
/
+6
2023-10-12
[ARM64_DYNAREC] Fixes some border case 32bits potential issue with GETEDz hel...
ptitSeb
1
-1
/
+1
2023-10-11
[ARM64_DYNAREC] Small improvement to certain cases for 66 0F 70 opcode
ptitSeb
2
-0
/
+18
2023-10-11
[RV64_DYNAREC] Fix a build warning (#1020)
Yang Liu
1
-0
/
+3
2023-10-11
A bit more changes to cpuid bits and cpu identifications
ptitSeb
2
-8
/
+8
2023-10-11
[ARM64_DYNAREC] Fixed 66 0F 38 20..25/30..35 to only read needed amount of da...
ptitSeb
2
-12
/
+30
2023-10-11
Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...
ptitSeb
6
-2
/
+26
2023-10-11
[ARM64_DYNAREC] Better place for memory barrier on jmp_next and iret_to_epilog
ptitSeb
1
-2
/
+2
2023-10-11
Added a few libgomp wrapped function (for #1019)
ptitSeb
6
-5
/
+68
2023-10-11
Small change on cpuid feature flags for leaf 0x80000001
ptitSeb
1
-3
/
+8
2023-10-10
Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help #1...
ptitSeb
8
-15
/
+15
2023-10-10
Fixed signature for functions in wrapped libatomic (will help #1013)
ptitSeb
4
-4
/
+14
2023-10-10
[ARM64] Fixed a SIGBUS handling for VSTR128 not detected correctly
ptitSeb
1
-1
/
+1
2023-10-10
[ARM64_DYNAREC] Added 66 0F 3A 21 opcode
ptitSeb
1
-1
/
+22
[next]