1. 80d379f [MC] Remove guard(s). NFCI. by Davide Italiano · 9 years ago
  2. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  3. f4a1365 Use operator<< instead of print in a few more places. by Rafael Espindola · 10 years ago
  4. 9ccec06 Try to fix the build in MCValue.cpp by Reid Kleckner · 11 years ago
  5. 0e1fe18 [MC] Remove various unused MCAsmInfo parameters. by Sean Silva · 11 years ago
  6. 3d082fa Fix pr19645. by Rafael Espindola · 12 years ago
  7. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  8. 0999cbd MC: add a RefKind field to MCValue by Tim Northover · 12 years ago
  9. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  10. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  11. 9c64ec0 MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. by Daniel Dunbar · 16 years ago
  12. 8b5d55e now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
  13. ac7f537 Change errs() to dbgs(). by David Greene · 16 years ago
  14. f4366a3 Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 16 years ago
  15. 1a019d8 Add MCSymbol::{print, dump} by Daniel Dunbar · 16 years ago
  16. afe6603 Add MCValue::{print, dump} by Daniel Dunbar · 16 years ago