summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert accidentally committed "MC: Allow targets to stop symbol name quoting"Matt Arsenault2015-04-231-1/+1
* MC: Allow targets to stop symbol name quotingMatt Arsenault2015-04-231-1/+1
* Move AliasedSymbol to MachObjectWriter.Rafael Espindola2015-04-171-12/+0
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-031-7/+1
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-021-1/+7
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-301-7/+1
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-191-22/+0
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-181-0/+22
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-181-17/+0
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-141-0/+17
* 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
OpenPOWER on IntegriCloud