aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAsmInfoDarwin.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-08[MC] Delete use of *structors_used.Davide Italiano1-1/+0
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover1-0/+1
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames1-0/+1
2015-11-11[MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha1-5/+0
2015-04-28[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha1-0/+5
2015-03-04Remove MCStreamer include which isn't used here. NFCPete Cooper1-1/+0
2015-02-12Learn that __DATA,__objc_classrefs is not atomized via symbols.Rafael Espindola1-0/+4
2015-01-19Add r224985 back with fixes.Rafael Espindola1-16/+1
2015-01-14Revert "Add r224985 back with two fixes."Rafael Espindola1-1/+16
2015-01-12Add r224985 back with two fixes.Rafael Espindola1-16/+1
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames1-1/+48
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