aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-7/+1
* Don't mangle \n and "Rafael Espindola2013-11-141-3/+14
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-181-4/+6
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-171-6/+4
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-161-4/+6
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-161-6/+4
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-2/+2
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-201-2/+0
* Tidy up.Jim Grosbach2012-03-201-3/+2
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-291-3/+7
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-0/+12
* Fix PR8565.Rafael Espindola2010-11-151-0/+1
* 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