Remove useless .debug_macinfo section setup.
[oota-llvm.git] / include / llvm / MC / MCValue.h
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-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2011-08-16 Rafael EspindolaRemove unimplemented method. Fixes PR10658.
2010-11-29 Michael J. SpencerMerge System into Support.
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...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-26 Daniel Dunbarllvm-mc: Make MCValue take const MCSymbol*s.
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-14 Daniel DunbarAdd MCValue::{print, dump}
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-23 Chris Lattnerrename MCImm ->MCValue.