aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCSymbol.cpp
AgeCommit message (Expand)Author
2011-04-29MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar
2010-11-15Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola
2010-11-15Fix PR8565.Rafael Espindola
2010-05-05MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar
2010-05-05MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner
2010-01-17rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the checkChris Lattner
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner
2010-01-13expose a static function as a static method on the MCSymbol class.Chris Lattner
2010-01-05Change errs() to dbgs().David Greene
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-13fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...Chris Lattner
2009-09-13Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner
2009-09-09allow @ in symbol names without quoting the identifier. This Chris Lattner
2009-09-03fix MCSymbol printing to exactly match the normal mangler rules soChris Lattner
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-14Add MCSymbol::{print, dump}Daniel Dunbar