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
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-09-25
Added missing updated on localized readme
ptitSeb
3
-5
/
+5
2023-09-25
Added ADLink AmpereAltra profile
ptitSeb
5
-5
/
+27
2023-09-25
Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions fo...
SeeSchloß
1
-0
/
+2
2023-09-24
[RV64_DYNAREC] Added more support for XTheadBb extension (#989)
Yang Liu
11
-1911
/
+2147
2023-09-24
[CI] Run tests w/ and w/o DynaRec (#988)
Yang Liu
1
-0
/
+3
2023-09-24
[CI] Use qemu snapshots from archlinux archive (#987)
Yang Liu
1
-1
/
+1
2023-09-23
[DYNAREC] Use interpretor code for FPREM/FPREM1 instead of simplified version
ptitSeb
1
-13
/
+36
2023-09-17
Update README.md (#983)
Jai A P
1
-2
/
+2
2023-09-17
Added 64/65 8E opcode (for #982)
ptitSeb
1
-1
/
+6
2023-09-16
Better handling of tls for elf loaded with dlopen (should fix a bunch of stuff)
ptitSeb
1
-10
/
+9
2023-09-16
Small changes to wrapped libdl on last_error handling
ptitSeb
1
-19
/
+19
2023-09-16
Small change to fileno wrapped signature
ptitSeb
1
-2
/
+2
2023-09-16
[ARM64_DYNAREC] Added 64/65 01/21/29/31 opcodes
ptitSeb
1
-0
/
+43
2023-09-16
[ARM64_DYNAREC] Added (F2/F3) AF opcode (for #975)
ptitSeb
1
-0
/
+36
2023-09-16
Improvd steam/proton handling, and gstreamer initialization and a large bunch...
ptitSeb
84
-600
/
+5536
2023-09-13
[RV64_DYNAREC] Added some support for XTheadBb extension (#977)
Yang Liu
3
-22
/
+103
2023-09-12
[CI] Upgrade QEMU to 8.1.0 (#973)
Yang Liu
2
-12
/
+18
2023-09-12
[CI] Test RISCV with bit-manipulation extensions on (#972)
Yang Liu
2
-1
/
+2
2023-09-12
Fixed CI and simplified
Yang Liu
3
-38
/
+20
2023-09-12
Use macro
Yang Liu
3
-70
/
+19
2023-09-12
[DYNAREC_RV64] Added support for xtheadba
Yang Liu
2
-11
/
+43
2023-09-11
Fixed typo
Yang Liu
1
-1
/
+1
2023-09-11
Try to fix memory instructions detection
Yang Liu
1
-5
/
+6
2023-09-11
[RV64_DYNAREC] Added thead vendor extension detection
Yang Liu
4
-11
/
+251
2023-09-11
Update README_CN.md
ptitSeb
1
-1
/
+1
2023-09-11
Update README_CN.md
ptitSeb
1
-1
/
+1
2023-09-11
fix: Fix wrong type set in Chinese
shenmo
1
-3
/
+3
2023-09-11
Update README_CN.md
shenmo
1
-3
/
+3
2023-09-10
Wrapped some more libdrm and libgbm functions
ptitSeb
7
-16
/
+90
2023-09-09
Added syscall 284 (for #965)
ptitSeb
1
-0
/
+11
2023-09-09
[STEAM] Changed behaviour of simulated pressure-vessel
ptitSeb
1
-23
/
+45
2023-09-09
Removed some debug leftover in libgstreamer
ptitSeb
4
-10
/
+4
2023-09-09
Added some more wrapped functions
ptitSeb
9
-11
/
+115
2023-09-09
Go back to use mmap for memory allocation, as some OS restric malloc'd memory...
ptitSeb
1
-1
/
+1
2023-09-09
[DYNAREC] Small improvment on multi-thread reliance for the jumptable
ptitSeb
7
-5
/
+25
2023-09-09
Improved default box64rc
ptitSeb
2
-2
/
+14
2023-09-09
Added x86_64 version of libssl.so.1.1 and libcrypto.so.1.1 for conveniance
ptitSeb
3
-0
/
+2
2023-09-09
Added some __isoc23_XXX wrapped function as synonym to libc (for #943)
ptitSeb
3
-0
/
+7
2023-09-09
Added syscall 282 (for #965)
ptitSeb
1
-0
/
+26
2023-09-07
[32BITS] Added D4 & D5 opcodes
ptitSeb
1
-0
/
+16
2023-09-04
[ARM64_DYNAREC] Fixed (66) 0F 70 opcodes
wannacu
2
-44
/
+12
2023-09-04
[ARM64_DYNAREC] Added 66 0F 7D/D0 opcodes
wannacu
2
-2
/
+36
2023-09-04
[ARM64_DYNAREC] Added 0F 1C/1D/1E opcodes
wannacu
1
-1
/
+21
2023-09-04
[ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint)
ptitSeb
5
-5
/
+39
[next]