1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. f3b762a [WebAssembly] Fixed objdump not parsing function headers. by Wouter van Oortmerssen · 7 years ago
  3. 3d8b0eb [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  4. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  5. 5addace Finish inverting the MC -> Object dependency. by Rafael Espindola · 11 years ago[Renamed (94%) from llvm/lib/MC/MCDisassembler.cpp]
  6. 95400e2 Remove redundant symbolization support from MCDisassembler interface. by Lang Hames · 12 years ago
  7. c339840 [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassembly by Lang Hames · 12 years ago
  8. eb37092 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 12 years ago
  9. df17c83 Change MCDisassembler::setSymbolizer to take unique_ptr by value. by Ahmed Charles · 12 years ago
  10. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  11. fba0664 [C++11] Add overloads for externally used OwningPtr functions. by Ahmed Charles · 12 years ago
  12. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  13. f482805 Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 12 years ago
  14. ad1084d Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
  15. 50d75a6 No newline at end of files. by Edward O'Callaghan · 16 years ago
  16. de57d8e add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 16 years ago
  17. d747a9f canonicalize namespace gymnastics by Chris Lattner · 16 years ago
  18. 1358fb7 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 16 years ago