summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/Disassembler.h
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-9/+8
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-031-0/+4
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-021-0/+5
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-181-0/+4
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-061-0/+8
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-061-0/+10
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-151-1/+9
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-11/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-0/+5
* Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl2011-04-241-0/+6
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-111-1/+1
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-281-0/+90
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-261-90/+0
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-261-0/+90
OpenPOWER on IntegriCloud