summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-10/+10
| | | | llvm-svn: 238634
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
| | | | | | | The naming was a mish-mash of old and new style. Update to be consistent with the new. NFC. llvm-svn: 237594
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-1/+1
| | | | | | MCOperand::Create*() methods renamed to MCOperand::create*(). llvm-svn: 237275
* unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizerDavid Blaikie2015-01-181-6/+4
| | | | llvm-svn: 226416
* Finish inverting the MC -> Object dependency.Rafael Espindola2014-07-231-0/+198
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