1. 98c5dda Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 13 years ago
  2. ede042d Add support for stored annotations to MCInst, and provide facilities for MC-based InstPrinters to print them out. Enhance the ARM and X86 InstPrinter's to do so in verbose mode. by Owen Anderson · 13 years ago
  3. c9adb8c MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 14 years ago
  4. 67c076c MCInst: Add ::dump_pretty. by Daniel Dunbar · 14 years ago
  5. 8cb9a3b remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 15 years ago
  6. 593b6e4 Change errs() to dbgs(). by David Greene · 15 years ago
  7. b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 15 years ago
  8. 684c593d Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 15 years ago
  9. 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 15 years ago
  10. 4b770c2 Add {MCInst,MCOperand}::{print,dump} by Daniel Dunbar · 15 years ago