summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-111-113/+167
* 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
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* 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-061-1411/+1196
* 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-061-0/+566
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-071-249/+267
* 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
* Update for LLVM changeBenjamin Kramer2016-01-261-4/+4
* DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan2015-12-111-18/+28
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko2015-10-221-54/+47
* Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko2015-10-211-16/+27
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-27/+16
* 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
* Only create alternative thumb disassembler if the main one is armTamas Berghammer2015-09-021-2/+2
* Fix arm disassambler with specifying armv8.1a architectureTamas Berghammer2015-09-021-10/+18
* [MIPS] Avoid breakpoint in delay slotBhushan D. Attarde2015-08-261-0/+45
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-3/+3
* Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren2015-08-131-1/+0
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-5/+20
* Fix test regression TestDisassemble_VST1_64 (caused by r239996)Tamas Berghammer2015-06-181-1/+1
* [LLDB][MIPS] Emulation of MIPS64 floating-point branch instructionsMohit K. Bhakkad2015-06-181-4/+42
* Switch from setPrintImmHex to setPrintHexStyle to follow changes from r239263.Oleksiy Vyalov2015-06-081-2/+2
* Fix call to llvm::Target::createMCInstPrinter.Chaoren Lin2015-03-311-3/+3
* Fix call to MCInstPrinter::printInst to pass MCSubtargetInfo.Akira Hatanaka2015-03-271-1/+2
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-4/+42
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-1/+1
* Update to reflect the API change to createMCSymbolizer in LLVM r226416.Chandler Carruth2015-01-191-1/+1
* Update for llvm API change.Rafael Espindola2014-11-121-4/+2
* Use llvm::StringRefMemoryObject NFC.Rafael Espindola2014-11-071-24/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+9
* Update how we create our MCSymbolizer to keep working correctlyJason Molenda2014-05-171-1/+5
* Remove trailing spacesSylvestre Ledru2014-04-151-61/+60
* Make LLDB builds against the current LLVM sources (modification on createMCDi...Sylvestre Ledru2014-04-151-1/+1
* Fix LLDB to build with top of tree LLVM/Clang.Greg Clayton2014-04-141-5/+3
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
OpenPOWER on IntegriCloud