about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make StrongMem emulation level 2 strongerptitSeb2022-09-042-6/+24
* Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)ptitSeb2022-08-091-8/+16
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-0/+2
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-063-33/+33
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-2/+2
* [DYNAREC] Improved handlinf of RIP valueptitSeb2022-07-164-4/+10
* [DYNAREC] Fixed 0F 09 OpcodeptitSeb2022-07-161-0/+8
* [DYNAREC] Improved pred_sz computationptitSeb2022-07-161-8/+10
* [DYNAREC] Improved trace a bitptitSeb2022-07-161-1/+1
* [DYNAREC] Fixed 0F 09/0B opcodesptitSeb2022-07-163-0/+10
* [DYNAREC] More color for DYNAREC_DUMP=2ptitSeb2022-07-101-4/+4
* [DYNAREC] Fixed some x87 issues (fixing issues with ut2004)ptitSeb2022-07-091-5/+5
* [DYNAREC] Disable 64 66 0F 2E opcode, something is wrong and it SIGILL (for #...ptitSeb2022-07-032-4/+4
* Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)ptitSeb2022-07-031-0/+37
* Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)ptitSeb2022-07-032-4/+25
* [DYNAREC] Added most 67 00-3C opcodesptitSeb2022-07-032-1/+438
* [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...ptitSeb2022-07-0319-267/+306
* Improved a bit HotPage handling (might help Terraria and RimWorld, maybe other)ptitSeb2022-06-261-3/+37
* [DYNAREC] Remove assert, the test is not relevent anymoreptitSeb2022-06-251-1/+0
* [DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec...ptitSeb2022-06-251-3/+3
* [DYNAREC] Added BRK emitter, to help debuggingptitSeb2022-06-251-0/+4
* [DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in Un...ptitSeb2022-06-191-1/+14
* [DYNAREC] added 67 8B opcodeptitSeb2022-06-111-0/+12
* Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+78
* [DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcodeptitSeb2022-06-111-0/+5
* Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-1/+17
* Fixed a regression with last dynarec refactor (for #318)ptitSeb2022-06-051-0/+2
* [DYNAREC] Fixed a rare case of crash when crrent block is invalidptitSeb2022-05-281-1/+1
* [DYNAREC] Fixed regression on 66 C1 /7 opcodeptitSeb2022-05-281-1/+1
* [DYNAREC] Various small fixes and improvments to a few opcodesptitSeb2022-05-265-52/+47
* [DYNAREC] Fix an issue with LOCK ADD Ew, Iw opcodeptitSeb2022-05-261-3/+3
* Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)ptitSeb2022-05-031-1/+42
* [DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...ptitSeb2022-04-251-8/+8
* Small fixes for a few sse opcodesptitSeb2022-04-253-11/+11
* [DYNAREC] A small optim of FCOMI macro when OF, AF or SF are neededptitSeb2022-04-251-11/+12
* [DYNAREC] Ignore 26 Prefix (for #290)ptitSeb2022-04-231-2/+2
* [DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)ptitSeb2022-04-231-1/+1
* [DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...ptitSeb2022-04-181-36/+3
* [DYNAREC] Simpler writing for this testptitSeb2022-04-181-1/+1
* [DYNAREC] Small optim on flags barrier handlingptitSeb2022-04-181-10/+7
* [DYNAREC] Added F0 21 opcodeptitSeb2022-04-171-0/+20
* [DYNAREC] Added 66 0F 3A DF opcodeptitSeb2022-04-173-20/+62
* [DYNAREC] Added 66 0F 51 opcodeptitSeb2022-04-171-1/+20
* [DYNAREC] Better handling of opcodes with 66 F0 prefixesptitSeb2022-04-174-276/+335
* [DYNAREC] Added 0F AE /7 opcodeptitSeb2022-04-173-0/+15
* [DYNAREC] Added 66 0F 3A 20 opcodeptitSeb2022-04-171-1/+10
* [DYNAREC] Added 66 F0 FF and F0 08 opcodesptitSeb2022-04-171-0/+76
* [DYNAREC] Added F8/F9 opcodesptitSeb2022-04-171-0/+12
* [DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...ptitSeb2022-04-161-1/+12
* [DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ...ptitSeb2022-04-161-1/+1