summaryrefslogtreecommitdiff
path: root/lib/MC/MCSymbol.cpp
Commit message (Expand)AuthorAge
* Don't mangle \n and "Rafael Espindola2013-11-14
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-16
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* Tidy up.Jim Grosbach2012-03-20
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-29
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-15
* Fix PR8565.Rafael Espindola2010-11-15
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-05
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-05
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the checkChris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-17
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-13
* Change errs() to dbgs().David Greene2010-01-05
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-18
* fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...Chris Lattner2009-09-13
* Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner2009-09-13
* allow @ in symbol names without quoting the identifier. This Chris Lattner2009-09-09
* fix MCSymbol printing to exactly match the normal mangler rules soChris Lattner2009-09-03
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-03
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-14