summaryrefslogtreecommitdiff
path: root/lib/MC/MCSymbol.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Fix Doxygen issues:Dmitri Gribenko1-1/+1
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
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-2/+2
2012-03-20Assembler should accept redefinitions of unused variable symbols.Jim Grosbach1-2/+0
2012-03-20Tidy up.Jim Grosbach1-3/+2
2011-04-29MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar1-3/+7
2010-11-15Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola1-0/+12
2010-11-15Fix PR8565.Rafael Espindola1-0/+1
2010-05-05MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar1-0/+4
2010-05-05MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar1-0/+8
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner1-3/+2
2010-01-17rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the checkChris Lattner1-9/+4
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner1-57/+4
2010-01-13expose a static function as a static method on the MCSymbol class.Chris Lattner1-4/+7
2010-01-05Change errs() to dbgs().David Greene1-1/+2
2009-11-06Pass StringRef by value.Daniel Dunbar1-1/+1
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov1-6/+9
2009-09-13fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...Chris Lattner1-8/+28
2009-09-13Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner1-20/+50
2009-09-09allow @ in symbol names without quoting the identifier. This Chris Lattner1-1/+1
2009-09-03fix MCSymbol printing to exactly match the normal mangler rules soChris Lattner1-19/+23
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner1-2/+2
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar1-0/+4
2009-08-14Add MCSymbol::{print, dump}Daniel Dunbar1-0/+49