summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectSymbolizer.h
Commit message (Expand)AuthorAge
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-21
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-30
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24