Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵ | Eugene Zelenko | 2017-02-08 | 1 | -4/+3 |
| | | | | | | minor fixes (NFC). llvm-svn: 294526 | ||||
* | Reflect the MC/MCDisassembler split on the include/ level. | Benjamin Kramer | 2016-01-26 | 1 | -2/+2 |
| | | | | | | No functional change, just moving code around. llvm-svn: 258818 | ||||
* | Finish inverting the MC -> Object dependency. | Rafael Espindola | 2014-07-23 | 1 | -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 |