summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-1/+1
* [lldb] Fix LLDB build after API change to printInst (D72172)Raphael Isemann2020-01-071-2/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+4
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-2/+4
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-4/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+8
* [ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...Omair Javaid2019-05-231-3/+3
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-8/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-6/+0
* When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda2019-03-071-0/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-112-7/+0
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+1
* Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda2018-09-071-2/+4
* Use a RAII guard to control access to DisassemblerLLVMC.Raphael Isemann2018-08-282-60/+59
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-18/+14
* Check existence of each required component during construction of LLVMCDisass...Tatyana Krasnukha2018-01-112-166/+174
* Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda2017-12-221-0/+5
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix another build issue with shared libraries on LinuxChris Bieneman2017-02-101-0/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+10
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-4/+4
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-1537/+1302
* Second round of fixups for r280692Pavel Labath2016-09-061-3/+4
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-062-0/+567
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-071-249/+267
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-051-12/+2
* Upgrade the arm/thumb architecture used by the disassemblerTamas Berghammer2016-03-021-2/+2
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Update for LLVM changeBenjamin Kramer2016-01-261-4/+4
* DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan2015-12-112-19/+29
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko2015-10-222-79/+76
* Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko2015-10-212-45/+53
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-212-53/+45
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-0/+2
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-5/+22
* Fix build after llvm r247683 was reverted.Daniel Sanders2015-09-151-1/+1
* Fix build after llvm r247683Pavel Labath2015-09-151-1/+1
* Remove a call to deleted function.Greg Clayton2015-09-091-1/+0
* Make sure to flush the stream to make sure the string is up to date when we q...Greg Clayton2015-09-091-0/+1
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
OpenPOWER on IntegriCloud