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
/
uml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-misc/dgpix.cpp: Marked Elfin as having unemulated protection.
Vas Crabb
4 days
1
-28
/
+29
*
Started moving UML instruction reference to main documentation, fixed more re...
Vas Crabb
9 days
1
-0
/
+17
*
Still more recompiler fixes:
Vas Crabb
11 days
1
-44
/
+102
*
cpu/uml.cpp: Fixed assertion failures when simplification reduces operand count.
Vas Crabb
11 days
1
-7
/
+32
*
-cpu/uml.cpp: Rewrote the UML simplification code.
Vas Crabb
12 days
1
-362
/
+779
*
-More DRC fixes/improvements:
Vas Crabb
2025-03-20
1
-1
/
+12
*
cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162)
987123879113
2025-01-14
1
-2
/
+0
*
Fixed more recompiler backend issues: (#13132)
987123879113
2024-12-30
1
-2
/
+2
*
Fixed various recompiler issues and added functionality: (#13108)
987123879113
2024-12-29
1
-52
/
+87
*
eminline.h: Additions
AJR
2022-09-25
1
-33
/
+6
*
Added helpers for 64-bit count leading zeroes/ones.
Vas Crabb
2021-06-13
1
-7
/
+2
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
1
-4
/
+4
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-4
/
+4
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-1
/
+1
*
Renamed flipendian -> swapendian, as I spent minutes trying to find the funct...
mooglyguy
2018-11-05
1
-2
/
+2
*
modernise drcuml somewhat (nw)
Vas Crabb
2018-03-24
1
-2
/
+2
*
use more constexpr and literal classes in UML to give compiler more optimisat...
Vas Crabb
2018-03-17
1
-428
/
+407
*
uml: fix compile due to unused variable (nw)
hap
2017-10-23
1
-0
/
+1
*
uml : add case for parameter PTYPE_CODE_LABEL in uml instruction disassembly
Happy
2017-03-29
1
-0
/
+5
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-3
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-45
/
+45
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde]
Ville Linde
2016-05-20
1
-0
/
+2
*
fix uml log (nw)
Ville Linde
2016-04-07
1
-3
/
+11
*
UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer an...
Ville Linde
2016-04-03
1
-3
/
+2
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-21
/
+21
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-35
/
+30
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-6
/
+5
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-6
/
+6
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1029