Add ability for MCInstPrinters to add comments for instructions.
authorChris Lattner <sabre@nondot.org>
Wed, 10 Feb 2010 00:10:18 +0000 (00:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Feb 2010 00:10:18 +0000 (00:10 +0000)
commit5d672cfab096390690a1a5f33b0057c4cf252c55
tree8b302847f85f74e88fce57840961a054fae60ae3
parent51898d7a8948f7d9b1b498cf22609241945e994e
Add ability for MCInstPrinters to add comments for instructions.
Enhance the x86 backend to show the hex values of immediates in
comments when they are large.  For example:

        movl    $1072693248, 4(%esp)    ## imm = 0x3FF00000

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95728 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCFixup.h
include/llvm/MC/MCInstPrinter.h
lib/MC/MCAsmStreamer.cpp
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp