summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵Eugene Zelenko2017-02-081-4/+3
| | | | | | minor fixes (NFC). llvm-svn: 294526
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-2/+2
| | | | | | No functional change, just moving code around. llvm-svn: 258818
* Finish inverting the MC -> Object dependency.Rafael Espindola2014-07-231-0/+39
There were still some disassembler bits in lib/MC, but their use of Object was only visible in the includes they used, not in the symbols. llvm-svn: 213808
OpenPOWER on IntegriCloud