aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-6/+9
* fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...Chris Lattner2009-09-131-8/+28
* Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner2009-09-131-20/+50
* allow @ in symbol names without quoting the identifier. This Chris Lattner2009-09-091-1/+1
* fix MCSymbol printing to exactly match the normal mangler rules soChris Lattner2009-09-031-19/+23
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-2/+2
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-0/+4
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-141-0/+49