aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-126/+106
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan1-0/+1
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-4/+4
2015-12-11DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan1-1/+1
2015-10-22Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko1-25/+29
2015-10-21Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko1-29/+26
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-26/+29
2015-08-26[MIPS] Avoid breakpoint in delay slotBhushan D. Attarde1-0/+1
2015-07-16[LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil1-1/+1
2015-06-18[LLDB][MIPS] Emulation of MIPS64 floating-point branch instructionsMohit K. Bhakkad1-1/+1
2014-04-15Remove trailing spacesSylvestre Ledru1-23/+23
2013-08-07New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea1-1/+2
2013-05-10<rdar://problem/13854277>Greg Clayton1-8/+2
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-9/+9
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-11/+11
2013-03-28<rdar://problem/11730263>Greg Clayton1-3/+5
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-7/+52
2013-01-25<rdar://problem/13069948>Greg Clayton1-2/+2
2012-05-10<rdar://problem/11330621>Greg Clayton1-10/+8
2012-02-17Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan1-0/+126