summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
Commit message (Expand)AuthorAge
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove unused flag.Rafael Espindola2013-10-31
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-22
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-22
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling2011-11-29
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-10
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-04
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-28
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-28
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-22
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-31
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-08
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-08
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Partial code for emitting thread local bss data.Eric Christopher2010-05-20
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-10
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-26
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-26
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-23
* mcize visibility directives.Chris Lattner2010-01-23
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-23
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-19
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-19
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-19