Eric Christopher
|
f55bd9749f
|
Actually remove the Mangler from the AsmPrinter and clean up the places it was "used" but not used.
llvm-svn: 281749
|
2016-09-16 17:07:23 +00:00 |
|
Jim Grosbach
|
30efd68a58
|
MC: Clean up MCExpr naming. NFC.
llvm-svn: 238634
|
2015-05-30 01:25:56 +00:00 |
|
Jim Grosbach
|
b635db1046
|
MC: Modernize MCOperand API naming. NFC.
MCOperand::Create*() methods renamed to MCOperand::create*().
llvm-svn: 237275
|
2015-05-13 18:37:00 +00:00 |
|
Rafael Espindola
|
4dc5af8bc2
|
Move the llvm mangler to lib/IR.
This makes it available to tools that don't link with target (like llvm-ar).
llvm-svn: 198708
|
2014-01-07 21:19:40 +00:00 |
|
Rafael Espindola
|
68ddc56344
|
Add a helper getSymbol to AsmPrinter.
llvm-svn: 193627
|
2013-10-29 17:07:16 +00:00 |
|
Richard Osborne
|
dea0ec7732
|
Update comments to match recommended doxygen style.
llvm-svn: 170320
|
2012-12-17 12:13:41 +00:00 |
|
Richard Osborne
|
cf3638ba13
|
Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
This change adds XCoreMCInstLower to do the lowering to MCInst and
XCoreInstPrinter to print the MCInsts.
llvm-svn: 170288
|
2012-12-16 16:20:48 +00:00 |
|