summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
Commit message (Expand)AuthorAge
...
* 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
* Big change #1 for personality function references:Chris Lattner2009-09-16
* remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner2009-09-13
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-25
* Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling2009-08-25
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22