summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSectionELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-4/+9
* Use a comma after the unique keyword.Rafael Espindola2015-04-061-1/+1
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-3/+3
* Add r228980 back.Rafael Espindola2015-02-171-0/+7
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-131-7/+0
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-121-0/+7
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-10/+0
* delete function name from commentSanjay Patel2014-10-091-2/+2
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-23/+30
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+4
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+10
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-6/+6
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-12/+18
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-2/+16
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-141-0/+4
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-141-11/+0
* Remove more duplicated code.Rafael Espindola2011-01-231-15/+15
* Remove duplicated code.Rafael Espindola2011-01-231-7/+9
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-261-0/+2
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-0/+4
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-091-32/+23
* Revert previous patch. Missed a case.Rafael Espindola2010-11-091-22/+32
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-091-32/+22
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-0/+4
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-12/+11
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-57/+57
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-221-7/+5
* tidyChris Lattner2010-01-131-4/+3
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-7/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-151-4/+6
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-141-2/+4
* Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data andDan Gohman2009-08-131-3/+3
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-9/+10
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-131-0/+10
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-0/+123
OpenPOWER on IntegriCloud