llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 975d7e0392 Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS. We get very
different formatting from the old asmprinter, but it should be 
semantically the same.  We used to get:

	popl	%eax
	addl	$_GLOBAL_OFFSET_TABLE_ + [.-.Lllvm$6.$piclabel], %eax
...

Now we get:

	popl	%eax
.Lpicbaseref6:
	addl	$(_GLOBAL_OFFSET_TABLE_ + (.Lpicbaseref6 - .Lllvm$6.$piclabel)), %eax
...




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80905 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-03 07:30:56 +00:00
..
CMakeLists.txt split mcinst lowering stuff out to its own file. 2009-09-02 17:35:12 +00:00
Makefile Fix path name. 2009-07-14 22:58:03 +00:00
X86AsmPrinter.cpp Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. 2009-08-22 20:48:53 +00:00
X86ATTAsmPrinter.cpp Reference to hidden symbols do not have to go through non-lazy pointer in non-pic mode. rdar://7187172. 2009-09-03 07:04:02 +00:00
X86ATTAsmPrinter.h merge globaladdress symbol processing stuff into other stuff. Now 2009-09-03 05:06:07 +00:00
X86ATTInstPrinter.cpp Thread an MCAsmInfo pointer through the various MC printing APIs, 2009-09-03 05:46:51 +00:00
X86IntelAsmPrinter.cpp remove extraneous hack. 2009-09-03 05:54:00 +00:00
X86IntelAsmPrinter.h Added opaque 32-, 48-, and 80-bit memory operand types to the X86 2009-09-03 00:04:47 +00:00
X86MCInstLower.cpp Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS. We get very 2009-09-03 07:30:56 +00:00