summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Use a RAII guard to control access to DisassemblerLLVMC.Raphael Isemann2018-08-281-13/+0
* Check existence of each required component during construction of LLVMCDisass...Tatyana Krasnukha2018-01-111-53/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-126/+106
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
* DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan2015-12-111-1/+1
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko2015-10-221-25/+29
* Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko2015-10-211-29/+26
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-26/+29
* [MIPS] Avoid breakpoint in delay slotBhushan D. Attarde2015-08-261-0/+1
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-1/+1
* [LLDB][MIPS] Emulation of MIPS64 floating-point branch instructionsMohit K. Bhakkad2015-06-181-1/+1
* Remove trailing spacesSylvestre Ledru2014-04-151-23/+23
* New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea2013-08-071-1/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-8/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-9/+9
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-11/+11
* <rdar://problem/11730263>Greg Clayton2013-03-281-3/+5
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-7/+52
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* <rdar://problem/11330621>Greg Clayton2012-05-101-10/+8
* Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan2012-02-171-0/+126
OpenPOWER on IntegriCloud