index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
drcbex64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix various bitwise/logical warnings
Patrick Mackinlay
2025-04-25
1
-1
/
+1
*
cpu/drcbex64.cpp: Always keep UML floating point registers in memory for SysV...
Vas Crabb
2025-04-17
1
-88
/
+75
*
A couple of recompiler improvements involving the carry flag:
Vas Crabb
2025-04-16
1
-15
/
+8
*
Even more recompiler fixes:
Vas Crabb
2025-04-15
1
-22
/
+13
*
cpu/drcbex64.cpp: Fixed another bug uncovered after fixing a bug in the DRC t...
Vas Crabb
2025-04-13
1
-2
/
+1
*
More recompiler fixes:
Vas Crabb
2025-04-12
1
-29
/
+13
*
Started moving UML instruction reference to main documentation, fixed more re...
Vas Crabb
2025-04-12
1
-70
/
+48
*
Still more recompiler fixes:
Vas Crabb
2025-04-10
1
-247
/
+85
*
cpu/uml.cpp: Fixed assertion failures when simplification reduces operand count.
Vas Crabb
2025-04-09
1
-88
/
+13
*
-A few recompiler adjustments:
Vas Crabb
2025-04-09
1
-60
/
+26
*
-cpu/uml.cpp: Rewrote the UML simplification code.
Vas Crabb
2025-04-08
1
-218
/
+153
*
-cpu/e132xs: Got rid of "Mission Craft flags" compile time option.
Vas Crabb
2025-04-04
1
-226
/
+221
*
-cpu/e132xs: Miscellaneous fixes/optimisation:
Vas Crabb
2025-04-03
1
-15
/
+28
*
-cpu/e132xs: General cleanup and usability improvements:
Vas Crabb
2025-03-29
1
-13
/
+16
*
-cpu/e132xs: Fixes and optimisations:
Vas Crabb
2025-03-26
1
-4
/
+17
*
cpu/e132xs, cpu/drcbex64.cpp: More fixes and optimisation:
Vas Crabb
2025-03-25
1
-2
/
+16
*
cpu/e132xs: More recompiler fixes:
Vas Crabb
2025-03-22
1
-1
/
+1
*
cpu/e132xs, cpu/drcbex64.cpp: Recompiler fixes and optimisations:
Vas Crabb
2025-03-21
1
-247
/
+161
*
Some relatively simple recompiler optimisations:
Vas Crabb
2025-03-20
1
-22
/
+42
*
-More DRC fixes/improvements:
Vas Crabb
2025-03-20
1
-224
/
+591
*
-cpu/drcbe*.cpp: Print an error message and abort when running off the end of...
Vas Crabb
2025-03-18
1
-16
/
+63
*
cpu/drcbearm64.cpp: General cleanup, no functional changes.
Vas Crabb
2025-03-16
1
-5
/
+5
*
-cpu/drcbex64.cpp: Align HANDLE entry point to 16-byte boundary.
Vas Crabb
2025-03-12
1
-4
/
+6
*
-seta/rmhaihai.cpp: Added Real Mahjong Haihai DIP switch locations from manual.
Vas Crabb
2025-03-07
1
-1
/
+0
*
cpu: Moved DRC backend declarations out of headers and into anonymous namespa...
Vas Crabb
2025-02-22
1
-3
/
+293
*
-cpu/drcbeut.cpp: Don't allocate from the DRC cache unnecessarily.
Vas Crabb
2025-02-12
1
-7
/
+7
*
cpu/drcbex64.cpp: Slightly optimised some degenerate cases for memory accesses.
Vas Crabb
2025-02-08
1
-69
/
+236
*
-cpu/drcbex64.cpp: Fixed handling of address map global mask.
Vas Crabb
2025-02-06
1
-4
/
+4
*
cpu/drcbearm64.cpp: Added scaffolding for directly dispatching memory accesses.
Vas Crabb
2025-02-05
1
-13
/
+15
*
-cpu/drcbex64.cpp: Directly dispatch memory accesses no larger than native wi...
Vas Crabb
2025-02-05
1
-69
/
+439
*
cpu: Got rid of the rest of the static member function trampolines.
Vas Crabb
2025-02-04
1
-31
/
+44
*
cpu/drcbeut.cpp: Removed static address space accessors.
Vas Crabb
2025-02-03
1
-209
/
+76
*
Cleanup:
Vas Crabb
2025-02-03
1
-4
/
+4
*
Slight DRC code generation optimisation:
Vas Crabb
2025-01-17
1
-1
/
+7
*
DRC cleanup and minor optimisation: [Windy Fairy, Vas Crabb]
Vas Crabb
2025-01-16
1
-53
/
+41
*
cpu/drcbe*.cpp: Added write byte with explicit mask.
Vas Crabb
2025-01-15
1
-6
/
+34
*
-cpu/drcbex64.cpp: Be nicer to the return address predictor.
Vas Crabb
2025-01-15
1
-24
/
+24
*
DRC: Calculate negative and zero flags for shifts/rotates with a zero shift c...
987123879113
2025-01-14
1
-19
/
+21
*
-util/mfpresolve.cpp: Moved member function resolution code to a common locat...
Vas Crabb
2025-01-14
1
-103
/
+72
*
cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162)
987123879113
2025-01-14
1
-1
/
+3
*
osd: Added helper for getting CPU cache line size.
Vas Crabb
2025-01-13
1
-2
/
+15
*
Fixed more recompiler backend issues: (#13132)
987123879113
2024-12-30
1
-13
/
+10
*
Fixed various recompiler issues and added functionality: (#13108)
987123879113
2024-12-29
1
-400
/
+615
*
drcbex64,drcbex86: avoid deprecated functions
Patrick Mackinlay
2024-04-12
1
-2
/
+2
*
drcbex64.cpp: Fix assert in debug build with some CPUs (PowerPC, SH)
AJR
2022-04-07
1
-10
/
+9
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+1
*
asmjit: mame integration
Patrick Mackinlay
2022-02-13
1
-75
/
+83
*
cpu/drcbex64.cpp: Proof-of-concept for optimisation of calling out.
Vas Crabb
2021-09-22
1
-44
/
+265
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-7
/
+7
*
cpu: Slightly reduce the number of page protection state changes
Vas Crabb
2021-01-06
1
-0
/
+1
[next]