summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfoDarwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-111-3/+4
* [MC] Delete use of *structors_used.Davide Italiano2016-08-081-1/+0
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+1
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-0/+1
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-111-5/+0
* [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha2015-04-281-0/+5
* Remove MCStreamer include which isn't used here. NFCPete Cooper2015-03-041-1/+0
* Learn that __DATA,__objc_classrefs is not atomized via symbols.Rafael Espindola2015-02-121-0/+4
* Add r224985 back with fixes.Rafael Espindola2015-01-191-16/+1
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-1/+16
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-16/+1
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-1/+48
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-52/+1
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-1/+16
* Add r224985 back with a fix.Rafael Espindola2014-12-311-16/+1
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-1/+16
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-16/+1
* Refactor duplicated code.Rafael Espindola2014-12-291-1/+52
* Drop support for an old version of ld64 (from darwin 9).Rafael Espindola2014-10-211-3/+0
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-211-0/+1
* MachO: actually set linker-private prefix at MC level.Tim Northover2014-03-291-0/+1
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+2
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-2/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+2
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+0
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-101-0/+1
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-021-1/+1
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-281-1/+1
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-1/+0
* Remove unused flag.Rafael Espindola2013-10-311-1/+0
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-1/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-0/+1
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-1/+0
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-1/+0
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-7/+0
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-2/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-031-1/+0
* MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling2011-11-291-1/+2
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-0/+1
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-0/+7
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-0/+1
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-101-1/+1
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-1/+1
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-11/+0
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-281-2/+2
OpenPOWER on IntegriCloud