Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / MC / MCDisassembler / Disassembler.h
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-04-06 Sean CallananFixed two leaks in the MC disassembler. The MC
2011-09-15 Owen AndersonThe the MC disassembler C API to print in verbose mode...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-04-24 Sebastian RedlGive MC/MCDisassembler/Disassembler.h a header guard.
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...