summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
AgeCommit message (Expand)Author
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-02-11[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-08-08[MC] Delete use of *structors_used.Davide Italiano
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames
2015-11-11[MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha
2015-04-28[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha
2015-03-04Remove MCStreamer include which isn't used here. NFCPete Cooper
2015-02-12Learn that __DATA,__objc_classrefs is not atomized via symbols.Rafael Espindola
2015-01-19Add r224985 back with fixes.Rafael Espindola
2015-01-14Revert "Add r224985 back with two fixes."Rafael Espindola
2015-01-12Add r224985 back with two fixes.Rafael Espindola
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames
2015-01-06Revert r225048: It broke ObjC on AArch64.Lang Hames
2014-12-31Add r224985 back with a fix.Rafael Espindola
2014-12-31Revert "Remove doesSectionRequireSymbols."Rafael Espindola
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola
2014-12-29Refactor duplicated code.Rafael Espindola
2014-10-21Drop support for an old version of ld64 (from darwin 9).Rafael Espindola
2014-10-21Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola
2014-03-29MachO: actually set linker-private prefix at MC level.Tim Northover
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola
2013-12-10on darwin<10, fallback to .weak_definition (PPC,X86)David Fang
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola
2013-12-02Convert two char* that are only ever used as booleans to bool.Rafael Espindola
2013-11-28The global prefix is always one char. Don't use a string for it.Rafael Espindola
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola
2013-10-31Remove unused flag.Rafael Espindola
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-11-29MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-05-10Rename DwarfRequiresRelocationForStmtList toRafael Espindola
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-28Add the getExprForFDESymbol method that responsible for computing theRafael Espindola
2011-04-28Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola