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-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
2023-10-10
Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013)
ptitSeb
13
-1
/
+345
2023-10-10
Do not try to get nearest function name if pointer is to small
ptitSeb
1
-0
/
+2
2023-10-10
Fixed a nasty issue with wrapping of libpcre
ptitSeb
1
-1
/
+4
2023-10-10
[RV64_DYNAREC] Small fixed single rex.w AF opcode
ptitSeb
1
-2
/
+1
2023-10-10
[ARM64_DYNAREC] Fixed single AF opcode
ptitSeb
1
-4
/
+3
2023-10-10
Fixed processor/core count in cpuid and proc/cpuinfo
ptitSeb
2
-96
/
+110
2023-10-09
Improved gstreamer wrapping
ptitSeb
8
-523
/
+2390
2023-10-09
[ARM64] Fix SIGBUS workaround for STUR
ptitSeb
1
-2
/
+2
2023-10-09
[ARM64_DYNAREC] Fixed 66 99 opcode
ptitSeb
1
-1
/
+1
2023-10-09
[ARM64_DYNAREC] Added 66 99 opcode
ptitSeb
1
-1
/
+5
2023-10-08
[ARM64_DYNAREC] Fixed most DA opcodes
ptitSeb
1
-0
/
+7
2023-10-08
Another small improvment for signal when running unreadable memory
ptitSeb
1
-1
/
+15
2023-10-08
Improved a bit running unreadable memory
ptitSeb
1
-2
/
+3
2023-10-08
[ARM64] More handling of unaligned access
ptitSeb
1
-7
/
+85
2023-10-08
Added a few wrapped symbols to libwayland-client
ptitSeb
4
-10
/
+22
2023-10-08
[ARM64] Some handling of unaligned write to device memory
ptitSeb
1
-0
/
+32
2023-10-08
Added __isoc99_vswscanf wrapped function (for #1015)
ptitSeb
4
-7
/
+10
2023-10-07
[ARM64_DYNAREC] Take dynarec64_DA into account (#1014)
André Zwing
1
-1
/
+3
2023-10-07
Improved cpu speed detection
ptitSeb
1
-2
/
+28
2023-10-07
Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ...
ptitSeb
15
-0
/
+1187
2023-10-07
Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)
ptitSeb
10
-8
/
+204
2023-10-07
Added Snapdragon 8 Gen 2 profile (#1009)
Sophon
3
-5
/
+242
2023-10-05
Added Snapdragon 8 Gen 2 profile (#1009)
Sophon
1
-3
/
+8
2023-10-03
Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ...
SeeSchloß
1
-1
/
+1
2023-10-02
Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)
KreitinnSoftware
69
-182
/
+814
2023-10-02
Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#...
SeeSchloß
1
-1
/
+1
2023-10-01
[ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)
KreitinnSoftware
3
-4
/
+14
2023-10-01
Use gold on ADLINK profile
ptitSeb
1
-1
/
+1
2023-10-01
Cosmetic change
ptitSeb
1
-2
/
+2
2023-10-01
This steam-runtime-launcher-service process never exit and seems to be skipab...
ptitSeb
2
-0
/
+4
2023-10-01
[DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...
ptitSeb
5
-14
/
+221
2023-10-01
[RV64_DYNAREC] Fix build
ptitSeb
1
-0
/
+1
2023-10-01
[DYNAREC] Changed lock mecanism for memory protection
ptitSeb
8
-85
/
+203
2023-09-30
[ANDROID] Fix build
ptitSeb
1
-1
/
+3
2023-09-30
[ANDROID] No mallochack on Android
ptitSeb
2
-29
/
+14
2023-09-30
Added a few more wrapped function to libgssapi_krb5 (for wine)
ptitSeb
4
-18
/
+13
2023-09-28
Use libdl whenever libc is used (for #984)
ptitSeb
2
-4
/
+2
2023-09-27
[RV64_DYNAREC] Added more support for XTheadMemPair extension (#995)
Yang Liu
9
-959
/
+1081
2023-09-27
Update dynarec_arm64_emit_math.c (#994)
liuli
1
-1
/
+1
2023-09-26
[RV64_DYNAREC] Added more support for XTheadBs extension (#993)
Yang Liu
3
-42
/
+39
2023-09-26
Added a few missing GLES wrapped function to libGL
ptitSeb
4
-0
/
+20
2023-09-26
Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)
ptitSeb
2
-2
/
+24
2023-09-26
Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...
ptitSeb
1
-0
/
+2
2023-09-26
Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04)
ptitSeb
13
-0
/
+315
[next]