summaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionELF.cpp
Commit message (Expand)AuthorAge
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-15
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-14
* Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data andDan Gohman2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13