aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCInst.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-22[MC] Remove guard(s). NFCI.Davide Italiano1-4/+0
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-2/+2
2015-12-21Teach MCOperand::print how to print FPImm operands.Dan Gohman1-0/+2
2015-02-05Fixup.Sean Silva1-2/+2
2015-02-05[MC] Remove various unused MCAsmInfo parameters.Sean Silva1-6/+5
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-2/+2
2012-09-12Release build: guard dump functions withManman Ren1-2/+2
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+4
2012-01-19Add a dump() implementation for sub-instruction MCOperands.Owen Anderson1-0/+2
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson1-21/+0
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson1-0/+21
2010-05-26MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar1-1/+1
2010-03-22MCInst: Add ::dump_pretty.Daniel Dunbar1-0/+17
2010-01-18remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner1-3/+1
2010-01-05Change errs() to dbgs().David Greene1-4/+5
2009-09-12eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner1-3/+0
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner1-6/+6
2009-08-31llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar1-3/+4
2009-08-27Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar1-0/+52