aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCSymbol.cpp
AgeCommit message (Expand)Author
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