Add support for stored annotations to MCInst, and provide facilities for MC-based...
authorOwen Anderson <resistor@mac.com>
Thu, 15 Sep 2011 18:36:29 +0000 (18:36 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 15 Sep 2011 18:36:29 +0000 (18:36 +0000)
commitede042dc8d59ff48a48ef8e2271f2a7ee8324ba5
tree1863d77a0f4430e093ef2933f38f299a5992c74b
parent01afdb3a45f63af540b43b414c6094220a8f91e7
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139820 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInst.h
include/llvm/MC/MCInstPrinter.h
lib/MC/MCInst.cpp
lib/MC/MCInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp