index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCSymbol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Change variable symbols to be recognized as defined, by assigning their s...
Daniel Dunbar
2011-04-29
1
-3
/
+7
*
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-15
1
-0
/
+12
*
Fix PR8565.
Rafael Espindola
2010-11-15
1
-0
/
+1
*
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
Daniel Dunbar
2010-05-05
1
-0
/
+4
*
MC: Make setVariableValue check the redefinition condition a bit more strongly.
Daniel Dunbar
2010-05-05
1
-0
/
+8
*
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
1
-3
/
+2
*
rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check
Chris Lattner
2010-01-17
1
-9
/
+4
*
Get MCSymbol out of the mangling business, and move all the logic
Chris Lattner
2010-01-17
1
-57
/
+4
*
expose a static function as a static method on the MCSymbol class.
Chris Lattner
2010-01-13
1
-4
/
+7
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
Allow symbols to start from the digit if target requests it. This allows, e.g...
Anton Korobeynikov
2009-09-18
1
-6
/
+9
*
fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...
Chris Lattner
2009-09-13
1
-8
/
+28
*
Make the MC symbol printer and llvm::Mangler exactly agree on mangling
Chris Lattner
2009-09-13
1
-20
/
+50
*
allow @ in symbol names without quoting the identifier. This
Chris Lattner
2009-09-09
1
-1
/
+1
*
fix MCSymbol printing to exactly match the normal mangler rules so
Chris Lattner
2009-09-03
1
-19
/
+23
*
Thread an MCAsmInfo pointer through the various MC printing APIs,
Chris Lattner
2009-09-03
1
-2
/
+2
*
llvm-mc: Clean up some handling of symbol/section association to be more correct
Daniel Dunbar
2009-08-22
1
-0
/
+4
*
Add MCSymbol::{print, dump}
Daniel Dunbar
2009-08-14
1
-0
/
+49