aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionELF.cpp
AgeCommit message (Expand)Author
2010-01-13tidyChris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-15add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner
2009-08-14*try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes
2009-08-13Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data andDan Gohman
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes
2009-08-13Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes