aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
AgeCommit message (Expand)Author
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
2011-02-23Omit private_extern declarations of extern symbols; followup toStuart Hastings
2010-12-22Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola
2010-12-04Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola
2010-11-19Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel
2010-07-08Revert some unneeded parts of the change in r107886 for theKevin Enderby
2010-07-08Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-05-20Partial code for emitting thread local bss data.Eric Christopher
2010-03-10move three lowering hooks from MAI to TLOF and make one of themChris Lattner
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-26Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola
2010-01-26eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner
2010-01-23resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner
2010-01-23mcize visibility directives.Chris Lattner
2010-01-23mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner
2010-01-19stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner
2010-01-19add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner
2010-01-19move production of .reference directives for static ctor/dtor list onChris Lattner
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-09-13remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner
2009-08-25Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling
2009-08-25Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling
2009-08-22rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner
2009-08-22move the MCAsmInfo .cpp/.h files into the right Chris Lattner