summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/Disassembler.cpp
AgeCommit message (Expand)Author
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-04-15Embrace nullptr over NULL and 0get
2023-03-26JitInterface: Refactor to class, move to System.Admiral H. Curtiss
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2022-12-01Clean up DisassembleBlock and JitInterface::GetHostCodePokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-11-23UICommon: Make use of fmt where applicableLioncash
2019-04-30Remove redundant initializationFilip Gawin
2018-09-16Merge pull request #7161 from lioncash/disasmLéo Lam
2018-08-12Core/UICommon: Fix assignment to pointerVperuS
2018-07-12CMake: Only link in Bochs on x86 platformsLioncash
2017-03-02UICommon: Make GetNewDisassembler() return a unique_ptrLioncash
2017-02-08UICommon: Rename HAS_LLVM to HAVE_LLVMFlorent Castelli
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-08-07Have the disassembler show the PC next to host instructions.Ryan Houdek
2015-08-04UICommon: Fix a leak/bug in Disassembler retrievalLioncash
2015-07-28UICommon: Pass string by const reference for HostDisassemblerLLVMLioncash
2015-05-31Break out the disassembler code from the WXWidgets UI.Ryan Houdek