llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 0d7b0aa760 enhance llvm-mc -show-inst to print the enum of an instruction, like so:
testb	%al, %al                ## <MCInst #2412 TEST8rr
                                        ##   <MCOperand Reg:2>
                                        ##   <MCOperand Reg:2>>
	jne	LBB1_7                  ## <MCInst #938 JNE_1
                                        ##   <MCOperand Expr:(LBB1_7)>>



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95935 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-11 22:57:32 +00:00
..
CMakeLists.txt
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
X86AsmPrinter.cpp reapply r95206, this time actually delete the code I'm replacing in the third stub case. 2010-02-03 06:42:38 +00:00
X86AsmPrinter.h Finally eliminate printMCInst and send instructions through 2010-02-03 01:13:25 +00:00
X86ATTInstPrinter.cpp enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86ATTInstPrinter.h enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86IntelInstPrinter.cpp enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86IntelInstPrinter.h enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86MCInstLower.cpp print all the newlines at the end of instructions with 2010-02-10 00:36:00 +00:00
X86MCInstLower.h unify the paths for external symbols and global variables: 2010-02-08 23:03:41 +00:00