about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Improved 0F A4 opcodeptitSeb2023-11-163-8/+44
* [INTERPRETER] Fixed OF flags for shld opcodesptitSeb2023-11-161-6/+3
* [ARM64_DYNAREC] Optimized 66 AD opcodeptitSeb2023-11-163-8/+62
* [ARM64_DYNAREC] Optimized 66 AC opcodeptitSeb2023-11-164-12/+78
* [ARM64_DYNAREC] Fixed shrd 32/64bits opcodesptitSeb2023-11-163-7/+37
* [ARM64_DYNAREC] Reworked shrd 32/64bits opcodesptitSeb2023-11-163-12/+81
* [INTERPRETER] Reworked shrd OF flag computationptitSeb2023-11-161-3/+3
* [ARM64_DYNAREC] Optimized F6 /6 /7 opcodesptitSeb2023-11-151-5/+11
* [ARM64_DYNAREC] Uses SKIPTEST instead of NOTEST for 66 F7 /7 opcodeptitSeb2023-11-151-1/+1
* [ARM64_DYNAREC] Small optims on some shift opcodesptitSeb2023-11-153-22/+18
* [ELFLOADER] Small improvment to have correct R/W attribute set on elf memoryptitSeb2023-11-151-3/+5
* Added syscall 266 (for #1066)ptitSeb2023-11-151-0/+1
* Workaround to handle SIGMAX properly (should help #1056)ptitSeb2023-11-152-8/+8
* Added 64/65 [64/65] 90 opcode ([ARM64_DYNAREC] Too)ptitSeb2023-11-152-2/+25
* [TRACE] Small improvment to trace handlingptitSeb2023-11-152-2/+6
* Fixed no DYNAREC buildptitSeb2023-11-131-0/+4
* [DYNAREC] Small improved trace on UD / INT type of opcodesptitSeb2023-11-131-2/+2
* [INTERPRETER] Small cosmetic changes to some F0 prefixed opcodesptitSeb2023-11-132-43/+45
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-134-0/+70
|\
| * [RV64_DYNAREC] [32BITS] Added more opcodes for minipad2.exe (#1062)Yang Liu2023-11-134-0/+70
* | Better dependancies for fontconfig lib (should help #1063)ptitSeb2023-11-131-1/+4
|/
* Prefixed the address space message by BOX64, it's cleanerptitSeb2023-11-131-2/+2
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-136-27/+132
|\
| * [RV64_DYNAREC] Added a few opcodes for minipad2.exe (#1061)Yang Liu2023-11-136-27/+132
* | [ELFLOADER] Small changes on elf memory managmentptitSeb2023-11-133-5/+25
|/
* [ARM64_DYNAREC] Optimized 16bits ROL/ROR opcodesptitSeb2023-11-132-36/+60
* [ARM64_DYNAREC] Optimized 16bits SHL/SHR/SAR opcodesptitSeb2023-11-133-81/+411
* [DYNAREC] Don't consume X_PEND if opcode MAY emit flagsptitSeb2023-11-131-3/+3
* [ARM64_DYNAREC] Added emit_sar8 helperptitSeb2023-11-133-6/+50
* [ARM64_DYNAREC] Add optionnal handling of no flag update for shift CL opcodesptitSeb2023-11-131-0/+22
* [ELFLOADER] Some more fixes to elf memory managerptitSeb2023-11-131-3/+4
* [COSIM] Fix GO_TRACE (#1059)Yang Liu2023-11-121-2/+2
* [ARM64_DYNAREC] Some fixes to shift opcodesptitSeb2023-11-121-9/+33
* [ELFLOADER] Fixed align issue (may help #1057) (#1058)Yang Liu2023-11-121-2/+2
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-122-32/+55
|\
| * [ARM64_DYNAREC] More fixes on 8bits shift emitersptitSeb2023-11-122-32/+55
* | Small improvment in global hackingptitSeb2023-11-121-2/+2
* | [TRACE] Small improvment for push rbp traceptitSeb2023-11-121-1/+2
|/
* [ARM64_DYNAREC] Fixed sar8c usageptitSeb2023-11-122-3/+3
* [ARM64_DYNAREC] Some more work on shift opcodesptitSeb2023-11-121-23/+29
* [INTERPRETER] Small adjustment on shl flag computationptitSeb2023-11-111-17/+17
* [ARM64_DYNAREC] Added emit_sar8cptitSeb2023-11-113-23/+50
* [ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shiftsptitSeb2023-11-114-49/+77
* [ARM64_DYNAREC] Added emit_shr8 helperptitSeb2023-11-113-14/+55
* [ARM64_DYNAREC] improved D2 /4/6 opcodesptitSeb2023-11-113-7/+58
* [ARM64_DYNAREC] Fixed 64/65 8E opcodeptitSeb2023-11-111-0/+1
* [ARM64_DYNAREC] Reorganised D0/D2 opcodes and Added shl8c emitter useptitSeb2023-11-111-96/+132
* [ARM64_DYNAREC] Added shl8c emitterptitSeb2023-11-113-13/+57
* [ARM64_DYNAREC] Fixed OF flags for 8 bit addition when using FLAGM extensionptitSeb2023-11-111-3/+3
* [ARM64_DYNAREC] More fixing and improving on shifting opcodesptitSeb2023-11-1011-126/+391