aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionELF.cpp
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola
2011-02-14Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola
2011-01-23Remove more duplicated code.Rafael Espindola
2011-01-23Remove duplicated code.Rafael Espindola
2010-12-26Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-11-09Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola
2010-11-09Revert previous patch. Missed a case.Rafael Espindola
2010-11-09Remove IsExplicit. It was always false.Rafael Espindola
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-01-22Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer
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