Owen Anderson
|
a0c3b97221
|
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.
llvm-svn: 139876
|
2011-09-15 23:38:46 +00:00 |
Owen Anderson
|
d1814791ad
|
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.
llvm-svn: 139820
|
2011-09-15 18:36:29 +00:00 |
Daniel Dunbar
|
3627af5da4
|
MC: Change MCInst::dump_pretty to not include a trailing newline.
llvm-svn: 104696
|
2010-05-26 15:18:13 +00:00 |
Daniel Dunbar
|
04047fbe14
|
MCInst: Add ::dump_pretty.
llvm-svn: 99216
|
2010-03-22 21:49:34 +00:00 |
Chris Lattner
|
c8f7717808
|
remove the MAI argument to MCExpr::print and switch overthing to use << when printing them.
llvm-svn: 93699
|
2010-01-18 00:37:40 +00:00 |
David Greene
|
7b42d7067e
|
Change errs() to dbgs().
llvm-svn: 92635
|
2010-01-05 01:28:22 +00:00 |
Chris Lattner
|
5090e6c4a7
|
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
MBB labels like everything else.
llvm-svn: 81628
|
2009-09-12 20:45:03 +00:00 |
Chris Lattner
|
f4366a3998
|
Thread an MCAsmInfo pointer through the various MC printing APIs,
and fix a few things using << on MCSymbols to use ->print(). No
functionality change other than unbreaking my previous patch.
llvm-svn: 80890
|
2009-09-03 05:46:51 +00:00 |
Daniel Dunbar
|
73da11ebda
|
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Also, use MCInst::print instead of custom code in MCAsmPrinter.
llvm-svn: 80575
|
2009-08-31 08:08:38 +00:00 |
Daniel Dunbar
|
212b6d8a57
|
Add {MCInst,MCOperand}::{print,dump}
llvm-svn: 80231
|
2009-08-27 07:57:12 +00:00 |