aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler/Disassembler.h
AgeCommit message (Expand)Author
2012-12-18Add to the disassembler C API an option to print the disassembledKevin Enderby
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-06-06Add accessors for all private members of DisasmContext.Benjamin Kramer
2012-04-06Fixed two leaks in the MC disassembler. The MCSean Callanan
2011-09-15The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-04-24Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby