Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
[oota-llvm.git] / lib / MC / MCSymbol.cpp
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-20 Jim GrosbachTidy up.
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnerrename NameNeedsEscaping -> NameNeedsQuoting, eliminate...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-13 Chris Lattnerexpose a static function as a static method on the...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-06 Daniel DunbarPass StringRef by value.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-13 Chris Lattnerfix MCSymbol printing on darwin to exactly match the...
2009-09-13 Chris LattnerMake the MC symbol printer and llvm::Mangler exactly...
2009-09-09 Chris Lattnerallow @ in symbol names without quoting the identifier...
2009-09-03 Chris Lattnerfix MCSymbol printing to exactly match the normal mangl...
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-14 Daniel DunbarAdd MCSymbol::{print, dump}