about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [WRAPPER] Reworked gstnet with new wrapperhelperptitSeb2024-11-261-23/+23
* [WRAPPER] Reworked gst-gl with new wrapperhelperptitSeb2024-11-264-219/+256
* [WRAPPER] Reworked gstfft with new wrapperhelperptitSeb2024-11-261-22/+22
* [WRAPPER] Reworked gstcontroller with new wrapperhelperptitSeb2024-11-261-17/+17
* [WRAPPER] Reworked gstcheck with new wrapperhelperptitSeb2024-11-264-198/+203
* [ARM64_DYNAREC][TRACE] Use BLR on ret/retn with TRACE to allow relevant debug...ptitSeb2024-11-261-0/+8
* [WRAPPER] Reworked gstbase with new wrapperhelperptitSeb2024-11-264-249/+286
* [LA64_DYNAREC] Added SBB opcodes (#2076)Leslie Zhai2024-11-265-1/+115
* [RV64_DYNAREC] Fixed vector packed logical shift opcodes (#2075)xctan2024-11-262-3/+8
* [WRAPPER] Reworked gstaudio with new wrapperhelperptitSeb2024-11-254-163/+172
* [WRAPPER] Reworked gstapp with new wrapperhelperptitSeb2024-11-251-41/+41
* [WRAPPER] Reworked wrapping of gstallocators with new wrapperhelperptitSeb2024-11-254-10/+15
* [WRAPPER] Reworked gstreamer with new wrapperhelperptitSeb2024-11-256-788/+875
* [RV64_DYNAREC] Fixed vector SSE unpack opcodes (#2074)xctan2024-11-251-4/+4
* [RBTREE] Document the rationale for memory management (#2060)Chi-Kuan Chiu2024-11-251-0/+199
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-2511-8/+51
* [LA64_DYNAREC] Add adc8, adc8c, adc16 and testadc (#2069)Leslie Zhai2024-11-256-0/+293
* [ARM64_DYNAREC] Use YIELD instead of WFE (#2066)Yang Liu2024-11-243-1/+15
* [CORE] Enhanced BOX64_DYNAREC_RV64NOEXT (#2065)xctan2024-11-241-32/+24
* [RV64_DYNAREC] Added, fixed, and optimized opcodes (#2059)xctan2024-11-245-119/+188
* [VULKAN] Added a new extension and a missing functionptitSeb2024-11-241-1/+5
* [ARM64_DYNAREC] Fix a regression, as 90 opcode is not always NOP depending on...ptitSeb2024-11-241-12/+14
* [ARM64_DYNAREC] Generate corresponding hint instruction for PAUSE (#2063)Yang Liu2024-11-242-9/+13
* [RV64_DYNAREC] Minor optimizations on CMPXCHG (#2062)Yang Liu2024-11-241-9/+3
* [ARM64_DYNAREC] Small optim for emit_shld32c CF flag computationptitSeb2024-11-231-2/+1
* [DYNAREC] Better detection of wait slotptitSeb2024-11-231-0/+15
* [BOX32] Removed a debug leftoverptitSeb2024-11-231-1/+1
* Reworked on mmap address alignments for a performance regression (#2057)Yang Liu2024-11-221-3/+2
* Slightly better way to decode wrappersptitSeb2024-11-211-1/+6
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-216-10/+10
* [LA64_DYNAREC] Added more opcodes for JDK (#2055)Yang Liu2024-11-215-1/+272
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-21105-636/+302
* [RCFILE] More adjustments with new strongmemptitSeb2024-11-201-1/+1
* Removed another debug leftoverptitSeb2024-11-201-1/+1
* [TRACE] Don't try to decode a bridge if memory is not mapped or un-readableptitSeb2024-11-201-0/+4
* Removed a debug leftoverptitSeb2024-11-201-1/+1
* [ARM64_DYNAREC] More optimizations on strongmem emulation (#2051)Yang Liu2024-11-202-42/+43
* update pressure_vessel function with additional valid BOX86_LD_LIBRARY_PATH (...theofficialgman2024-11-201-1/+1
* [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)Yang Liu2024-11-193-17/+17
* [ARM64_DYNAREC] Re-enable weakbarrier for dmb.ishst (#2048)Yang Liu2024-11-191-4/+13
* [DYNAREC] Reworked strong memory emulation (#2043)Yang Liu2024-11-1916-200/+571
* [WRAPPER]my_dbus_message_get_args() args type error (#2042)liuli2024-11-195-4/+8
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-1811-41/+154
* [BOX32] Fixed previous commitptitSeb2024-11-181-0/+1
* [BOX32] Fixed long double handling on printf like functionsptitSeb2024-11-181-2/+9
* [ARM64_DYNAREC] Only propagate native flags if at least 1 opcode consume themptitSeb2024-11-171-7/+14
* [WRAPPER] Added last 2 wrapped function for libexpatptitSeb2024-11-174-2/+16
* [WRAPPER] Fixed an isue with __iso99_swcanf wrapped functionptitSeb2024-11-171-1/+1
* [WRAPPER] Added wrapped libzstd.so.1 support, with new wrapperhelperptitSeb2024-11-179-0/+693
* [ARM64_DYNAREC] Cancel native flags when an opcode use native flags not fully...ptitSeb2024-11-171-6/+9