index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
UICommon
/
Disassembler.cpp
Age
Commit message (
Expand
)
Author
2023-11-28
Remove _M_X86 in favour of _M_X86_64
Zopolis4
2023-04-15
Embrace nullptr over NULL and 0
get
2023-03-26
JitInterface: Refactor to class, move to System.
Admiral H. Curtiss
2023-01-27
PowerPC: Remove PC macro.
Admiral H. Curtiss
2022-12-01
Clean up DisassembleBlock and JitInterface::GetHostCode
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-11-23
UICommon: Make use of fmt where applicable
Lioncash
2019-04-30
Remove redundant initialization
Filip Gawin
2018-09-16
Merge pull request #7161 from lioncash/disasm
Léo Lam
2018-08-12
Core/UICommon: Fix assignment to pointer
VperuS
2018-07-12
CMake: Only link in Bochs on x86 platforms
Lioncash
2017-03-02
UICommon: Make GetNewDisassembler() return a unique_ptr
Lioncash
2017-02-08
UICommon: Rename HAS_LLVM to HAVE_LLVM
Florent Castelli
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-08-07
Have the disassembler show the PC next to host instructions.
Ryan Houdek
2015-08-04
UICommon: Fix a leak/bug in Disassembler retrieval
Lioncash
2015-07-28
UICommon: Pass string by const reference for HostDisassemblerLLVM
Lioncash
2015-05-31
Break out the disassembler code from the WXWidgets UI.
Ryan Houdek