aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-21[lldb/Plugin] Move DisassemblerLLVMC for consistency with plugin (NFC)Jonas Devlieghere1-1436/+0
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-1/+1
2020-01-07[lldb] Fix LLDB build after API change to printInst (D72172)Raphael Isemann1-2/+2
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-2/+4
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-2/+4
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-4/+3
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-8/+8
2019-05-23[ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...Omair Javaid1-3/+3
2019-05-16Simplify ArchSpec::IsMIPS()Fangrui Song1-8/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-03-07When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda1-0/+5
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-4/+1
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner1-1/+1
2018-09-07Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda1-2/+4
2018-08-28Use a RAII guard to control access to DisassemblerLLVMC.Raphael Isemann1-47/+59
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha1-3/+3
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-18/+14
2018-01-11Check existence of each required component during construction of LLVMCDisass...Tatyana Krasnukha1-113/+167
2017-12-22Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda1-0/+5
2017-05-12Rename Error -> Status.Zachary Turner1-2/+2
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-2/+2
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-4/+4
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-3/+2
2016-09-21Make lldb::Regex use StringRef.Zachary Turner1-2/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1411/+1196
2016-09-06Second round of fixups for r280692Pavel Labath1-3/+4
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan1-0/+566
2016-06-07Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton1-249/+267
2016-04-05Consolidate the knowledge of what arm cores are always executingJason Molenda1-12/+2
2016-03-02Upgrade the arm/thumb architecture used by the disassemblerTamas Berghammer1-2/+2
2016-01-26Update for LLVM changeBenjamin Kramer1-4/+4
2015-12-11DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan1-18/+28
2015-10-22Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko1-54/+47
2015-10-21Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko1-16/+27
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-27/+16
2015-10-08Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda1-0/+2
2015-09-22[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil1-5/+22
2015-09-15Fix build after llvm r247683 was reverted.Daniel Sanders1-1/+1
2015-09-15Fix build after llvm r247683Pavel Labath1-1/+1
2015-09-09Remove a call to deleted function.Greg Clayton1-1/+0
2015-09-09Make sure to flush the stream to make sure the string is up to date when we q...Greg Clayton1-0/+1
2015-09-02Only create alternative thumb disassembler if the main one is armTamas Berghammer1-2/+2
2015-09-02Fix arm disassambler with specifying armv8.1a architectureTamas Berghammer1-10/+18
2015-08-26[MIPS] Avoid breakpoint in delay slotBhushan D. Attarde1-0/+45
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda1-3/+3