aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmInfoDarwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-081-1/+0
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-081-0/+1
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+1
* Partial code for emitting thread local bss data.Eric Christopher2010-05-201-0/+1
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-101-11/+0
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-261-0/+1
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-261-1/+0
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-231-0/+1
* mcize visibility directives.Chris Lattner2010-01-231-2/+6
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-231-1/+1
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+1
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+2
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-191-2/+2
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-191-0/+1
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-191-0/+1
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-191-1/+1
* Big change #1 for personality function references:Chris Lattner2009-09-161-2/+1
* remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner2009-09-131-6/+0
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-251-1/+0
* Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling2009-08-251-0/+1
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-1/+1
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-221-0/+59