aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Bring r252305 back with a test fix.Rafael Espindola1-0/+2
2015-09-25MCAsmInfo: Allow targets to specify when the .section directive should be omi...Tom Stellard1-6/+1
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-4/+9
2015-04-06Use a comma after the unique keyword.Rafael Espindola1-1/+1
2015-04-04Implement unique sections with an unique ID.Rafael Espindola1-3/+3
2015-02-17Add r228980 back.Rafael Espindola1-0/+7
2015-02-13Revert a series of commits starting at r228886 which is triggering someChandler Carruth1-7/+0
2015-02-12Add support for having multiple sections with the same name and comdat.Rafael Espindola1-0/+7
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-10/+0
2014-10-09delete function name from commentSanjay Patel1-2/+2
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola1-23/+30
2013-09-15ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer1-0/+4
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-2/+10
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-6/+6
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger1-12/+18
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger1-2/+16
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola1-0/+4
2011-02-14Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola1-11/+0
2011-01-23Remove more duplicated code.Rafael Espindola1-15/+15
2011-01-23Remove duplicated code.Rafael Espindola1-7/+9
2010-12-26Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola1-0/+2
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola1-0/+4
2010-11-09Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola1-32/+23
2010-11-09Revert previous patch. Missed a case.Rafael Espindola1-22/+32
2010-11-09Remove IsExplicit. It was always false.Rafael Espindola1-32/+22
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung1-0/+4
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung1-12/+11
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner1-57/+57
2010-01-22Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer1-7/+5
2010-01-13tidyChris Lattner1-4/+3
2009-11-06Pass StringRef by value.Daniel Dunbar1-1/+1
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner1-7/+7
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-3/+3
2009-08-15add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner1-4/+6
2009-08-14*try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes1-2/+4
2009-08-13Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data andDan Gohman1-3/+3
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes1-9/+10
2009-08-13Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes1-0/+10
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes1-0/+123