aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAsmInfoDarwin.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames1-52/+1
2015-01-06Revert r225048: It broke ObjC on AArch64.Lang Hames1-1/+16
2014-12-31Add r224985 back with a fix.Rafael Espindola1-16/+1
2014-12-31Revert "Remove doesSectionRequireSymbols."Rafael Espindola1-1/+16
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola1-16/+1
2014-12-29Refactor duplicated code.Rafael Espindola1-1/+52
2014-10-21Drop support for an old version of ld64 (from darwin 9).Rafael Espindola1-3/+0
2014-10-21Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola1-0/+1
2014-03-29MachO: actually set linker-private prefix at MC level.Tim Northover1-0/+1
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-0/+2
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-2/+0
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-0/+2
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-2/+0
2013-12-10on darwin<10, fallback to .weak_definition (PPC,X86)David Fang1-0/+1
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola1-1/+0
2013-12-02Convert two char* that are only ever used as booleans to bool.Rafael Espindola1-1/+1
2013-11-28The global prefix is always one char. Don't use a string for it.Rafael Espindola1-1/+1
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola1-1/+0
2013-10-31Remove unused flag.Rafael Espindola1-1/+0
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer1-1/+1
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer1-0/+1
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola1-1/+0
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola1-1/+0
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky1-1/+1
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-7/+0
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-2/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov1-1/+0
2011-11-29MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling1-1/+2
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky1-0/+1
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson1-0/+7
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands1-0/+1
2011-05-10Rename DwarfRequiresRelocationForStmtList toRafael Espindola1-1/+1
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola1-1/+1
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola1-11/+0
2011-04-28Add the getExprForFDESymbol method that responsible for computing theRafael Espindola1-2/+2
2011-04-28Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola1-0/+13
2011-02-23Omit private_extern declarations of extern symbols; followup toStuart Hastings1-0/+1
2010-12-22Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola1-1/+3
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola1-1/+2
2010-12-04Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola1-0/+3
2010-11-19Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby1-0/+1
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel1-0/+1
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel1-0/+2
2010-07-08Revert some unneeded parts of the change in r107886 for theKevin Enderby1-1/+0
2010-07-08Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby1-0/+1
2010-06-29Revert r107205 and r107207.Bill Wendling1-1/+0
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling1-0/+1
2010-05-20Partial code for emitting thread local bss data.Eric Christopher1-0/+1
2010-03-10move three lowering hooks from MAI to TLOF and make one of themChris Lattner1-11/+0