aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-051-0/+4
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-051-0/+8
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-3/+2
* rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the checkChris Lattner2010-01-171-9/+4
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-171-57/+4
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-131-4/+7
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* 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