aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCDisassembler/Disassembler.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-9/+7
2016-01-27One more batch of self-containing headers.Benjamin Kramer1-7/+7
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-9/+8
2013-10-03[llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet1-0/+4
2013-10-02[llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet1-0/+5
2012-12-18Add to the disassembler C API an option to print the disassembledKevin Enderby1-0/+4
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-06-06Add accessors for all private members of DisasmContext.Benjamin Kramer1-0/+8
2012-04-06Fixed two leaks in the MC disassembler. The MCSean Callanan1-0/+10
2011-09-15The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson1-1/+9
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-11/+1
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-0/+5
2011-04-24Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl1-0/+6
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby1-1/+1
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby1-0/+90
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby1-90/+0
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby1-0/+90