summaryrefslogtreecommitdiff
path: root/lib/MC/MCSymbolizer.cpp
Commit message (Expand)AuthorAge
* Move MCSymbolizer's constructor into header. It's trivial - there's no need forLang Hames2014-03-27
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24