llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 48d64ba9d8 hoist handling of external globals and special globals up to common code.
This makes a similar code dead in all the other targets, I'll clean it up
in a bit.

This also moves handling of lcomm up before acquisition of a section,
since lcomm never needs a section.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93851 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 04:39:15 +00:00
..
CMakeLists.txt Update CMake file (lexically order files). 2009-10-13 18:57:27 +00:00
Makefile Fix path name. 2009-07-14 22:58:03 +00:00
X86AsmPrinter.cpp hoist handling of external globals and special globals up to common code. 2010-01-19 04:39:15 +00:00
X86AsmPrinter.h unconditionally request MMI 2009-09-24 21:45:57 +00:00
X86ATTInstPrinter.cpp remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. 2010-01-18 00:37:40 +00:00
X86ATTInstPrinter.h remove strings from instructions who are never asmprinted. 2009-10-19 19:51:42 +00:00
X86IntelInstPrinter.cpp remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. 2010-01-18 00:37:40 +00:00
X86IntelInstPrinter.h kill off printPICLabel now, it's specialness is handled by 2009-09-20 07:28:26 +00:00
X86MCInstLower.cpp move the mangler into libtarget from vmcore. 2010-01-16 21:57:06 +00:00
X86MCInstLower.h Target-independent support for TargetFlags on BlockAddress operands, 2009-11-20 23:18:13 +00:00