1. 90604ab MC: Change variable symbols to be recognized as defined, by assigning their sections based on FindAssociatedSection(). by Daniel Dunbar · 13 years ago
  2. 94ed5fc Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original by Rafael Espindola · 14 years ago
  3. db9835d Fix PR8565. by Rafael Espindola · 14 years ago
  4. 2d7fd61 MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 14 years ago
  5. 8d627d3 MC: Make setVariableValue check the redefinition condition a bit more strongly. by Daniel Dunbar · 14 years ago
  6. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 15 years ago
  7. 6edec7b rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check by Chris Lattner · 15 years ago
  8. acd03ae Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 15 years ago
  9. 4564ec9 expose a static function as a static method on the MCSymbol class. by Chris Lattner · 15 years ago
  10. f24dd5c Change errs() to dbgs(). by David Greene · 15 years ago
  11. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  12. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 15 years ago
  13. 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 15 years ago
  14. e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 15 years ago
  15. a8bb249 allow @ in symbol names without quoting the identifier. This by Chris Lattner · 15 years ago
  16. aadb35f fix MCSymbol printing to exactly match the normal mangler rules so by Chris Lattner · 15 years ago
  17. 684c593d Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 15 years ago
  18. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  19. 1689e0c Add MCSymbol::{print, dump} by Daniel Dunbar · 15 years ago