1. 3d8b0eb [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  2. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago[Renamed (88%) from llvm/lib/MC/MCSymbolizer.cpp]
  3. 2768d26 Move MCSymbolizer's constructor into header. It's trivial - there's no need for by Lang Hames · 12 years ago
  4. eb37092 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 12 years ago
  5. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  6. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  7. ad1084d Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago