1. 4b53e18 Add a dump() implementation for sub-instruction MCOperands. by Owen Anderson · 14 years ago
  2. a0c3b97 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 · 14 years ago
  3. d181479 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 · 14 years ago
  4. 3627af5 MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
  5. 04047fb MCInst: Add ::dump_pretty. by Daniel Dunbar · 16 years ago
  6. c8f7717 remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 16 years ago
  7. 7b42d70 Change errs() to dbgs(). by David Greene · 16 years ago
  8. 5090e6c eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 16 years ago
  9. f4366a3 Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 16 years ago
  10. 73da11e llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 16 years ago
  11. 212b6d8 Add {MCInst,MCOperand}::{print,dump} by Daniel Dunbar · 16 years ago