Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -10/+10 |
| | | | | llvm-svn: 238634 | ||||
* | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -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 Grosbach | 2015-05-13 | 1 | -1/+1 |
| | | | | | | MCOperand::Create*() methods renamed to MCOperand::create*(). llvm-svn: 237275 | ||||
* | unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer | David Blaikie | 2015-01-18 | 1 | -6/+4 |
| | | | | llvm-svn: 226416 | ||||
* | Finish inverting the MC -> Object dependency. | Rafael Espindola | 2014-07-23 | 1 | -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 |