summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Opcode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-3/+3
* Remove manual byte counting from Opcode::DumpRaphael Isemann2018-08-201-13/+14
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-8/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-121/+104
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-111-13/+7
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Handle endianness in the Opcode classEd Maste2013-12-091-26/+57
* Remove EOL whitespace and redundant break statementEd Maste2013-10-041-11/+11
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Changed the Opcode::GetData() API so that it didn'tSean Callanan2012-08-071-11/+4
* Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...Greg Clayton2012-08-071-8/+21
* Improved raw disassembly output for Thumb.Sean Callanan2012-08-061-22/+10
* <rdar://problem/11330621>Greg Clayton2012-05-101-3/+27
* Cleaned up code that was getting SBData for an SBInstruction.Greg Clayton2012-04-111-0/+35
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-0/+17
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-1/+1
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-1/+47
* Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton2011-03-241-0/+18
OpenPOWER on IntegriCloud