aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.cpp
AgeCommit message (Expand)Author
2008-05-19Handle quoted names when constructing $stub's,Dale Johannesen
2008-05-16Treat common as distinct from weak global on Darwin x86.Dale Johannesen
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-04-02Recommitting EH patch; this should answer most of theDale Johannesen
2008-04-01Revert 49006 for the moment.Dale Johannesen
2008-03-31Emit exception handling info for functions which areDale Johannesen
2008-03-03s/isReturnStruct()/hasStructRetAttr()/gDevang Patel
2008-02-15Handle \n's in value names for more targets. The asm printers Chris Lattner
2008-02-15If the llvm name contains an unprintable character, don't print it inChris Lattner
2008-02-12__DATA not __DATA__ is the right segment name on darwin.Dale Johannesen
2008-01-23Honor explicit section information on Darwin.Dale Johannesen
2008-01-20Honour ByVal parameter attribute for name decorationAnton Korobeynikov
2008-01-17Revert the part of 45848 that treated weak globalsDale Johannesen
2008-01-15Fix and enable EH for x86-64 Darwin. AddsDale Johannesen
2008-01-11Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen
2008-01-02darwin9 and above support aligned common symbols.Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-20Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-10-05Change a few more spaces to tabs in assembly output.Dan Gohman
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-09-21Honor user-defined section specification of a global, ignores whether its ini...Evan Cheng
2007-09-16Follow-up to patch r41999. Make the conditional that emits the personality stubBill Wendling
2007-09-16Only emit the personality function as a global value if the backend actuallyBill Wendling
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-08-13Fix PR1607Chris Lattner
2007-07-30Use tabs more consistently in assembler pseudo-ops.Dan Gohman
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-06-22Quote complex names for Darwin X86 and ARM.Dale Johannesen
2007-06-14Eliminate some redundant newlines in asm output.Dan Gohman
2007-05-05Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-20Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio
2007-04-17rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner
2007-03-31Consistency with native compilersAnton Korobeynikov
2007-03-08Putting more constants which do not contain relocations into .literal{4|8|16}Evan Cheng
2007-03-08Put constant data to .const, .const_data, .literal{4|8|16} sections.Evan Cheng
2007-03-01Ensure that fastcall'ed function is correctly mangled & stack isAnton Korobeynikov
2007-01-30Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng
2007-01-28Propagate changes from my local tree. This patch includes:Anton Korobeynikov
2007-01-18The zerofill directive needs a newline after it.Bill Wendling
2007-01-18Minor code clean up.Evan Cheng
2007-01-17restructure code a bit to make use of continue (simplifying things). GeneralizeChris Lattner
2007-01-17* Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov
2007-01-16Emit symbol type information for ELF/COFF targetsAnton Korobeynikov
2007-01-14add support for hidden visibility to darwin/x86Chris Lattner
2007-01-14darwin doesn't use .hidden. Disable this until we fix it right.Chris Lattner
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2007-01-03Really big cleanup.Anton Korobeynikov