summaryrefslogtreecommitdiff
path: root/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
AgeCommit message (Expand)Author
2019-05-14typedef enum -> enumFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-06Remove GetShortPluginName.Bruce Mitchener
2015-07-20Improve aarch64 instruction emulationTamas Berghammer
2015-07-17Improve conditional opcode handling in emulation based unwindingTamas Berghammer
2015-06-26Add branch emulation to aarch64 instruction emulatorTamas Berghammer
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas
2014-04-28Address warnings in EmulateInstructionARM64Ed Maste
2014-03-29lldb arm64 import.Jason Molenda