about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [DYNAREC_RV64] Removed TODOs on GETEX and GETEM macros (#1720)Yang Liu2024-08-096-306/+303
|
* [RV64_DYNAREC] Fixed register conflict in the GETSEB marco (#1719)xctan2024-08-091-1/+1
|
* [RV64_DYNAREC] Fixed register conflict with GETEB macro (#1718)xctan2024-08-081-7/+14
|
* [INTERP] Fixed some undefined behaviour (#1717)Yang Liu2024-08-081-6/+12
|
* [LA64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1716)Yang Liu2024-08-083-65/+100
|
* [RV64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1715)xctan2024-08-084-12/+39
|
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-074-2/+144
|
* [ARM64_DYNAREC] Added AVX.F3.0F38 F7 opcodeptitSeb2024-08-074-0/+83
|
* Small optimisation on xsave / xrstor helperptitSeb2024-08-071-12/+6
|
* [ARM64_DYNAREC] Added F0 20 opcodeptitSeb2024-08-041-0/+31
|
* Added 3 syscallsptitSeb2024-07-301-0/+3
|
* [DYNAREC] Remove BARRIER_NEXT macroptitSeb2024-07-2911-27/+0
|
* Update README_UK.md (#1709)Ilya1142024-07-281-3/+2
|
* [RCFILE] Added support for generic names in RCFilesptitSeb2024-07-254-19/+69
|
* Added 67 66 0F EF opcode ([ARM64_DYNAREC] too)ptitSeb2024-07-231-1/+9
|
* Added 67 66 0F FE opcode ([ARM64_DYNAREC] too)ptitSeb2024-07-232-0/+18
|
* [RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1706)Yang Liu2024-07-233-5/+9
|
* [RV64_DYNAREC] Fixed vector infra (#1705)Yang Liu2024-07-225-33/+53
|
* [DYNAREC] Fixed CI failures for RV64 and LA64 (#1702)Yang Liu2024-07-223-15/+18
| | | | | * [DYNAREC] Fixed CI failures for RV64 and LA64 * comment out android tests for now
* Improved exception/int 3 handlingptitSeb2024-07-219-18/+121
|
* Better X11 callback in list handlingptitSeb2024-07-213-39/+32
|
* Improved TF handlingptitSeb2024-07-211-2/+3
|
* [ARM64_DYNAREC] Add a test about arm64 addresses in pass3, and abort if wrongptitSeb2024-07-211-0/+1
|
* [DYNAREC] Fixed a typo in an error messageptitSeb2024-07-211-2/+2
|
* Leave low memory for wine if it's loadedptitSeb2024-07-211-1/+2
|
* [LA64_DYNAREC] Added more opcodes (#1701)Yang Liu2024-07-205-722/+811
|
* [LA64_DYNAREC] Added more opcodes (#1700)Yang Liu2024-07-205-0/+131
|
* [RV64_DYNAREC] Added more 66 0F 38 opcodes for vector (#1699)Yang Liu2024-07-192-0/+34
|
* [RV64_DYNAREC] Added vector SEW cache (#1698)Yang Liu2024-07-1915-76/+143
| | | | | * [RV64_DYNAREC] Added vector SEW cache * handling reset_n
* [RCFILE] Re-organized box64.box64rc and add EA/Origin launcher progress profilesptitSeb2024-07-181-50/+77
|
* [RV64_DYNAREC] Added 66 0F 38 00 PSHUFB for vector (#1697)Yang Liu2024-07-183-4/+32
|
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1696)Yang Liu2024-07-182-0/+47
|
* [RV64_DYNAREC] Show missing opcodes in vector implementation (#1695)Yang Liu2024-07-183-3/+22
|
* [RV64_DYNAREC] Added vlen detection (#1694)Yang Liu2024-07-183-2/+14
|
* [LA64_DYNAREC] Added more opcodes and fixed more issues (#1692)Yang Liu2024-07-174-6/+90
|
* [INTERPRETER] Fixed some issue with INT opcodes and STEP logicptitSeb2024-07-171-3/+3
|
* Added 1 more wrapped function to gstaudioptitSeb2024-07-171-1/+1
|
* [LA64_DYNAREC] Added more opcodes (#1690)Yang Liu2024-07-172-3/+95
|
* Change (again) how Wine prereserved memory is allocated and freedptitSeb2024-07-162-4/+24
|
* [LA64_DYNAREC] Added more opcodes (#1688)Yang Liu2024-07-163-0/+90
|
* [LA64_DYNAREC] Fixed CMPSD (#1687)Yang Liu2024-07-161-1/+1
|
* [LA64_DYNAREC] Fixed some opcodes (#1686)Yang Liu2024-07-162-3/+9
|
* Changed how TRAPNO 12 is triggeredptitSeb2024-07-161-4/+5
|
* [RV64_DYNAREC] Fixed GETGXSS_empty on upper bits handling (#1685)Yang Liu2024-07-161-2/+1
|
* [RV64_DYNAREC] Clear high 32bits when write back as single (#1684)Yang Liu2024-07-161-2/+5
|
* [LA64_DYNAREC] Remove xMASK and fixed 86 XCHG opcode (#1683)Yang Liu2024-07-1613-90/+67
|
* [ARM64_DYNAREC] Fixed OR Ew, Gw (#1682)Yang Liu2024-07-161-1/+1
|
* [RV64_DYNAREC] Fixed some bugs for VMP (#1679)xctan2024-07-165-49/+41
| | | | | | | * [RV64_DYNAREC] Fixed reg x3 conflict with the GETEW macro * [RV64_DYNAREC] Fixed (LOCK) XCHG Eb, Gb again * [RV64_DYNAREC] Fixed register conflict in (LOCK) XCHG Eb, Gb
* build: fix PKGBUILD-rk3xxx pkgname was set to box86 (#1681)Panda2024-07-161-1/+1
|
* [LA64_DYNAREC] Added 2 more opcodes (#1680)Yang Liu2024-07-152-0/+21
|