Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cb7eadfe7e49b80e7696d9b349d9997b0bd71b25
/
llvm
/
lib
/
MC
/
MCInst.cpp
4b53e18
Add a dump() implementation for sub-instruction MCOperands.
by Owen Anderson
· 14 years ago
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
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
3627af5
MC: Change MCInst::dump_pretty to not include a trailing newline.
by Daniel Dunbar
· 15 years ago
04047fb
MCInst: Add ::dump_pretty.
by Daniel Dunbar
· 16 years ago
c8f7717
remove the MAI argument to MCExpr::print and switch overthing to use << when printing them.
by Chris Lattner
· 16 years ago
7b42d70
Change errs() to dbgs().
by David Greene
· 16 years ago
5090e6c
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
by Chris Lattner
· 16 years ago
f4366a3
Thread an MCAsmInfo pointer through the various MC printing APIs,
by Chris Lattner
· 16 years ago
73da11e
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
by Daniel Dunbar
· 16 years ago
212b6d8
Add {MCInst,MCOperand}::{print,dump}
by Daniel Dunbar
· 16 years ago