summaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionELF.cpp
Commit message (Expand)AuthorAge
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-14
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-26
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09
* Revert previous patch. Missed a case.Rafael Espindola2010-11-09
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-09
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-22
* tidyChris Lattner2010-01-13
* Pass StringRef by value.Daniel Dunbar2009-11-06
* 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