llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 7680e73341 eliminate the "call" operand modifier from the asm descriptions, modeling
it as a pcrel immediate instead.  This gets pc-rel weirdness out of the
main printoperand codepath.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73829 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-20 19:34:09 +00:00
..
CMakeLists.txt Add some scaffolding for a new experimental asmprinter 2009-06-19 00:47:33 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
X86AsmPrinter.cpp minor cleanup 2009-06-18 23:33:13 +00:00
X86ATTAsmPrinter.cpp eliminate the "call" operand modifier from the asm descriptions, modeling 2009-06-20 19:34:09 +00:00
X86ATTAsmPrinter.h eliminate the "call" operand modifier from the asm descriptions, modeling 2009-06-20 19:34:09 +00:00
X86ATTInstPrinter.cpp eliminate the "call" operand modifier from the asm descriptions, modeling 2009-06-20 19:34:09 +00:00
X86IntelAsmPrinter.cpp eliminate the "call" operand modifier from the asm descriptions, modeling 2009-06-20 19:34:09 +00:00
X86IntelAsmPrinter.h eliminate the "call" operand modifier from the asm descriptions, modeling 2009-06-20 19:34:09 +00:00