summaryrefslogtreecommitdiff
path: root/lib/MC/MCExternalSymbolizer.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* 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
* Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call backKevin Enderby2014-01-21
* Tweak the MCExternalSymbolizer to print references to C string literalsKevin Enderby2014-01-16
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...Reid Kleckner2014-01-03
* For disassembly when adding a symbolic operand that is a C++Kevin Enderby2014-01-03
* Add to the disassembler C API output reference types forKevin Enderby2013-11-01
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24