aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCValue.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-22[MC] Remove guard(s). NFCI.Davide Italiano1-2/+0
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2015-05-27Use operator<< instead of print in a few more places.Rafael Espindola1-2/+2
2015-02-05Try to fix the build in MCValue.cppReid Kleckner1-1/+1
2015-02-05[MC] Remove various unused MCAsmInfo parameters.Sean Silva1-1/+1
2014-05-03Fix pr19645.Rafael Espindola1-0/+18
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-1/+1
2014-03-29MC: add a RefKind field to MCValueTim Northover1-0/+5
2012-09-12Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2010-03-18MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar1-3/+6
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner1-5/+3
2010-01-05Change errs() to dbgs().David Greene1-1/+2
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner1-4/+4
2009-08-14Add MCSymbol::{print, dump}Daniel Dunbar1-3/+7
2009-08-14Add MCValue::{print, dump}Daniel Dunbar1-0/+30