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
...
*
[TRACE] Show backtrace on emit_signal too if asked
ptitSeb
2024-11-29
1
-0
/
+30
*
[WRAPPER] Added back faked ITM weak functions
ptitSeb
2024-11-29
4
-0
/
+36
*
[WRAPPER] Fixed wrapped dlerror behaviour
ptitSeb
2024-11-29
1
-3
/
+11
*
[RV64] Added nan propagation emulation for interpreter and DynaRec (#2091)
Yang Liu
2024-11-28
8
-139
/
+120
*
[WRAPPER] Reworked sqlite3 with new wrapperhelper
ptitSeb
2024-11-28
6
-77
/
+178
*
[RV64_DYNAREC] Fix PTEST X_CF typo (#2088)
Leslie Zhai
2024-11-28
1
-1
/
+1
*
[LA64_DYNAREC] Added LEA opcode (#2087)
Leslie Zhai
2024-11-28
1
-0
/
+11
*
Added syscall 280
ptitSeb
2024-11-27
1
-0
/
+1
*
[WRAPPER] More work on gtk/gstreamer wrapping
ptitSeb
2024-11-27
5
-181
/
+142
*
[RV64_DYNAREC] Fixed another regression in vector (#2086)
Yang Liu
2024-11-27
1
-2
/
+2
*
[BOX32] Added 32bits syscall 2
ptitSeb
2024-11-27
1
-1
/
+14
*
[LA64_DYNAREC] Added nativeflags option support (#2084)
Yang Liu
2024-11-27
1
-1
/
+1
*
[RV64_DYNAREC] Fixed more regressions for vector (#2082)
Yang Liu
2024-11-26
2
-6
/
+6
*
[WRAPPER] Reworked gstvideo with new wrapperhelper
ptitSeb
2024-11-26
4
-202
/
+259
*
[WRAPPER] Reworked gsttag with new wrapperhelper
ptitSeb
2024-11-26
1
-44
/
+44
*
[WRAPPER] Reworked gstsdp with new wrapperhelper
ptitSeb
2024-11-26
4
-172
/
+196
*
[WRAPPER] Reworked gst-rtp and gst-rtsp with new wrapperhelper
ptitSeb
2024-11-26
5
-344
/
+464
*
[WRAPPER] Reworked gstriff with new wrapperhelper
ptitSeb
2024-11-26
1
-11
/
+11
*
[WRAPPER] Reworked gst-pbutils with new wrapperhelper
ptitSeb
2024-11-26
1
-162
/
+162
*
[WRAPPER] Reworked gstnet with new wrapperhelper
ptitSeb
2024-11-26
1
-23
/
+23
*
[WRAPPER] Reworked gst-gl with new wrapperhelper
ptitSeb
2024-11-26
4
-219
/
+256
*
[WRAPPER] Reworked gstfft with new wrapperhelper
ptitSeb
2024-11-26
1
-22
/
+22
*
[WRAPPER] Reworked gstcontroller with new wrapperhelper
ptitSeb
2024-11-26
1
-17
/
+17
*
[WRAPPER] Reworked gstcheck with new wrapperhelper
ptitSeb
2024-11-26
4
-198
/
+203
*
[ARM64_DYNAREC][TRACE] Use BLR on ret/retn with TRACE to allow relevant debug...
ptitSeb
2024-11-26
1
-0
/
+8
*
[WRAPPER] Reworked gstbase with new wrapperhelper
ptitSeb
2024-11-26
4
-249
/
+286
*
[LA64_DYNAREC] Added SBB opcodes (#2076)
Leslie Zhai
2024-11-26
5
-1
/
+115
*
[RV64_DYNAREC] Fixed vector packed logical shift opcodes (#2075)
xctan
2024-11-26
2
-3
/
+8
*
[WRAPPER] Reworked gstaudio with new wrapperhelper
ptitSeb
2024-11-25
4
-163
/
+172
*
[WRAPPER] Reworked gstapp with new wrapperhelper
ptitSeb
2024-11-25
1
-41
/
+41
*
[WRAPPER] Reworked wrapping of gstallocators with new wrapperhelper
ptitSeb
2024-11-25
4
-10
/
+15
*
[WRAPPER] Reworked gstreamer with new wrapperhelper
ptitSeb
2024-11-25
6
-788
/
+875
*
[RV64_DYNAREC] Fixed vector SSE unpack opcodes (#2074)
xctan
2024-11-25
1
-4
/
+4
*
[RBTREE] Document the rationale for memory management (#2060)
Chi-Kuan Chiu
2024-11-25
1
-0
/
+199
*
[ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)
Yang Liu
2024-11-25
11
-8
/
+51
*
[LA64_DYNAREC] Add adc8, adc8c, adc16 and testadc (#2069)
Leslie Zhai
2024-11-25
6
-0
/
+293
*
[ARM64_DYNAREC] Use YIELD instead of WFE (#2066)
Yang Liu
2024-11-24
3
-1
/
+15
*
[CORE] Enhanced BOX64_DYNAREC_RV64NOEXT (#2065)
xctan
2024-11-24
1
-32
/
+24
*
[RV64_DYNAREC] Added, fixed, and optimized opcodes (#2059)
xctan
2024-11-24
5
-119
/
+188
*
[VULKAN] Added a new extension and a missing function
ptitSeb
2024-11-24
1
-1
/
+5
*
[ARM64_DYNAREC] Fix a regression, as 90 opcode is not always NOP depending on...
ptitSeb
2024-11-24
1
-12
/
+14
*
[ARM64_DYNAREC] Generate corresponding hint instruction for PAUSE (#2063)
Yang Liu
2024-11-24
2
-9
/
+13
*
[RV64_DYNAREC] Minor optimizations on CMPXCHG (#2062)
Yang Liu
2024-11-24
1
-9
/
+3
*
[ARM64_DYNAREC] Small optim for emit_shld32c CF flag computation
ptitSeb
2024-11-23
1
-2
/
+1
*
[DYNAREC] Better detection of wait slot
ptitSeb
2024-11-23
1
-0
/
+15
*
[BOX32] Removed a debug leftover
ptitSeb
2024-11-23
1
-1
/
+1
*
Reworked on mmap address alignments for a performance regression (#2057)
Yang Liu
2024-11-22
1
-3
/
+2
*
Slightly better way to decode wrappers
ptitSeb
2024-11-21
1
-1
/
+6
*
Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)
ptitSeb
2024-11-21
6
-10
/
+10
*
[LA64_DYNAREC] Added more opcodes for JDK (#2055)
Yang Liu
2024-11-21
5
-1
/
+272
[prev]
[next]