Use std::unique_ptr. NFC.
[oota-llvm.git] / lib / MC / MCValue.cpp
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-02-05 Reid KlecknerTry to fix the build in MCValue.cpp
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2010-03-18 Daniel DunbarMCValue: Change to holding MCSymbolRefExprs instead...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-05 David GreeneChange errs() to dbgs().
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-14 Daniel DunbarAdd MCSymbol::{print, dump}
2009-08-14 Daniel DunbarAdd MCValue::{print, dump}