about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so ↵ptitSeb2022-07-0319-267/+306
| | | | MOV to/from them use a Memory Barrier automaticaly
* 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 ↵ptitSeb2022-06-251-3/+3
| | | | predecessor array (should help #328, maybe other)
* [DYNAREC] Added BRK emitter, to help debuggingptitSeb2022-06-251-0/+4
|
* [DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in ↵ptitSeb2022-06-191-1/+14
| | | | Unigine Heaven linux version)
* [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
| | | | bitmap distortion)
* 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 ↵ptitSeb2022-04-181-36/+3
| | | | operations
* [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 ↵ptitSeb2022-04-161-1/+12
| | | | added some memory barrier on hotpage allocation, to stay safe on Arm
* [DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ↵ptitSeb2022-04-161-1/+1
| | | | last_ip (fixes Geekbench 5)
* Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb2022-04-162-12/+64
|
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-1/+1
|
* [DYNAREC] Fixed some issue with RIP optimisations (Fixed Doom)ptitSeb2022-04-102-1/+6
|
* [DYNAREC] Fixed a warningptitSeb2022-04-101-2/+2
|
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-0928-1230/+2633
|
* Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)ptitSeb2022-04-061-0/+19
|
* More work on test17, and handling -NAN on divsdptitSeb2022-04-013-10/+22
|
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ↵ptitSeb2022-04-014-38/+77
| | | | ([DYNAREC] too)
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-311-2/+15
|
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing ↵ptitSeb2022-03-311-2/+15
| | | | BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
* Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 ↵ptitSeb2022-03-301-3/+16
| | | | opcodes)
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-291-0/+47
|
* [DYNAREC] Fixed F0 0F B0 opcodeptitSeb2022-03-261-0/+1
|
* [DYNAREC] Added F0 0F B0 opcodeptitSeb2022-03-251-0/+43
|
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-2/+0
|
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
|