1 //===-- X86AsmPrinter.cpp - Convert X86 LLVM IR to X86 assembly -----------===//
3 // The LLVM Compiler Infrastructure
5 // This file was developed by the LLVM research group and is distributed under
6 // the University of Illinois Open Source License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file the shared super class printer that converts from our internal
11 // representation of machine-dependent LLVM code to Intel and AT&T format
13 // This printer is the output mechanism used by `llc'.
15 //===----------------------------------------------------------------------===//
17 #include "X86AsmPrinter.h"
18 #include "X86ATTAsmPrinter.h"
19 #include "X86IntelAsmPrinter.h"
20 #include "X86MachineFunctionInfo.h"
21 #include "X86Subtarget.h"
22 #include "llvm/ADT/StringExtras.h"
23 #include "llvm/CallingConv.h"
24 #include "llvm/Constants.h"
25 #include "llvm/Module.h"
26 #include "llvm/Type.h"
27 #include "llvm/Assembly/Writer.h"
28 #include "llvm/Support/Mangler.h"
29 #include "llvm/Target/TargetAsmInfo.h"
33 Statistic<> llvm::EmittedInsts("asm-printer",
34 "Number of machine instrs printed");
36 static X86FunctionInfo calculateFunctionInfo(const Function *F,
37 const TargetData *TD) {
41 switch (F->getCallingConv()) {
42 case CallingConv::X86_StdCall:
43 Info.setDecorationStyle(StdCall);
45 case CallingConv::X86_FastCall:
46 Info.setDecorationStyle(FastCall);
52 for (Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end();
54 Size += TD->getTypeSize(AI->getType());
56 // We're not supporting tooooo huge arguments :)
57 Info.setBytesToPopOnReturn((unsigned int)Size);
62 /// decorateName - Query FunctionInfoMap and use this information for various
64 void X86SharedAsmPrinter::decorateName(std::string &Name,
65 const GlobalValue *GV) {
66 const Function *F = dyn_cast<Function>(GV);
69 // We don't want to decorate non-stdcall or non-fastcall functions right now
70 unsigned CC = F->getCallingConv();
71 if (CC != CallingConv::X86_StdCall && CC != CallingConv::X86_FastCall)
74 FMFInfoMap::const_iterator info_item = FunctionInfoMap.find(F);
76 const X86FunctionInfo *Info;
77 if (info_item == FunctionInfoMap.end()) {
78 // Calculate apropriate function info and populate map
79 FunctionInfoMap[F] = calculateFunctionInfo(F, TM.getTargetData());
80 Info = &FunctionInfoMap[F];
82 Info = &info_item->second;
85 switch (Info->getDecorationStyle()) {
89 if (!F->isVarArg()) // Variadic functions do not receive @0 suffix.
90 Name += '@' + utostr_32(Info->getBytesToPopOnReturn());
93 if (!F->isVarArg()) // Variadic functions do not receive @0 suffix.
94 Name += '@' + utostr_32(Info->getBytesToPopOnReturn());
103 assert(0 && "Unsupported DecorationStyle");
108 bool X86SharedAsmPrinter::doInitialization(Module &M) {
109 if (Subtarget->isTargetDarwin()) {
110 const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
111 if (!Subtarget->is64Bit())
112 X86PICStyle = PICStyle::Stub;
114 // Emit initial debug information.
118 return AsmPrinter::doInitialization(M);
121 bool X86SharedAsmPrinter::doFinalization(Module &M) {
122 // Note: this code is not shared by the Intel printer as it is too different
123 // from how MASM does things. When making changes here don't forget to look
124 // at X86IntelAsmPrinter::doFinalization().
125 const TargetData *TD = TM.getTargetData();
127 // Print out module-level global variables here.
128 for (Module::const_global_iterator I = M.global_begin(), E = M.global_end();
130 if (!I->hasInitializer()) continue; // External global require no code
132 // Check to see if this is a special global used by LLVM, if so, emit it.
133 if (EmitSpecialLLVMGlobal(I))
136 std::string name = Mang->getValueName(I);
137 Constant *C = I->getInitializer();
138 unsigned Size = TD->getTypeSize(C->getType());
139 unsigned Align = getPreferredAlignmentLog(I);
141 if (C->isNullValue() && /* FIXME: Verify correct */
142 (I->hasInternalLinkage() || I->hasWeakLinkage() ||
143 I->hasLinkOnceLinkage() ||
144 (Subtarget->isTargetDarwin() &&
145 I->hasExternalLinkage() && !I->hasSection()))) {
146 if (Size == 0) Size = 1; // .comm Foo, 0 is undefined, avoid it.
147 if (I->hasExternalLinkage()) {
148 O << "\t.globl\t" << name << "\n";
149 O << "\t.zerofill __DATA__, __common, " << name << ", "
150 << Size << ", " << Align;
152 SwitchToDataSection(TAI->getDataSection(), I);
153 if (TAI->getLCOMMDirective() != NULL) {
154 if (I->hasInternalLinkage()) {
155 O << TAI->getLCOMMDirective() << name << "," << Size;
156 if (Subtarget->isTargetDarwin())
157 O << "," << (TAI->getAlignmentIsInBytes() ? (1 << Align) : Align);
159 O << TAI->getCOMMDirective() << name << "," << Size;
161 if (!Subtarget->isTargetCygwin()) {
162 if (I->hasInternalLinkage())
163 O << "\t.local\t" << name << "\n";
165 O << TAI->getCOMMDirective() << name << "," << Size;
166 if (TAI->getCOMMDirectiveTakesAlignment())
167 O << "," << (TAI->getAlignmentIsInBytes() ? (1 << Align) : Align);
170 O << "\t\t" << TAI->getCommentString() << " " << I->getName() << "\n";
172 switch (I->getLinkage()) {
173 case GlobalValue::LinkOnceLinkage:
174 case GlobalValue::WeakLinkage:
175 if (Subtarget->isTargetDarwin()) {
176 O << "\t.globl " << name << "\n"
177 << "\t.weak_definition " << name << "\n";
178 SwitchToDataSection(".section __DATA,__const_coal,coalesced", I);
179 } else if (Subtarget->isTargetCygwin()) {
180 O << "\t.section\t.llvm.linkonce.d." << name << ",\"aw\"\n"
181 << "\t.weak " << name << "\n";
183 O << "\t.section\t.llvm.linkonce.d." << name << ",\"aw\",@progbits\n"
184 << "\t.weak " << name << "\n";
187 case GlobalValue::AppendingLinkage:
188 // FIXME: appending linkage variables should go into a section of
189 // their name or something. For now, just emit them as external.
190 case GlobalValue::DLLExportLinkage:
191 DLLExportedGVs.insert(Mang->makeNameProper(I->getName(),""));
193 case GlobalValue::ExternalLinkage:
194 // If external or appending, declare as a global symbol
195 O << "\t.globl " << name << "\n";
197 case GlobalValue::InternalLinkage:
198 SwitchToDataSection(TAI->getDataSection(), I);
201 assert(0 && "Unknown linkage type!");
204 EmitAlignment(Align, I);
205 O << name << ":\t\t\t\t" << TAI->getCommentString() << " " << I->getName()
207 if (TAI->hasDotTypeDotSizeDirective())
208 O << "\t.size " << name << ", " << Size << "\n";
210 EmitGlobalConstant(C);
215 // Output linker support code for dllexported globals
216 if (DLLExportedGVs.begin() != DLLExportedGVs.end()) {
217 SwitchToDataSection(".section .drectve", 0);
220 for (std::set<std::string>::iterator i = DLLExportedGVs.begin(),
221 e = DLLExportedGVs.end();
223 O << "\t.ascii \" -export:" << *i << ",data\"\n";
226 if (DLLExportedFns.begin() != DLLExportedFns.end()) {
227 SwitchToDataSection(".section .drectve", 0);
230 for (std::set<std::string>::iterator i = DLLExportedFns.begin(),
231 e = DLLExportedFns.end();
233 O << "\t.ascii \" -export:" << *i << "\"\n";
236 if (Subtarget->isTargetDarwin()) {
237 SwitchToDataSection("", 0);
239 // Output stubs for dynamically-linked functions
241 for (std::set<std::string>::iterator i = FnStubs.begin(), e = FnStubs.end();
243 SwitchToDataSection(".section __IMPORT,__jump_table,symbol_stubs,"
244 "self_modifying_code+pure_instructions,5", 0);
245 O << "L" << *i << "$stub:\n";
246 O << "\t.indirect_symbol " << *i << "\n";
247 O << "\thlt ; hlt ; hlt ; hlt ; hlt\n";
252 // Output stubs for external and common global variables.
253 if (GVStubs.begin() != GVStubs.end())
255 ".section __IMPORT,__pointers,non_lazy_symbol_pointers", 0);
256 for (std::set<std::string>::iterator i = GVStubs.begin(), e = GVStubs.end();
258 O << "L" << *i << "$non_lazy_ptr:\n";
259 O << "\t.indirect_symbol " << *i << "\n";
263 // Emit initial debug information.
266 // Funny Darwin hack: This flag tells the linker that no global symbols
267 // contain code that falls through to other global symbols (e.g. the obvious
268 // implementation of multiple entry points). If this doesn't occur, the
269 // linker can safely perform dead code stripping. Since LLVM never
270 // generates code that does this, it is always safe to set.
271 O << "\t.subsections_via_symbols\n";
274 AsmPrinter::doFinalization(M);
275 return false; // success
278 /// createX86CodePrinterPass - Returns a pass that prints the X86 assembly code
279 /// for a MachineFunction to the given output stream, using the given target
280 /// machine description.
282 FunctionPass *llvm::createX86CodePrinterPass(std::ostream &o,
283 X86TargetMachine &tm) {
284 const X86Subtarget *Subtarget = &tm.getSubtarget<X86Subtarget>();
286 if (Subtarget->isFlavorIntel()) {
287 return new X86IntelAsmPrinter(o, tm, tm.getTargetAsmInfo());
289 return new X86ATTAsmPrinter(o, tm, tm.getTargetAsmInfo());