summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Opcode.cpp
AgeCommit message (Expand)Author
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-08-20Remove manual byte counting from Opcode::DumpRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.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
2016-03-11Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2013-12-09Handle endianness in the Opcode classEd Maste
2013-10-04Remove EOL whitespace and redundant break statementEd Maste
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-07Changed the Opcode::GetData() API so that it didn'tSean Callanan
2012-08-07Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...Greg Clayton
2012-08-06Improved raw disassembly output for Thumb.Sean Callanan
2012-05-10<rdar://problem/11330621>Greg Clayton
2012-04-11Cleaned up code that was getting SBData for an SBInstruction.Greg Clayton
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton
2011-03-26Added the ability to get the min and max instruction byte size for Greg Clayton
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-24Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton