index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
*
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
*
cpu/drcbex64.cpp, cpu/drcbex86.cpp: Don't leak using namespace from the header.
Vas Crabb
2020-11-29
1
-3
/
+9
*
drcbe: fixed logging problem
Patrick Mackinlay
2020-07-10
1
-4
/
+12
*
drcbex64: implemented asmjit emitter
Patrick Mackinlay
2020-07-02
1
-3565
/
+1514
*
Revert "drcbex64: use asmjit"
Vas Crabb
2020-06-23
1
-1556
/
+2500
*
Revert "drcbex64: fix pushf/popf bug (nw)"
Vas Crabb
2020-06-23
1
-15
/
+15
*
drcbex64: fix pushf/popf bug (nw)
Patrick Mackinlay
2020-06-22
1
-15
/
+15
*
drcbex64: use asmjit
Patrick Mackinlay
2020-06-18
1
-2500
/
+1556
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
(nw) misc cleanup:
Vas Crabb
2019-09-20
1
-8
/
+9
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-4
/
+6
*
drcbex64: Change SSE control to not use Denormals-Are-Zero. Allows MIPs DRC ...
Ted Green
2017-10-21
1
-4
/
+4
*
DRC: fix regression on OS X [Phil Bennett]
arbee
2017-03-18
1
-1
/
+1
*
first srcclean pass (nw)
Vas Crabb
2016-12-25
1
-1
/
+1
*
DRC: fix XMM usage on x64 ABI, restores debugger functionality on Mac/Linux f...
arbee
2016-12-23
1
-0
/
+6
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-6
/
+6
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-2
/
+2
[next]