summaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler/Disassembler.h
Commit message (Expand)AuthorAge
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-03
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-02
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-18
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-06
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-06
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-15
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl2011-04-24
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-28
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-26
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-26