index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCSymbol.cpp
Age
Commit message (
Expand
)
Author
2011-04-29
MC: Change variable symbols to be recognized as defined, by assigning their s...
Daniel Dunbar
2010-11-15
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-15
Fix PR8565.
Rafael Espindola
2010-05-05
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
Daniel Dunbar
2010-05-05
MC: Make setVariableValue check the redefinition condition a bit more strongly.
Daniel Dunbar
2010-01-17
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check
Chris Lattner
2010-01-17
Get MCSymbol out of the mangling business, and move all the logic
Chris Lattner
2010-01-13
expose a static function as a static method on the MCSymbol class.
Chris Lattner
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-09-18
Allow symbols to start from the digit if target requests it. This allows, e.g...
Anton Korobeynikov
2009-09-13
fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...
Chris Lattner
2009-09-13
Make the MC symbol printer and llvm::Mangler exactly agree on mangling
Chris Lattner
2009-09-09
allow @ in symbol names without quoting the identifier. This
Chris Lattner
2009-09-03
fix MCSymbol printing to exactly match the normal mangler rules so
Chris Lattner
2009-09-03
Thread an MCAsmInfo pointer through the various MC printing APIs,
Chris Lattner
2009-08-22
llvm-mc: Clean up some handling of symbol/section association to be more correct
Daniel Dunbar
2009-08-14
Add MCSymbol::{print, dump}
Daniel Dunbar