1. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  2. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  3. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  4. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  5. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  6. f423f56 Change the last few internal StringRef triples into Triple objects. by Daniel Sanders · 10 years ago
  7. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  8. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  9. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  10. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  11. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 10 years ago
  12. 186db43 unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer by David Blaikie · 11 years ago
  13. 5addace Finish inverting the MC -> Object dependency. by Rafael Espindola · 11 years ago[Renamed (98%) from llvm/lib/MC/MCExternalSymbolizer.cpp]
  14. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  15. eb37092 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 12 years ago
  16. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  17. c030848 Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call back by Kevin Enderby · 12 years ago
  18. 8f4921c Tweak the MCExternalSymbolizer to print references to C string literals by Kevin Enderby · 12 years ago
  19. f16c8c5 For the 'C' disassembler API, add a new ReferenceType for the by Kevin Enderby · 12 years ago
  20. 19bccb7 Revert "For disassembly when adding a symbolic operand that is a C++ symbol name, also put the human readable name in a comment." by Reid Kleckner · 12 years ago
  21. b05bec7 For disassembly when adding a symbolic operand that is a C++ by Kevin Enderby · 12 years ago
  22. 3c5ac81 Add to the disassembler C API output reference types for by Kevin Enderby · 12 years ago
  23. f482805 Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 12 years ago
  24. ad1084d Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago